template <>
class WireSyncBufferClientImpl
Defined at line 6012 of file fidling/gen/src/storage/fxfs/fidl/fuchsia.fxfs/fuchsia.fxfs/cpp/fidl/fuchsia.fxfs/cpp/wire_messaging.h
Public Methods
::fidl::WireUnownedResult< ::fuchsia_fxfs::Debug::Compact> Compact ()
Forces a compaction.
Caller provides the backing storage for FIDL message via an argument to `.buffer()`.
::fidl::WireUnownedResult< ::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.
Caller provides the backing storage for FIDL message via an argument to `.buffer()`.
::fidl::WireUnownedResult< ::fuchsia_fxfs::Debug::StopProfileTasks> StopProfileTasks ()
Stops all profile recording and replay activity. Ongoing recordings are completed and
persisted.
Caller provides the backing storage for FIDL message via an argument to `.buffer()`.