template <>
class WireWeakOnewayBufferClientImpl
Defined at line 349 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.
Caller provides the backing storage for FIDL message.
::fidl::OneWayStatus LogTestCase (::fidl::StringView name, const ::fuchsia_driver_test_logger::wire::TestCaseResult & result)
Logs the results of a test case.
Caller provides the backing storage for FIDL message.