template <>
class WireWeakAsyncClientImpl
Defined at line 959 of file fidling/gen/sdk/fidl/fuchsia.ldsvc/fuchsia.ldsvc/cpp/fidl/fuchsia.ldsvc/cpp/wire_messaging.h
Public Methods
::fidl::internal::WireThenable< ::fuchsia_ldsvc::Loader::LoadObject> LoadObject (::fidl::StringView object_name)
The dynamic linker sends `object_name` and gets back a VMO
handle containing the file.
The request and callback are allocated on the heap.
::fidl::internal::WireThenable< ::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.
The request and callback are allocated on the heap.
::fidl::internal::WireThenable< ::fuchsia_ldsvc::Loader::Clone> Clone (::fidl::ServerEnd< ::fuchsia_ldsvc::Loader> && loader)
Obtain a new loader service connection.
Allocates 24 bytes of request buffer on the stack. The callback is stored on the heap.