template <>
class Server
Defined at line 437 of file fidling/gen/sdk/fidl/fuchsia.driver.host/fuchsia.driver.host/cpp/fidl/fuchsia.driver.host/cpp/natural_messaging.h
Public Methods
void Server ()
Defined at line 440 of file fidling/gen/sdk/fidl/fuchsia.driver.host/fuchsia.driver.host/cpp/fidl/fuchsia.driver.host/cpp/natural_messaging.h
void Start (StartRequest & request, StartCompleter::Sync & completer)
Start a driver within a driver host.
void StartLoadedDriver (StartLoadedDriverRequest & request, StartLoadedDriverCompleter::Sync & completer)
Start a driver that's been loaded via an out of process dynamic linker.
void GetProcessInfo (GetProcessInfoCompleter::Sync & completer)
Returns the job and process KOIDs of the driver host.
void InstallLoader (InstallLoaderRequest & request, InstallLoaderCompleter::Sync & completer)
Provides a loader service which should be installed via
`dl_set_loader_service`.
void TriggerStackTrace (TriggerStackTraceCompleter::Sync & completer)
void FindDriverCrashInfoByThreadKoid (FindDriverCrashInfoByThreadKoidRequest & request, FindDriverCrashInfoByThreadKoidCompleter::Sync & completer)
Returns the driver crash information if the thread specified by |thread_koid|
exists in this driver host and it has ran into an exception.
Otherwise returns ZX_ERR_NOT_FOUND.
Handler bind_handler (async_dispatcher_t * dispatcher)
|bind_handler| returns a handler that binds incoming connections to this
server implementation.
The returned handler borrows the server instance.
The server must outlive the provided |dispatcher|. Only after
the dispatcher is shutdown will it be safe to destroy the servers.
The server should not be moved.
void ~Server ()
Defined at line 441 of file fidling/gen/sdk/fidl/fuchsia.driver.host/fuchsia.driver.host/cpp/fidl/fuchsia.driver.host/cpp/natural_messaging.h