Home
last modified time | relevance | path

Searched defs:timestampMs (Results 1 – 2 of 2) sorted by relevance

/foundation/multimedia/camera_framework/services/deferred_processing_service/src/base/timer/
Dtimer.cpp74 bool Timer::StartAt(uint64_t timestampMs) in StartAt()
95 auto timestampMs = curTimeMs + (delayTimeMs == 0 ? intervalMs_ : delayTimeMs); in StartUnlocked() local
101 bool Timer::StartAtUnlocked(uint64_t timestampMs) in StartAtUnlocked()
/foundation/multimedia/camera_framework/services/deferred_processing_service/src/base/timer/core/
Dtimer_core.cpp70 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()