template <>

class WireWeakAsyncClientImpl

Defined at line 7590 of file fidling/gen/src/storage/fxfs/fidl/fuchsia.fxfs/fuchsia.fxfs/cpp/fidl/fuchsia.fxfs/cpp/wire_messaging.h

Public Methods

::fidl::internal::WireThenable< ::fuchsia_fxfs::Debug::Compact> Compact ()

Forces a compaction.

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

::fidl::internal::WireThenable< ::fuchsia_fxfs::Debug::DeleteProfile> DeleteProfile (::fidl::StringView volume, ::fidl::StringView profile)

Deletes a recorded profile from a volume. Fails if the volume isn't mounted or there is

active profile recording or replay.

The request and callback are allocated on the heap.

::fidl::internal::WireThenable< ::fuchsia_fxfs::Debug::StopProfileTasks> StopProfileTasks ()

Stops all profile recording and replay activity. Ongoing recordings are completed and

persisted.

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