Structs§
- A Stream of incoming requests for fuchsia.testing.sl4f/FacadeIterator.
- A Stream of incoming requests for fuchsia.testing.sl4f/FacadeProvider.
Enums§
- Implemented by a backend component hosting one or more facades. Used to acquire the list of facades hosted by a
FacadeProvider
instance. - Implemented by a backend component hosting one or more facades. A facade must only be hosted by a signel
FacadeProvider
instance. NOTE: The current implementation uses ComponentsV1 and only supports a singleFacadeProvider
instance. This is intended to change and may result in changes to the protocol.