Namespaces

Enumerations

enum class Availability : uint32_t
Name Value Comments
REQUIRED 1u

The capability must be available. Failure to route the capability is an
error.

OPTIONAL 2u

Inside a use declaration: the component can function if it fails to
obtain the capability.

Inside an offer/expose declaration: the capability may not be available
in some system configurations. As a corollary, the target component must
not have a required dependency on the capability.

SAME_AS_TARGET 3u

If the target of the corresponding offer or expose declaration requires
the capability, then the behavior is equivalent to required. If the
target has an optional dependency on the capability, then the behavior
is equivalent to optional. This is useful for container components that
would like to change their routing availability based on ones inside.

This value is not allowed inside a use declaration.

TRANSITIONAL 4u

The source may omit the route completely without even having to route
from `void`.

[`TRANSITIONAL`] is used for soft transitions that introduce new
capabilities.

Describes the expected availability of the capability.

Some capabilities may not be present on all system configurations. In those

cases, the availability will be declared as `OPTIONAL` along the chains of

exposes/offers/uses, and the capability would be routed from `void` on

system configurations where it does not make sense to route or provide a

particular capability (e.g. graphical capabilities on a headless system).

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

Records

Functions

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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