template <>
class WireWeakAsyncBufferClientImpl
Defined at line 660 of file fidling/gen/sdk/fidl/fuchsia.memory.attribution/fuchsia.memory.attribution/cpp/fidl/fuchsia.memory.attribution/cpp/wire_messaging.h
Public Methods
::fidl::internal::WireBufferThenable< ::fuchsia_memory_attribution::Provider::Get> Get ()
Returns the attribution information known to the provider.
The first call returns immediately with the current information.
Subsequent calls will be held if no additional information is
available, and return only when there are changes to the attribution
information to be reported.
Runners will typically report the kernel resources (e.g. job, process,
etc) associated with each component that they are responsible for
running.
Components may optionally report resource usage by different categories
within their implementation.
Caller provides the backing storage for FIDL message.