Namespaces

Enumerations

enum class EventType : uint32_t
Name Value Comments
CAPABILITY_REQUESTED 1u

A capability provided by this component has been requested. The event
payload carries the request channel.

DISCOVERED 3u

A component instance was discovered. This is the first stage in the lifecycle
of components. Dispatched for dynamic children when they're created, for static
children when their parent is resolved, and for the root when the component manager
starts.

DESTROYED 4u

The instance is destroyed and no longer exists.

RESOLVED 5u

An instance's declaration was resolved successfully for the first time.

STARTED 6u

This instance has started, according to component manager. However, if this is an
executable component, the runner has further work to do to launch the component.

STOPPED 7u

An instance was stopped successfully.

DEBUG_STARTED 8u

Similar to STARTED, except the payload will carry an eventpair that the subscriber
could use to defer the launch of the component. This allows, e.g., a debugger to
perform some setup before any processes are created.

UNRESOLVED 9u

An instance was unresolved successfully.

These EventTypes are used for the EventStream protocol.

They are FIDL versions of the EventType enum in hooks.rs and have

the same meaning.

Defined at line 209 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/hlcpp/fuchsia/component/cpp/fidl.h

enum class StatusError : uint32_t
Name Value Comments
PROVIDER 1u

The storage provider returned an error to a request or the connection
to the provider unexpectedly closed.

RESPONSE_INVALID 2u

Information returned by the storage provider appears to be invalid.

STATUS_UNKNOWN 3u

A call to the storage provider succeeded, but it returned unexpectedly
empty data.

UNSUPPORTED 4u

This call is not supported.

Defined at line 458 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/hlcpp/fuchsia/component/cpp/fidl.h

enum class DeletionError : uint32_t
Name Value Comments
CONNECTION 1u

There was an error sending a request to the storage provider.

PROTOCOL 2u

The storage provider returned an error in response to a protocol
request.

NONE_AVAILABLE 3u

There was no storage available for deletion.

UNSUPPORTED 4u

This call is not supported.

Defined at line 481 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/hlcpp/fuchsia/component/cpp/fidl.h

Records

Functions

  • zx_status_t Clone (::fuchsia::component::Error value, ::fuchsia::component::Error * result)

    Defined at line 176 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/hlcpp/fuchsia/component/cpp/fidl.h

  • zx_status_t Clone (::fuchsia::component::EventType value, ::fuchsia::component::EventType * result)

    Defined at line 243 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/hlcpp/fuchsia/component/cpp/fidl.h

  • zx_status_t Clone (::fuchsia::component::NamespaceError value, ::fuchsia::component::NamespaceError * result)

    Defined at line 358 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/hlcpp/fuchsia/component/cpp/fidl.h

  • zx_status_t Clone (::fuchsia::component::StatusError value, ::fuchsia::component::StatusError * result)

    Defined at line 475 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/hlcpp/fuchsia/component/cpp/fidl.h

  • zx_status_t Clone (::fuchsia::component::DeletionError value, ::fuchsia::component::DeletionError * result)

    Defined at line 497 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/hlcpp/fuchsia/component/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::component::Controller_Start_Response & _value, ::fuchsia::component::Controller_Start_Response * _result)

    Defined at line 619 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/hlcpp/fuchsia/component/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::component::Controller_IsStarted_Response & _value, ::fuchsia::component::Controller_IsStarted_Response * _result)

    Defined at line 652 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/hlcpp/fuchsia/component/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::component::ControllerOpenExposedDirRequest & _value, ::fuchsia::component::ControllerOpenExposedDirRequest * _result)

    Defined at line 673 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/hlcpp/fuchsia/component/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::component::Controller_OpenExposedDir_Response & _value, ::fuchsia::component::Controller_OpenExposedDir_Response * _result)

    Defined at line 705 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/hlcpp/fuchsia/component/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::component::Controller_GetExposedDictionary_Response & _value, ::fuchsia::component::Controller_GetExposedDictionary_Response * _result)

    Defined at line 738 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/hlcpp/fuchsia/component/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::component::Controller_GetOutputDictionary_Response & _value, ::fuchsia::component::Controller_GetOutputDictionary_Response * _result)

    Defined at line 769 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/hlcpp/fuchsia/component/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::component::Controller_Destroy_Response & _value, ::fuchsia::component::Controller_Destroy_Response * _result)

    Defined at line 801 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/hlcpp/fuchsia/component/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::component::ControllerStartRequest & _value, ::fuchsia::component::ControllerStartRequest * _result)

    Defined at line 1157 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/hlcpp/fuchsia/component/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::component::Controller_Start_Result & value, ::fuchsia::component::Controller_Start_Result * result)

    Defined at line 1287 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/hlcpp/fuchsia/component/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::component::Controller_IsStarted_Result & value, ::fuchsia::component::Controller_IsStarted_Result * result)

    Defined at line 1418 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/hlcpp/fuchsia/component/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::component::Controller_OpenExposedDir_Result & value, ::fuchsia::component::Controller_OpenExposedDir_Result * result)

    Defined at line 1529 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/hlcpp/fuchsia/component/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::component::Controller_GetExposedDictionary_Result & value, ::fuchsia::component::Controller_GetExposedDictionary_Result * result)

    Defined at line 1660 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/hlcpp/fuchsia/component/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::component::Controller_GetOutputDictionary_Result & value, ::fuchsia::component::Controller_GetOutputDictionary_Result * result)

    Defined at line 1789 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/hlcpp/fuchsia/component/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::component::Controller_Destroy_Result & value, ::fuchsia::component::Controller_Destroy_Result * result)

    Defined at line 1919 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/hlcpp/fuchsia/component/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::component::ExecutionControllerOnStopRequest & _value, ::fuchsia::component::ExecutionControllerOnStopRequest * _result)

    Defined at line 2458 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/hlcpp/fuchsia/component/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::component::IntrospectorGetMonikerRequest & _value, ::fuchsia::component::IntrospectorGetMonikerRequest * _result)

    Defined at line 2816 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/hlcpp/fuchsia/component/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::component::Introspector_GetMoniker_Response & _value, ::fuchsia::component::Introspector_GetMoniker_Response * _result)

    Defined at line 2849 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/hlcpp/fuchsia/component/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::component::Introspector_GetMoniker_Result & value, ::fuchsia::component::Introspector_GetMoniker_Result * result)

    Defined at line 2978 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/hlcpp/fuchsia/component/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::component::NamespaceInputEntry & _value, ::fuchsia::component::NamespaceInputEntry * _result)

    Defined at line 3035 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/hlcpp/fuchsia/component/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::component::NamespaceInputEntry2 & _value, ::fuchsia::component::NamespaceInputEntry2 * _result)

    Defined at line 3061 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/hlcpp/fuchsia/component/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::component::NamespaceCreateRequest & _value, ::fuchsia::component::NamespaceCreateRequest * _result)

    Defined at line 3082 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/hlcpp/fuchsia/component/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::component::Namespace_Create_Response & _value, ::fuchsia::component::Namespace_Create_Response * _result)

    Defined at line 3113 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/hlcpp/fuchsia/component/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::component::Namespace_Create_Result & value, ::fuchsia::component::Namespace_Create_Result * result)

    Defined at line 3242 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/hlcpp/fuchsia/component/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::component::NamespaceCreate2Request & _value, ::fuchsia::component::NamespaceCreate2Request * _result)

    Defined at line 3263 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/hlcpp/fuchsia/component/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::component::Namespace_Create2_Response & _value, ::fuchsia::component::Namespace_Create2_Response * _result)

    Defined at line 3294 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/hlcpp/fuchsia/component/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::component::Namespace_Create2_Result & value, ::fuchsia::component::Namespace_Create2_Result * result)

    Defined at line 3423 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/hlcpp/fuchsia/component/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::component::RealmOpenControllerRequest & _value, ::fuchsia::component::RealmOpenControllerRequest * _result)

    Defined at line 3508 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/hlcpp/fuchsia/component/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::component::Realm_OpenController_Response & _value, ::fuchsia::component::Realm_OpenController_Response * _result)

    Defined at line 3540 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/hlcpp/fuchsia/component/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::component::Realm_OpenController_Result & value, ::fuchsia::component::Realm_OpenController_Result * result)

    Defined at line 3649 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/hlcpp/fuchsia/component/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::component::RealmOpenExposedDirRequest & _value, ::fuchsia::component::RealmOpenExposedDirRequest * _result)

    Defined at line 3674 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/hlcpp/fuchsia/component/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::component::Realm_OpenExposedDir_Response & _value, ::fuchsia::component::Realm_OpenExposedDir_Response * _result)

    Defined at line 3706 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/hlcpp/fuchsia/component/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::component::Realm_OpenExposedDir_Result & value, ::fuchsia::component::Realm_OpenExposedDir_Result * result)

    Defined at line 3815 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/hlcpp/fuchsia/component/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::component::Realm_CreateChild_Response & _value, ::fuchsia::component::Realm_CreateChild_Response * _result)

    Defined at line 3845 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/hlcpp/fuchsia/component/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::component::Realm_CreateChild_Result & value, ::fuchsia::component::Realm_CreateChild_Result * result)

    Defined at line 3954 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/hlcpp/fuchsia/component/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::component::RealmDestroyChildRequest & _value, ::fuchsia::component::RealmDestroyChildRequest * _result)

    Defined at line 3975 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/hlcpp/fuchsia/component/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::component::Realm_DestroyChild_Response & _value, ::fuchsia::component::Realm_DestroyChild_Response * _result)

    Defined at line 4005 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/hlcpp/fuchsia/component/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::component::Realm_DestroyChild_Result & value, ::fuchsia::component::Realm_DestroyChild_Result * result)

    Defined at line 4114 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/hlcpp/fuchsia/component/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::component::RealmListChildrenRequest & _value, ::fuchsia::component::RealmListChildrenRequest * _result)

    Defined at line 4139 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/hlcpp/fuchsia/component/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::component::Realm_ListChildren_Response & _value, ::fuchsia::component::Realm_ListChildren_Response * _result)

    Defined at line 4171 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/hlcpp/fuchsia/component/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::component::Realm_ListChildren_Result & value, ::fuchsia::component::Realm_ListChildren_Result * result)

    Defined at line 4280 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/hlcpp/fuchsia/component/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::component::Realm_GetResolvedInfo_Response & _value, ::fuchsia::component::Realm_GetResolvedInfo_Response * _result)

    Defined at line 4313 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/hlcpp/fuchsia/component/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::component::Realm_GetResolvedInfo_Result & value, ::fuchsia::component::Realm_GetResolvedInfo_Result * result)

    Defined at line 4423 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/hlcpp/fuchsia/component/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::component::RealmGetChildOutputDictionaryDeprecatedRequest & _value, ::fuchsia::component::RealmGetChildOutputDictionaryDeprecatedRequest * _result)

    Defined at line 4444 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/hlcpp/fuchsia/component/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::component::Realm_GetChildOutputDictionaryDeprecated_Response & _value, ::fuchsia::component::Realm_GetChildOutputDictionaryDeprecated_Response * _result)

    Defined at line 4475 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/hlcpp/fuchsia/component/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::component::Realm_GetChildOutputDictionaryDeprecated_Result & value, ::fuchsia::component::Realm_GetChildOutputDictionaryDeprecated_Result * result)

    Defined at line 4585 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/hlcpp/fuchsia/component/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::component::RealmGetChildOutputDictionaryRequest & _value, ::fuchsia::component::RealmGetChildOutputDictionaryRequest * _result)

    Defined at line 4606 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/hlcpp/fuchsia/component/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::component::Realm_GetChildOutputDictionary_Response & _value, ::fuchsia::component::Realm_GetChildOutputDictionary_Response * _result)

    Defined at line 4637 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/hlcpp/fuchsia/component/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::component::Realm_GetChildOutputDictionary_Result & value, ::fuchsia::component::Realm_GetChildOutputDictionary_Result * result)

    Defined at line 4747 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/hlcpp/fuchsia/component/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::component::RealmCreateChildRequest & _value, ::fuchsia::component::RealmCreateChildRequest * _result)

    Defined at line 5049 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/hlcpp/fuchsia/component/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::component::ChildIteratorNextResponse & _value, ::fuchsia::component::ChildIteratorNextResponse * _result)

    Defined at line 5228 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/hlcpp/fuchsia/component/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::component::StorageAdminOpenStorageRequest & _value, ::fuchsia::component::StorageAdminOpenStorageRequest * _result)

    Defined at line 5284 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/hlcpp/fuchsia/component/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::component::StorageAdmin_OpenStorage_Response & _value, ::fuchsia::component::StorageAdmin_OpenStorage_Response * _result)

    Defined at line 5316 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/hlcpp/fuchsia/component/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::component::StorageAdmin_OpenStorage_Result & value, ::fuchsia::component::StorageAdmin_OpenStorage_Result * result)

    Defined at line 5425 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/hlcpp/fuchsia/component/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::component::StorageAdminListStorageInRealmRequest & _value, ::fuchsia::component::StorageAdminListStorageInRealmRequest * _result)

    Defined at line 5450 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/hlcpp/fuchsia/component/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::component::StorageAdmin_ListStorageInRealm_Response & _value, ::fuchsia::component::StorageAdmin_ListStorageInRealm_Response * _result)

    Defined at line 5482 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/hlcpp/fuchsia/component/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::component::StorageAdmin_ListStorageInRealm_Result & value, ::fuchsia::component::StorageAdmin_ListStorageInRealm_Result * result)

    Defined at line 5591 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/hlcpp/fuchsia/component/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::component::StorageAdminOpenComponentStorageByIdRequest & _value, ::fuchsia::component::StorageAdminOpenComponentStorageByIdRequest * _result)

    Defined at line 5616 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/hlcpp/fuchsia/component/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::component::StorageAdmin_OpenComponentStorageById_Response & _value, ::fuchsia::component::StorageAdmin_OpenComponentStorageById_Response * _result)

    Defined at line 5648 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/hlcpp/fuchsia/component/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::component::StorageAdmin_OpenComponentStorageById_Result & value, ::fuchsia::component::StorageAdmin_OpenComponentStorageById_Result * result)

    Defined at line 5757 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/hlcpp/fuchsia/component/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::component::StorageAdminDeleteComponentStorageRequest & _value, ::fuchsia::component::StorageAdminDeleteComponentStorageRequest * _result)

    Defined at line 5778 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/hlcpp/fuchsia/component/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::component::StorageAdmin_DeleteComponentStorage_Response & _value, ::fuchsia::component::StorageAdmin_DeleteComponentStorage_Response * _result)

    Defined at line 5808 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/hlcpp/fuchsia/component/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::component::StorageAdmin_DeleteComponentStorage_Result & value, ::fuchsia::component::StorageAdmin_DeleteComponentStorage_Result * result)

    Defined at line 5917 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/hlcpp/fuchsia/component/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::component::StorageAdmin_DeleteAllStorageContents_Response & _value, ::fuchsia::component::StorageAdmin_DeleteAllStorageContents_Response * _result)

    Defined at line 5947 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/hlcpp/fuchsia/component/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::component::StorageAdmin_DeleteAllStorageContents_Result & value, ::fuchsia::component::StorageAdmin_DeleteAllStorageContents_Result * result)

    Defined at line 6056 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/hlcpp/fuchsia/component/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::component::StorageIteratorNextResponse & _value, ::fuchsia::component::StorageIteratorNextResponse * _result)

    Defined at line 6077 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/hlcpp/fuchsia/component/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::component::StorageAdmin_GetStatus_Result & value, ::fuchsia::component::StorageAdmin_GetStatus_Result * result)

    Defined at line 6323 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/hlcpp/fuchsia/component/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::component::EventPayload & value, ::fuchsia::component::EventPayload * result)

    Defined at line 6814 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/hlcpp/fuchsia/component/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::component::EventStreamGetNextResponse & _value, ::fuchsia::component::EventStreamGetNextResponse * _result)

    Defined at line 6949 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/hlcpp/fuchsia/component/cpp/fidl.h