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/syncer/src/
H A Dtime_helper.cpp108 Timestamp lastLocalTime = metadata_->GetLastLocalTime(); in GetTime() local
115 if (currentLocalTime <= lastLocalTime || currentLocalTime > BUFFER_VALID_TIME) { in GetTime()
116 lastLocalTime += deltaTime; in GetTime()
117 currentLocalTime = lastLocalTime; in GetTime()
118 metadata_->SetLastLocalTime(lastLocalTime); in GetTime()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dmeta_data.h89 void SetLastLocalTime(Timestamp lastLocalTime);
H A Dmeta_data.cpp189 void Metadata::SetLastLocalTime(Timestamp lastLocalTime) in SetLastLocalTime() argument
192 if (lastLocalTime > lastLocalTime_) { in SetLastLocalTime()
193 lastLocalTime_ = lastLocalTime; in SetLastLocalTime()