template <>
class WireSyncClientImpl
Defined at line 664 of file fidling/gen/sdk/fidl/fuchsia.testing.harness/fuchsia.testing.harness/cpp/fidl/fuchsia.testing.harness/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_testing_harness::RealmProxy>|,
avoiding setting up a client.
Public Methods
::fidl::WireResult< ::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 328 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::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 328 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::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.
Allocates 32 bytes of response buffer on the stack. Request is heap-allocated.