Namespaces

Enumerations

enum EventType
Name Value
kCapabilityRequested 1u
kDiscovered 3u
kDestroyed 4u
kResolved 5u
kStarted 6u
kStopped 7u
kDebugStarted 8u
kUnresolved 9u

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 228 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/cpp/fidl/fuchsia.component/cpp/common_types.h

enum StatusError
Name Value
kProvider 1u
kResponseInvalid 2u
kStatusUnknown 3u
kUnsupported 4u

Defined at line 377 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/cpp/fidl/fuchsia.component/cpp/common_types.h

enum DeletionError
Name Value
kConnection 1u
kProtocol 2u
kNoneAvailable 3u
kUnsupported 4u

Defined at line 410 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/cpp/fidl/fuchsia.component/cpp/common_types.h

Records