Searched refs:connector (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/system/ulib/fs/
H A Dservice.cpp9 Service::Service(Connector connector) argument
10 : connector_(fbl::move(connector)) {}
/fuchsia/zircon/system/ulib/fs/include/fs/
H A Dservice.h24 // Creates a service with the specified connector.
26 // If the |connector| is null, then incoming connection requests will be dropped.
27 Service(Connector connector);
29 // Destroys the services and releases its connector.

Completed in 79 milliseconds