template <>
class WireSyncClientImpl
Defined at line 7106 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/cpp/fidl/fuchsia.component/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_component::StorageAdmin>|,
avoiding setting up a client.
Public Methods
::fidl::WireResult< ::fuchsia_component::StorageAdmin::OpenStorage> OpenStorage (::fidl::StringView relative_moniker, ::fidl::ServerEnd< ::fuchsia_io::Node> && object)
Opens the isolated directory for the given component. The provided
moniker is relative to the component that declares the storage
capability. Creates the backing sub-directory for this storage if it
hasn't yet been created.
Allocates 32 bytes of response buffer on the stack. Request is heap-allocated.
::fidl::WireResult< ::fuchsia_component::StorageAdmin::ListStorageInRealm> ListStorageInRealm (::fidl::StringView relative_moniker, ::fidl::ServerEnd< ::fuchsia_component::StorageIterator> && iterator)
Lists the descendant components under the specified realm that use the
storage capability. The provided moniker is relative to the component
that declares the storage capability.
Returns INSTANCE_NOT_FOUND if the realm does not exist, and INVALID_ARGS
if |relative_moniker| is malformed.
Allocates 32 bytes of response buffer on the stack. Request is heap-allocated.
::fidl::WireResult< ::fuchsia_component::StorageAdmin::OpenComponentStorageById> OpenComponentStorageById (::fidl::StringView id, ::fidl::ServerEnd< ::fuchsia_io::Node> && object)
Opens the isolated directory for the given storage ID. Creates the
backing sub-directory for this storage if it hasn't yet been created.
Allocates 136 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_component::StorageAdmin::DeleteComponentStorage> DeleteComponentStorage (::fidl::StringView relative_moniker)
Deletes the contents of the storage for this component. Preserves the
component's subdirectory itself within the storage backing directory.
The provided moniker is relative to the component that declares the
storage capability.
Allocates 32 bytes of response buffer on the stack. Request is heap-allocated.
::fidl::WireResult< ::fuchsia_component::StorageAdmin::GetStatus> GetStatus ()
Get the current status of the storage.
Allocates 16 bytes of request buffer on the stack. Response is heap-allocated.
::fidl::WireResult< ::fuchsia_component::StorageAdmin::DeleteAllStorageContents> DeleteAllStorageContents ()
Deletes the contents of all the storage. Storage directories are
retained so any components using storage will be able to continue using
it to create new files and directories.
Returns Error::INTERNAL only if no storage at all could be cleared.
Returns successfully even if some errors happen during the deletion
progress.
Allocates 48 bytes of message buffer on the stack. No heap allocation necessary.