Home
last modified time | relevance | path

Searched refs:lastLocalTime_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/
H A Drelational_store_sqlite_ext.cpp189 lastLocalTime_ = getDbMaxTimestamp(); in GetTime()
194 … time helper with maxTimestamp:%" PRIu64 " localTimeOffset:%" PRIu64 " first time", lastLocalTime_, in GetTime()
205 if (currentLocalTime <= lastLocalTime_ || currentLocalTime > MAX_VALID_TIME) { in GetTime()
207 lastLocalTime_, currentLocalTime, deltaTime); in GetTime()
208 lastLocalTime_ = static_cast<Timestamp>(static_cast<int64_t>(lastLocalTime_) + in GetTime()
210 currentLocalTime = lastLocalTime_; in GetTime()
212 lastLocalTime_ = currentLocalTime; in GetTime()
234 auto virtualTimeOffset = static_cast<int64_t>(currentLocalTime - lastLocalTime_); in TimeSkew()
254 return lastLocalTime_; in GetLastTime()
298 Timestamp lastLocalTime_ = 0; member in __anon7150c7630110::TimeHelper
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dmeta_data.cpp41 lastLocalTime_(0) in Metadata()
192 if (lastLocalTime > lastLocalTime_) { in SetLastLocalTime()
193 lastLocalTime_ = lastLocalTime; in SetLastLocalTime()
200 return lastLocalTime_; in GetLastLocalTime()
H A Dmeta_data.h253 Timestamp lastLocalTime_; variable