template <>

class WireWeakOnewayBufferClientImpl

Defined at line 1283 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.

::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.