component::OutgoingDirectory
Summary
Public functions
|
AddDirectory(fidl::ClientEnd< fuchsia_io::Directory > remote_dir, std::string_view directory_name)
|
|
AddDirectoryAt(fidl::ClientEnd< fuchsia_io::Directory > remote_dir, std::string_view path, std::string_view directory_name)
|
|
AddProtocol(std::unique_ptr< ServerImpl > impl, std::string_view name)
|
|
AddProtocolAt(std::string_view path, std::unique_ptr< ServerImpl > impl, std::string_view name)
|
|
AddService(ServiceInstanceHandler handler, std::string_view instance)
|
|
AddService(ServiceInstanceHandler handler, std::string_view service, std::string_view instance)
|
|
AddServiceAt(ServiceInstanceHandler handler, std::string_view path, std::string_view instance)
|
|
AddServiceAt(ServiceInstanceHandler handler, std::string_view path, std::string_view service, std::string_view instance)
|
|
AddUnmanagedProtocol(TypedHandler< Protocol > handler, std::string_view name)
|
|
AddUnmanagedProtocol(AnyHandler handler, std::string_view name)
|
|
AddUnmanagedProtocolAt(std::string_view path, TypedHandler< Protocol > handler, std::string_view name)
|
|
AddUnmanagedProtocolAt(AnyHandler handler, std::string_view path, std::string_view name)
|
|
RemoveDirectory(std::string_view directory_name)
|
|
RemoveDirectoryAt(std::string_view path, std::string_view directory_name)
|
|
RemoveProtocol(std::string_view name)
|
|
RemoveProtocol(std::string_view name)
|
|
RemoveProtocolAt(std::string_view path, std::string_view name)
|
|
RemoveProtocolAt(std::string_view directory, std::string_view name)
|
|
RemoveService(std::string_view instance)
|
|
RemoveService(std::string_view service, std::string_view instance)
|
|
RemoveServiceAt(std::string_view path, std::string_view instance)
|
|
RemoveServiceAt(std::string_view path, std::string_view service, std::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
AddDirectoryAt
zx::result AddDirectoryAt(
fidl::ClientEnd< fuchsia_io::Directory > remote_dir,
std::string_view path,
std::string_view directory_name
)
AddProtocol
zx::result AddProtocol(
std::unique_ptr< ServerImpl > impl,
std::string_view name
)
AddProtocolAt
zx::result AddProtocolAt(
std::string_view path,
std::unique_ptr< ServerImpl > impl,
std::string_view name
)
AddService
zx::result AddService(
ServiceInstanceHandler handler,
std::string_view instance
)
AddService
zx::result AddService(
ServiceInstanceHandler handler,
std::string_view service,
std::string_view instance
)
AddServiceAt
zx::result AddServiceAt(
ServiceInstanceHandler handler,
std::string_view path,
std::string_view instance
)
AddServiceAt
zx::result AddServiceAt(
ServiceInstanceHandler handler,
std::string_view path,
std::string_view service,
std::string_view instance
)
AddUnmanagedProtocol
zx::result AddUnmanagedProtocol(
TypedHandler< Protocol > handler,
std::string_view name
)
AddUnmanagedProtocolAt
zx::result AddUnmanagedProtocolAt(
std::string_view path,
TypedHandler< Protocol > handler,
std::string_view name
)
AddUnmanagedProtocolAt
zx::result AddUnmanagedProtocolAt(
AnyHandler handler,
std::string_view path,
std::string_view name
)
OutgoingDirectory
OutgoingDirectory(
async_dispatcher_t *dispatcher
)
OutgoingDirectory
OutgoingDirectory()=delete
RemoveDirectory
zx::result RemoveDirectory(
std::string_view directory_name
)
RemoveDirectoryAt
zx::result RemoveDirectoryAt(
std::string_view path,
std::string_view directory_name
)
RemoveProtocol
zx::result RemoveProtocol(
std::string_view name
)
RemoveProtocol
zx::result RemoveProtocol(
std::string_view name
)
RemoveProtocolAt
zx::result RemoveProtocolAt(
std::string_view path,
std::string_view name
)
RemoveProtocolAt
zx::result RemoveProtocolAt(
std::string_view directory,
std::string_view name
)
RemoveService
zx::result RemoveService(
std::string_view instance
)
RemoveService
zx::result RemoveService(
std::string_view service,
std::string_view instance
)
RemoveServiceAt
zx::result RemoveServiceAt(
std::string_view path,
std::string_view instance
)
RemoveServiceAt
zx::result RemoveServiceAt(
std::string_view path,
std::string_view service,
std::string_view instance
)
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 2025-09-18 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 2025-09-18 UTC."],[],[]]