template <>
class WireSyncBufferClientImpl
Defined at line 480 of file fidling/gen/sdk/fidl/fuchsia.test/fuchsia.test/cpp/fidl/fuchsia.test/cpp/wire_messaging.h
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.
Caller provides the backing storage for FIDL message via an argument to `.buffer()`.
::fidl::OneWayStatus OnFinished ()
Indicates that the last test case that started has finished, and no more test cases will start.
Caller provides the backing storage for FIDL message via an argument to `.buffer()`.