Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/
H A Dtime_helper.cpp109 Timestamp currentMonotonicTime = GetMonotonicTime(); in GetTime() local
111 if (currentMonotonicTime != INVALID_TIMESTAMP && lastMonotonicTime_ != INVALID_TIMESTAMP) { in GetTime()
112 deltaTime = currentMonotonicTime - lastMonotonicTime_; in GetTime()
114 lastMonotonicTime_ = currentMonotonicTime; in GetTime()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/
H A Drelational_store_sqlite_ext.cpp200 Timestamp currentMonotonicTime = 0u; in GetTime() local
201 (void)OS::GetMonotonicRelativeTimeInMicrosecond(currentMonotonicTime); in GetTime()
202 auto deltaTime = static_cast<int64_t>(currentMonotonicTime - lastMonotonicTime_); in GetTime()
216 lastMonotonicTime_ = currentMonotonicTime; in GetTime()
224 Timestamp currentMonotonicTime = 0u; in TimeSkew() local
225 (void)OS::GetMonotonicRelativeTimeInMicrosecond(currentMonotonicTime); in TimeSkew()
228 auto monotonicTimeOffset = static_cast<int64_t>(currentMonotonicTime - lastMonotonicTime_); in TimeSkew()
248 lastMonotonicTime_ = currentMonotonicTime; in TimeSkew()