class RecoveryGetBlobImageHandleResponse

Defined at line 625 of file fidling/gen/sdk/fidl/fuchsia.fshost/fuchsia.fshost/cpp/fidl/fuchsia.fshost/cpp/wire_types.h

Public Methods

void RecoveryGetBlobImageHandleResponse ()
void ~RecoveryGetBlobImageHandleResponse ()
void RecoveryGetBlobImageHandleResponse (RecoveryGetBlobImageHandleResponse && other)
RecoveryGetBlobImageHandleResponse & operator= (RecoveryGetBlobImageHandleResponse && other)
bool has_invalid_tag ()
bool is_unformatted ()
RecoveryGetBlobImageHandleResponse WithUnformatted (::fuchsia_fshost::wire::Unformatted val)

System container is unformatted and should be reprovisioned. This occurs when we do not

detect the filesystem type as what is expected for this device (e.g. we cannot find the

superblock), which suggests this device was never formatted.

::fuchsia_fshost::wire::Unformatted & unformatted ()

System container is unformatted and should be reprovisioned. This occurs when we do not

detect the filesystem type as what is expected for this device (e.g. we cannot find the

superblock), which suggests this device was never formatted.

const ::fuchsia_fshost::wire::Unformatted & unformatted ()

System container is unformatted and should be reprovisioned. This occurs when we do not

detect the filesystem type as what is expected for this device (e.g. we cannot find the

superblock), which suggests this device was never formatted.

bool is_mounted_system_container ()
RecoveryGetBlobImageHandleResponse WithMountedSystemContainer (::fidl::ObjectView< ::fuchsia_fshost::wire::MountedSystemContainer> val)

System container is mounted and ready for writing a new system image.

template <typename... Args>
RecoveryGetBlobImageHandleResponse WithMountedSystemContainer (::fidl::AnyArena & allocator, Args &&... args)

System container is mounted and ready for writing a new system image.

Defined at line 667 of file fidling/gen/sdk/fidl/fuchsia.fshost/fuchsia.fshost/cpp/fidl/fuchsia.fshost/cpp/wire_types.h

::fuchsia_fshost::wire::MountedSystemContainer & mounted_system_container ()

System container is mounted and ready for writing a new system image.

const ::fuchsia_fshost::wire::MountedSystemContainer & mounted_system_container ()

System container is mounted and ready for writing a new system image.

::fuchsia_fshost::wire::RecoveryGetBlobImageHandleResponse::Tag Which ()
void _CloseHandles ()

Enumerations

enum class Tag : fidl_xunion_tag_t
Name Value Comments
kUnformatted 1

0x1

kMountedSystemContainer 2

0x2

Defined at line 636 of file fidling/gen/sdk/fidl/fuchsia.fshost/fuchsia.fshost/cpp/fidl/fuchsia.fshost/cpp/wire_types.h