template <typename Protocol>
class SingleBindingFidlServer
Defined at line 65 of file ../../src/developer/forensics/testing/stubs/fidl_server.h
Public Methods
void Bind (fidl::ServerEnd<Protocol> server_end, async_dispatcher_t * dispatcher)
Defined at line 67 of file ../../src/developer/forensics/testing/stubs/fidl_server.h
void CloseConnection (const zx_status_t status)
Defined at line 73 of file ../../src/developer/forensics/testing/stubs/fidl_server.h
bool IsBound ()
Defined at line 81 of file ../../src/developer/forensics/testing/stubs/fidl_server.h
std::unique_ptr<vfs::Service> GetService (async_dispatcher_t * dispatcher)
Defined at line 83 of file ../../src/developer/forensics/testing/stubs/fidl_server.h
Protected Methods
std::optional<fidl::ServerBinding<Protocol>> & binding ()
Defined at line 94 of file ../../src/developer/forensics/testing/stubs/fidl_server.h