template <>

class WireSyncBufferClientImpl

Defined at line 1943 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/cpp/fidl/fuchsia.sys2/cpp/wire_messaging.h

Public Methods

::fidl::WireUnownedResult< ::fuchsia_sys2::LifecycleController::StartInstance> StartInstance (::fidl::StringView moniker, ::fidl::ServerEnd< ::fuchsia_component::Binder> && binder)

Starts the instance identified by the given moniker. Relative

monikers must start with "./".

The client can pass in the server end of a channel

for the fuchsia.component.Binder protocol. This protocol

will notify the client when the instance has stopped.

The function returns once the instance has been started. Calling

StartInstance() when the instance is already running is a no-op, but

it will connect the Binder channel if a valid handle is provided.

Caller provides the backing storage for FIDL message via an argument to `.buffer()`.

::fidl::WireUnownedResult< ::fuchsia_sys2::LifecycleController::StartInstanceWithArgs> StartInstanceWithArgs (::fidl::StringView moniker, ::fidl::ServerEnd< ::fuchsia_component::Binder> && binder, ::fuchsia_component::wire::StartChildArgs args)

Caller provides the backing storage for FIDL message via an argument to `.buffer()`.

::fidl::WireUnownedResult< ::fuchsia_sys2::LifecycleController::StopInstance> StopInstance (::fidl::StringView moniker)

Stops the instance identified by the given moniker. Relative

monikers must start with "./".

The function returns once the instance has been stopped.

Caller provides the backing storage for FIDL message via an argument to `.buffer()`.

::fidl::WireUnownedResult< ::fuchsia_sys2::LifecycleController::ResolveInstance> ResolveInstance (::fidl::StringView moniker)

Resolves the instance identified by the given moniker. Relative

monikers must start with "./".

The function returns once the instance has been resolved.

Caller provides the backing storage for FIDL message via an argument to `.buffer()`.

::fidl::WireUnownedResult< ::fuchsia_sys2::LifecycleController::UnresolveInstance> UnresolveInstance (::fidl::StringView moniker)

Unresolves the component designated by the provided moniker. Relative

monikers must start with "./".

The function returns once the instance has been unresolved.

Caller provides the backing storage for FIDL message via an argument to `.buffer()`.

::fidl::WireUnownedResult< ::fuchsia_sys2::LifecycleController::CreateInstance> CreateInstance (::fidl::StringView parent_moniker, const ::fuchsia_component_decl::wire::CollectionRef & collection, ::fuchsia_component_decl::wire::Child decl, ::fuchsia_component::wire::CreateChildArgs args)

Creates a new child instance identified by the given moniker. Relative

monikers must start with "./".

The function returns once the child instance has been added to the topology.

Caller provides the backing storage for FIDL message via an argument to `.buffer()`.

::fidl::WireUnownedResult< ::fuchsia_sys2::LifecycleController::DestroyInstance> DestroyInstance (::fidl::StringView parent_moniker, const ::fuchsia_component_decl::wire::ChildRef & child)

Destroys the instance identified by the given moniker. Relative

monikers must start with "./".

The function returns once the child instance no longer exists in the topology.

Caller provides the backing storage for FIDL message via an argument to `.buffer()`.