template <>
class WireWeakOnewayBufferClientImpl
Defined at line 3479 of file fidling/gen/src/lib/fake-clock/fidl/fidl/cpp/fidl/fuchsia.testing/cpp/wire_messaging.h
Public Methods
::fidl::OneWayStatus RegisterEventInMonotonic (::zx::eventpair && event, ::fidl::basic_time<((zx_clock_t)0)> time)
Registers the event handle `event` to be signaled with `ZX_EVENTPAIR_SIGNALED` when the
provided `time` is reached by the fake monotonic clock.
The `FakeClock` instance will retain this event (even after it's fired) for as long as the
client-side of the provided event pair `event` is open.
Caller provides the backing storage for FIDL message.
::fidl::OneWayStatus RegisterEventInBoot (::zx::eventpair && event, ::fidl::basic_time<((zx_clock_t)1)> time)
Registers the event handle `event` to be signaled with `ZX_EVENTPAIR_SIGNALED` when the
provided `time` is reached by the fake boot clock.
The `FakeClock` instance will retain this event (even after it's fired) for as long as the
client-side of the provided event pair `event` is open.
Caller provides the backing storage for FIDL message.