Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/base/timer/
H A 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()
/ohos5.0/base/security/huks/frameworks/huks_standard/main/os_dependency/posix/
H A Dhks_util.c24 int32_t HksElapsedRealTime(uint64_t *timestampMs) in HksElapsedRealTime()
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/base/timer/core/
H A 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()
/ohos5.0/base/security/access_token/interfaces/innerkits/privacy/test/unittest/src/
H A Dprivacy_kit_test.cpp344 int64_t timestampMs = ms.count(); in SleepUtilMinuteEnd() local