sys::testing::ServiceDirectoryProvider

Summary

Constructors and Destructors

ServiceDirectoryProvider(async_dispatcher_t *dispatcher)
~ServiceDirectoryProvider()

Public functions

AddService(fidl::InterfaceRequestHandler< Interface > handler, std::string name) const
zx_status_t
AddService(std::unique_ptr< vfs::Service > service, std::string name) const
zx_status_t
service_directory()
std::shared_ptr< ServiceDirectory > &

Public functions

AddService

zx_status_t AddService(
  fidl::InterfaceRequestHandler< Interface > handler,
  std::string name
) const 

AddService

zx_status_t AddService(
  std::unique_ptr< vfs::Service > service,
  std::string name
) const 

ServiceDirectoryProvider

 ServiceDirectoryProvider(
  async_dispatcher_t *dispatcher
)

service_directory

std::shared_ptr< ServiceDirectory > & service_directory()

~ServiceDirectoryProvider

 ~ServiceDirectoryProvider()