template <>
class WireSyncClientImpl
Defined at line 181 of file fidling/gen/sdk/fidl/fuchsia.memory.heapdump.process/fuchsia.memory.heapdump.process/cpp/fidl/fuchsia.memory.heapdump.process/cpp/wire_messaging.h
Methods to make a sync FIDL call directly on an unowned handle or a
const reference to a |::fidl::ClientEnd
<
::fuchsia_memory_heapdump_process::SnapshotSinkV1>|,
avoiding setting up a client.
Public Methods
::fidl::OneWayStatus StoreNamedSnapshot (::fidl::StringView snapshot_name, ::zx::vmo && allocations_vmo_snapshot)
Asks the server to store a snapshot with the given name and the given allocations VMO.
All the resources referenced by the given allocations VMO will be resolved using the
resources VMO that was shared by the process at registration time.
Allocates 88 bytes of message buffer on the stack. No heap allocation necessary.