template <>
class WireSyncClientImpl
Defined at line 2292 of file fidling/gen/sdk/fidl/fuchsia.test.manager/fuchsia.test.manager/cpp/fidl/fuchsia.test.manager/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_test_manager::Query>|,
avoiding setting up a client.
Public Methods
::fidl::WireResult< ::fuchsia_test_manager::Query::Enumerate> Enumerate (::fidl::StringView test_url, ::fidl::ServerEnd< ::fuchsia_test_manager::CaseIterator> && iterator)
Enumerates test cases.
Allocates 32 bytes of response buffer on the stack. Request is heap-allocated.
::fidl::WireResult< ::fuchsia_test_manager::Query::EnumerateInRealm> EnumerateInRealm (::fidl::StringView test_url, ::fidl::ClientEnd< ::fuchsia_component::Realm> && realm, ::fidl::VectorView< ::fuchsia_component_decl::wire::Offer> offers, ::fidl::StringView test_collection, ::fidl::ServerEnd< ::fuchsia_test_manager::CaseIterator> && iterator)
Enumerates test cases in non-hermetic tests.
Allocates 32 bytes of response buffer on the stack. Request is heap-allocated.