template <>

class WireWeakOnewayClientImpl

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

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.