Searched defs:timestampMs (Results 1 – 2 of 2) 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()
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()