template <>
class WireSyncClientImpl
Defined at line 735 of file fidling/gen/sdk/fidl/fuchsia.ldsvc/fuchsia.ldsvc/cpp/fidl/fuchsia.ldsvc/cpp/wire_messaging.h
Methods to make a sync FIDL call directly on an unowned handle or a
const reference to a |::fidl::ClientEnd
<
::fuchsia_ldsvc::Loader>|,
avoiding setting up a client.
Public Methods
::fidl::OneWayStatus Done ()
Cleanly shutdown the connection to the Loader service.
Allocates 32 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_ldsvc::Loader::LoadObject> LoadObject (::fidl::StringView object_name)
The dynamic linker sends `object_name` and gets back a VMO
handle containing the file.
Allocates 24 bytes of response buffer on the stack. Request is heap-allocated.
::fidl::WireResult< ::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.
Allocates 24 bytes of response buffer on the stack. Request is heap-allocated.
::fidl::WireResult< ::fuchsia_ldsvc::Loader::Clone> Clone (::fidl::ServerEnd< ::fuchsia_ldsvc::Loader> && loader)
Obtain a new loader service connection.
Allocates 48 bytes of message buffer on the stack. No heap allocation necessary.