class GetComponentDecl
Defined at line 305 of file fidling/gen/sdk/fidl/fuchsia.component.test/fuchsia.component.test/cpp/fidl/fuchsia.component.test/cpp/markers.h
Returns the component decl for the given component. `name` must refer to
a component that is one of the following:
- A component with a local implementation
- A legacy component
- A component added with a fragment-only URL (typically, components
bundled in the same package as the realm builder client, sharing the
same `/pkg` directory, for example, `#meta/other-component.cm`; see
https://fuchsia.dev/fuchsia-src/reference/components/url#relative-fragment-only)
- An automatically generated realm (ex: the root)
Errors:
- `NO_SUCH_CHILD`: This realm does not contain a child with the given
name.
- `CHILD_DECL_NOT_VISIBLE`: The component decl cannot be fetched for
the referenced child, because the child was added to the realm using
a modern (not legacy) absolute URL or subpackaged component's relative
path URL.
- `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