Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/
H A Dtime_helper.cpp99 metadata_->SetLastLocalTime(currentSysTime + static_cast<Timestamp>(localTimeOffset)); in Initialize()
118 metadata_->SetLastLocalTime(lastLocalTime); in GetTime()
120 metadata_->SetLastLocalTime(currentLocalTime); 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() function in DistributedDB::Metadata