template <>

class WireWeakAsyncBufferClientImpl

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

Public Methods

::fidl::internal::WireBufferThenable< ::fuchsia_driver_crash::CrashIntrospect::FindDriverCrash> FindDriverCrash (uint64_t process_koid, uint64_t thread_koid)

Given a process and thread koid, returns the information that was stored when the

driver host observed a crash from that thread.

The information for a crash is deleted when it is accessed.

If there is no information available on the given thread koid,

`zx::Status::NOT_FOUND` is returned.

Caller provides the backing storage for FIDL message.