Searched defs:timestampMs (Results 1 – 4 of 4) sorted by relevance
74 bool Timer::StartAt(uint64_t timestampMs) in StartAt()95 auto timestampMs = curTimeMs + (delayTimeMs == 0 ? intervalMs_ : delayTimeMs); in StartUnlocked() local101 bool Timer::StartAtUnlocked(uint64_t timestampMs) in StartAtUnlocked()
24 int32_t HksElapsedRealTime(uint64_t *timestampMs) in HksElapsedRealTime()
70 bool TimerCore::RegisterTimer(uint64_t timestampMs, const std::shared_ptr<Timer>& timer) in RegisterTimer()93 bool TimerCore::DeregisterTimer(uint64_t timestampMs, const std::shared_ptr<Timer>& timer) in DeregisterTimer()
344 int64_t timestampMs = ms.count(); in SleepUtilMinuteEnd() local