template <>
class WireWeakSyncClientImpl
Defined at line 1016 of file fidling/gen/sdk/fidl/fuchsia.ldsvc/fuchsia.ldsvc/cpp/fidl/fuchsia.ldsvc/cpp/wire_messaging.h
Public Methods
::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.