class UtcClockReadyWatcher

Defined at line 28 of file ../../src/developer/forensics/utils/utc_clock_ready_watcher.h

Waits for signal from the system indicating the UTC clock is ready, then notifies interested

parties.

Public Methods

void UtcClockReadyWatcher (async_dispatcher_t * dispatcher, zx::unowned_clock clock_handle)

Defined at line 12 of file ../../src/developer/forensics/utils/utc_clock_ready_watcher.cc

void OnClockReady (::fit::callback<void ()> callback)

Register a callback that will be executed when the utc clock becomes ready.

Defined at line 23 of file ../../src/developer/forensics/utils/utc_clock_ready_watcher.cc

void ~UtcClockReadyWatcher ()

Defined at line 31 of file ../../src/developer/forensics/utils/utc_clock_ready_watcher.h

bool IsUtcClockReady ()

Defined at line 32 of file ../../src/developer/forensics/utils/utc_clock_ready_watcher.cc