class AddLocalChild
Defined at line 208 of file fidling/gen/sdk/fidl/fuchsia.component.test/fuchsia.component.test/cpp/fidl/fuchsia.component.test/cpp/markers.h
Adds a component to the realm whose implementation will be provided by
the client. When this component should be started, the runner channel
passed into `Build` will receive a start request for a component whose
`ProgramDecl` contains the moniker from the root of the
constructed realm for the child that is to be run under the `program`
key `LOCAL_COMPONENT_NAME`.
Errors:
- `CHILD_ALREADY_EXISTS`: this realm already contains a child with the
given name.
- `BUILD_ALREADY_CALLED`: The `Builder.Build` function has been called
for this realm, and thus this `Realm` channel can no longer be used.
Public Members
static const bool kHasClientToServer
static const bool kHasClientToServerBody
static const bool kHasServerToClient
static const bool kHasServerToClientBody
static const bool kHasNonEmptyUserFacingResponse
static const bool kHasDomainError
static const bool kHasFrameworkError
static const uint64_t kOrdinal