class FakeClock_Sync

Defined at line 2908 of file fidling/gen/src/lib/fake-clock/fidl/fidl/hlcpp/fuchsia/testing/cpp/fidl.h

Public Methods

void ~FakeClock_Sync ()
zx_status_t Get (::fidl::basic_time<((zx_clock_t)1)> * out_boot_time, ::fidl::basic_time<((zx_clock_t)0)> * out_monotonic_time)
zx_status_t RegisterEventInMonotonic (::zx::eventpair event, ::fidl::basic_time<((zx_clock_t)0)> time)
zx_status_t RegisterEventInBoot (::zx::eventpair event, ::fidl::basic_time<((zx_clock_t)1)> time)
zx_status_t RescheduleEventInMonotonic (::zx::eventpair event, ::fidl::basic_time<((zx_clock_t)0)> time, ::fuchsia::testing::FakeClock_RescheduleEventInMonotonic_Result * out_FakeClock_RescheduleEventInMonotonic_Result)
zx_status_t RescheduleEventInBoot (::zx::eventpair event, ::fidl::basic_time<((zx_clock_t)1)> time, ::fuchsia::testing::FakeClock_RescheduleEventInBoot_Result * out_FakeClock_RescheduleEventInBoot_Result)
zx_status_t CancelEvent (::zx::eventpair event)
zx_status_t CreateNamedDeadlineInMonotonic (::fuchsia::testing::deadline::DeadlineId id, int64_t duration, ::fidl::basic_time<((zx_clock_t)0)> * out_deadline)
zx_status_t CreateNamedDeadlineInBoot (::fuchsia::testing::deadline::DeadlineId id, int64_t duration, ::fidl::basic_time<((zx_clock_t)1)> * out_deadline)