Crate fidl_fuchsia_sys2
source ·Macros
Pattern that matches an unknown
CreateError
member.Pattern that matches an unknown
DeclType
member.Pattern that matches an unknown
DestroyError
member.Pattern that matches an unknown
RealmExplorerError
member.Pattern that matches an unknown
RealmQueryError
member.Pattern that matches an unknown
ResolveError
member.Pattern that matches an unknown
StartError
member.Pattern that matches an unknown
StopError
member.Pattern that matches an unknown
UnresolveError
member.Structs
Information stored when a thread crashes.
A Stream of incoming requests for CrashIntrospect
The directories available because the component instance is running
The detailed execution state of a component instance
Basic information about a component instance.
This object contains information that is readily available to component manager.
A Stream of incoming requests for InstanceInfoIterator
A Stream of incoming requests for LifecycleController
A Stream of incoming requests for RealmExplorer
A Stream of incoming requests for RealmQuery
The directories available because the component instance is in resolved state
The detailed resolved state of a component instance
Routing error for a particular capability.
Routing result for a particular capability.
A Stream of incoming requests for RouteValidator
A Stream of incoming requests for StorageAdmin
A Stream of incoming requests for StorageIterator
Metadata about status of the storage
A Stream of incoming requests for SystemController
Enums
When a thread from a component using the ELF runner crashes, the thread
koid along with other information is stored. This protocol can be used to
retrieve that stored information.
An iterator over basic information of all instances in the realm
Describes the current state of instance
Mutates the component instance state in a realm.
Errors that can be returned by the RealmExplorer API.
Offers basic introspection into component instances under a realm.
Errors that can be returned by the RealmQuery API.
Offers detailed introspection into component instances under a realm.
Describes the result of the Start command.
An iterator protocol for returning a set of components using a storage capability. See
|StorageAdmin.ListStorageInRealm| for more information.
An interface implemented by ComponentManager that requests the
ComponentManager stop all components and exit.
Constants
The maximum length of an instance ID.
An instance ID is a 256-bit identifier, which when encoded
in hex notation is 64 characters long.
The maximum length of a storage instance ID.
A storage instance ID is a 128-bit UUID, which when encoded
in hex notation is 32 characters long.