template <>

class WireWeakOnewayClientImpl

Defined at line 327 of file fidling/gen/sdk/fidl/fuchsia.driver.test.logger/fuchsia.driver.test.logger/cpp/fidl/fuchsia.driver.test.logger/cpp/wire_messaging.h

Public Methods

::fidl::OneWayStatus LogMessage (::fidl::StringView msg)

Logs a message from the driver unit test.

Allocates 16 bytes of response buffer on the stack. Request is heap-allocated.

::fidl::OneWayStatus LogTestCase (::fidl::StringView name, const ::fuchsia_driver_test_logger::wire::TestCaseResult & result)

Logs the results of a test case.

Allocates 328 bytes of message buffer on the stack. No heap allocation necessary.