component::OutgoingDirectory
Summary
Public functions
|
AddDirectory(fidl::ClientEnd< fuchsia_io::Directory > remote_dir, cpp17::string_view directory_name)
|
|
AddDirectoryAt(fidl::ClientEnd< fuchsia_io::Directory > remote_dir, cpp17::string_view path, cpp17::string_view directory_name)
|
|
AddProtocol(std::unique_ptr< ServerImpl > impl, cpp17::string_view name)
|
|
AddProtocolAt(cpp17::string_view path, std::unique_ptr< ServerImpl > impl, cpp17::string_view name)
|
|
AddService(ServiceInstanceHandler handler, cpp17::string_view instance)
|
|
AddService(ServiceInstanceHandler handler, cpp17::string_view service, cpp17::string_view instance)
|
|
AddServiceAt(ServiceInstanceHandler handler, cpp17::string_view path, cpp17::string_view instance)
|
|
AddServiceAt(ServiceInstanceHandler handler, cpp17::string_view path, cpp17::string_view service, cpp17::string_view instance)
|
|
AddUnmanagedProtocol(TypedHandler< Protocol > handler, cpp17::string_view name)
|
|
AddUnmanagedProtocol(AnyHandler handler, cpp17::string_view name)
|
|
AddUnmanagedProtocolAt(cpp17::string_view path, TypedHandler< Protocol > handler, cpp17::string_view name)
|
|
AddUnmanagedProtocolAt(AnyHandler handler, cpp17::string_view path, cpp17::string_view name)
|
|
RemoveDirectory(cpp17::string_view directory_name)
|
|
RemoveDirectoryAt(cpp17::string_view path, cpp17::string_view directory_name)
|
|
RemoveProtocol(cpp17::string_view name)
|
|
RemoveProtocol(cpp17::string_view name)
|
|
RemoveProtocolAt(cpp17::string_view path, cpp17::string_view name)
|
|
RemoveProtocolAt(cpp17::string_view directory, cpp17::string_view name)
|
|
RemoveService(cpp17::string_view instance)
|
|
RemoveService(cpp17::string_view service, cpp17::string_view instance)
|
|
RemoveServiceAt(cpp17::string_view path, cpp17::string_view instance)
|
|
RemoveServiceAt(cpp17::string_view path, cpp17::string_view service, cpp17::string_view instance)
|
|
Serve(fidl::ServerEnd< fuchsia_io::Directory > directory_server_end)
|
|
ServeFromStartupInfo()
|
|
operator=(OutgoingDirectory &&) noexcept
|
|
operator=(const OutgoingDirectory &)=delete
|
|
Public static attributes
kDefaultServiceInstance
constexpr const char kDefaultServiceInstance[] = "default"
kServiceDirectory
constexpr const char kServiceDirectory[] = "svc"
Public functions
OutgoingDirectory
OutgoingDirectory(
async_dispatcher_t *dispatcher
)
OutgoingDirectory
OutgoingDirectory()=delete
ServeFromStartupInfo
zx::result ServeFromStartupInfo()
~OutgoingDirectory
~OutgoingDirectory()
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2023-12-14 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-12-14 UTC."],[],[]]