template <>
class WireWeakAsyncClientImpl
Defined at line 866 of file fidling/gen/sdk/fidl/fuchsia.testing.harness/fuchsia.testing.harness/cpp/fidl/fuchsia.testing.harness/cpp/wire_messaging.h
Public Methods
::fidl::internal::WireThenable< ::fuchsia_testing_harness::RealmProxy::ConnectToNamedProtocol> ConnectToNamedProtocol (::fidl::StringView protocol, ::zx::channel && server_end)
Connects [server_end] to the [protocol] from this proxy's namespace.
Allocates 296 bytes of request buffer on the stack. The callback is stored on the heap.
::fidl::internal::WireThenable< ::fuchsia_testing_harness::RealmProxy::OpenService> OpenService (::fidl::StringView service, ::zx::channel && server_end)
Connects [server_end] to the [service] directory from this proxy's namespace.
Allocates 296 bytes of request buffer on the stack. The callback is stored on the heap.
::fidl::internal::WireThenable< ::fuchsia_testing_harness::RealmProxy::ConnectToServiceInstance> ConnectToServiceInstance (::fidl::StringView service, ::fidl::StringView instance, ::zx::channel && server_end)
Connects [server_end] to the [service]/[instance] from this proxy's namespace.
The request and callback are allocated on the heap.