Home
last modified time | relevance | path

Searched refs:monotonicTime (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/plugins/usage_event_report/service/factory/
H A Dsys_usage_event_factory.cpp41 auto monotonicTime = GetMonotonicTime(); in Create() local
43 if (bootTime < (monotonicTime + TIME_ERROR)) { in Create()
44 bootTime = monotonicTime; in Create()
48 event->Update(KEY_OF_RUNNING, monotonicTime); in Create()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dtime_tick_monitor.cpp125 uint64_t monotonicTime = GetMonotonicTime(); in TimeTick() local
127 int64_t monotonicOffset = static_cast<int64_t>(monotonicTime - lastMonotonicTime_); in TimeTick()
129 lastMonotonicTime_ = monotonicTime; in TimeTick()