class LocalHlcppComponent

Defined at line 237 of file ../../sdk/lib/sys/component/cpp/testing/realm_builder_types.h

Public Methods

sys::OutgoingDirectory * outgoing ()

Returns a wrapper around the component's outgoing directory. The mock

component may publish capabilities using the returned object.

This method is not valid until |OnStart()| is invoked.

Defined at line 107 of file ../../sdk/lib/sys/component/cpp/testing/realm_builder_types.cc

sys::ServiceDirectory svc ()

Convenience method to construct a ServiceDirectory by opening a handle to

"/svc" in the namespace object returned by `ns()`.

This method is not valid until |OnStart()| is invoked.

Defined at line 114 of file ../../sdk/lib/sys/component/cpp/testing/realm_builder_types.cc