fdf::OutgoingDirectory
Summary
Public static functions
|
Create(fdf_dispatcher_t *dispatcher)
|
|
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)
|
|
AddService(TransportHandler handler, std::string_view instance)
|
|
AddService(fdf::ServiceInstanceHandler handler, std::string_view instance)
|
|
AddService(component::ServiceInstanceHandler handler, std::string_view instance)
|
|
GetDriverServices()
|
std::unordered_map< std::string, std::unordered_set< std::string > >
|
GetZirconServices()
|
std::unordered_map< std::string, std::unordered_set< std::string > >
|
RemoveDirectory(std::string_view directory_name)
|
|
RemoveDirectoryAt(std::string_view path, std::string_view directory_name)
|
|
RemoveService(std::string_view instance)
|
|
RemoveService(std::string_view service, std::string_view instance)
|
|
Serve(fidl::ServerEnd< fuchsia_io::Directory > directory_server_end)
|
|
component()
|
|
operator=(OutgoingDirectory &&) noexcept
|
|
operator=(const OutgoingDirectory &)=delete
|
|
Public static functions
Public functions
AddDirectoryAt
zx::result AddDirectoryAt(
fidl::ClientEnd< fuchsia_io::Directory > remote_dir,
std::string_view path,
std::string_view directory_name
)
AddService
zx::result AddService(
TransportHandler handler,
std::string_view instance
)
AddService
zx::result AddService(
fdf::ServiceInstanceHandler handler,
std::string_view instance
)
AddService
zx::result AddService(
component::ServiceInstanceHandler handler,
std::string_view instance
)
GetDriverServices
std::unordered_map< std::string, std::unordered_set< std::string > > GetDriverServices()
GetZirconServices
std::unordered_map< std::string, std::unordered_set< std::string > > GetZirconServices()
OutgoingDirectory
OutgoingDirectory(
fdf_dispatcher_t *dispatcher
)
RemoveDirectory
zx::result RemoveDirectory(
std::string_view directory_name
)
RemoveDirectoryAt
zx::result RemoveDirectoryAt(
std::string_view path,
std::string_view directory_name
)
RemoveService
zx::result RemoveService(
std::string_view instance
)
RemoveService
zx::result RemoveService(
std::string_view service,
std::string_view instance
)
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."],[],[],null,[]]