template <>
class NaturalClientImpl
Defined at line 302 of file fidling/gen/sdk/fidl/fuchsia.driver.host/fuchsia.driver.host/cpp/fidl/fuchsia.driver.host/cpp/natural_messaging.h
Public Methods
::fidl::internal::NaturalThenable< ::fuchsia_driver_host::DriverHost::Start> Start (::fidl::Request< ::fuchsia_driver_host::DriverHost::Start> request)
Start a driver within a driver host.
::fidl::internal::NaturalThenable< ::fuchsia_driver_host::DriverHost::StartLoadedDriver> StartLoadedDriver (::fidl::Request< ::fuchsia_driver_host::DriverHost::StartLoadedDriver> request)
Start a driver that's been loaded via an out of process dynamic linker.
::fidl::internal::NaturalThenable< ::fuchsia_driver_host::DriverHost::GetProcessInfo> GetProcessInfo ()
Returns the job and process KOIDs of the driver host.
::fidl::internal::NaturalThenable< ::fuchsia_driver_host::DriverHost::FindDriverCrashInfoByThreadKoid> FindDriverCrashInfoByThreadKoid (::fidl::Request< ::fuchsia_driver_host::DriverHost::FindDriverCrashInfoByThreadKoid> request)
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.
::fit::result< ::fidl::OneWayError> InstallLoader (::fidl::Request< ::fuchsia_driver_host::DriverHost::InstallLoader> request)
Provides a loader service which should be installed via
`dl_set_loader_service`.
::fit::result< ::fidl::OneWayError> TriggerStackTrace ()