template <>

class WireSyncBufferClientImpl

Defined at line 767 of file fidling/gen/sdk/fidl/fuchsia.ldsvc/fuchsia.ldsvc/cpp/fidl/fuchsia.ldsvc/cpp/wire_messaging.h

Public Methods

::fidl::OneWayStatus Done ()

Cleanly shutdown the connection to the Loader service.

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

::fidl::WireUnownedResult< ::fuchsia_ldsvc::Loader::LoadObject> LoadObject (::fidl::StringView object_name)

The dynamic linker sends `object_name` and gets back a VMO

handle containing the file.

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

::fidl::WireUnownedResult< ::fuchsia_ldsvc::Loader::Config> Config (::fidl::StringView config)

The dynamic linker sends a `config` identifying its load

configuration. This is intended to affect how later

`LoadObject` requests decide what particular implementation

file to supply for a given name.

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

::fidl::WireUnownedResult< ::fuchsia_ldsvc::Loader::Clone> Clone (::fidl::ServerEnd< ::fuchsia_ldsvc::Loader> && loader)

Obtain a new loader service connection.

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