template <>

class WireWeakAsyncClientImpl

Defined at line 1589 of file fidling/gen/sdk/fidl/fuchsia.driver.host/fuchsia.driver.host/cpp/fidl/fuchsia.driver.host/cpp/wire_messaging.h

Public Methods

::fidl::internal::WireThenable< ::fuchsia_driver_host::DriverHost::Start> Start (::fuchsia_driver_framework::wire::DriverStartArgs start_args, ::fidl::ServerEnd< ::fuchsia_driver_host::Driver> && driver)

Start a driver within a driver host.

The request and callback are allocated on the heap.

::fidl::internal::WireThenable< ::fuchsia_driver_host::DriverHost::StartLoadedDriver> StartLoadedDriver (::fuchsia_driver_framework::wire::DriverStartArgs start_args, uint64_t dynamic_linking_abi, ::fidl::ServerEnd< ::fuchsia_driver_host::Driver> && driver)

Start a driver that's been loaded via an out of process dynamic linker.

The request and callback are allocated on the heap.

::fidl::internal::WireThenable< ::fuchsia_driver_host::DriverHost::GetProcessInfo> GetProcessInfo ()

Returns the job and process KOIDs of the driver host.

Allocates 16 bytes of request buffer on the stack. The callback is stored on the heap.

::fidl::internal::WireThenable< ::fuchsia_driver_host::DriverHost::FindDriverCrashInfoByThreadKoid> FindDriverCrashInfoByThreadKoid (uint64_t thread_koid)

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.

Allocates 24 bytes of request buffer on the stack. The callback is stored on the heap.