template <>
class WireSyncClientImpl
Defined at line 464 of file fidling/gen/sdk/fidl/fuchsia.test/fuchsia.test/cpp/fidl/fuchsia.test/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::RunListener>|,
avoiding setting up a client.
Public Methods
::fidl::OneWayStatus OnTestCaseStarted (::fuchsia_test::wire::Invocation invocation, ::fuchsia_test::wire::StdHandles std_handles, ::fidl::ServerEnd< ::fuchsia_test::CaseListener> && listener)
Indicates that an individual test invocation has started execution.
Allocates 16 bytes of response buffer on the stack. Request is heap-allocated.
::fidl::OneWayStatus OnFinished ()
Indicates that the last test case that started has finished, and no more test cases will start.
Allocates 32 bytes of message buffer on the stack. No heap allocation necessary.