Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/
H A Dtime_helper.cpp85 Timestamp maxItemTime = GetMaxDataItemTime(); in Initialize() local
86 if (currentSysTime > MAX_VALID_TIME || maxItemTime > MAX_VALID_TIME) { in Initialize()
90 if (virtualSysTime <= maxItemTime || virtualSysTime > BUFFER_VALID_TIME) { in Initialize()
91 … localTimeOffset = static_cast<TimeOffset>(maxItemTime - currentSysTime + MS_TO_100_NS); // 1ms in Initialize()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dgeneric_syncer.cpp998 Timestamp maxItemTime = 0; in RecordTimeChangeOffset() local
999 storage->GetMaxTimestamp(maxItemTime); in RecordTimeChangeOffset()
1004 if ((currentSysTime + orgOffset) <= static_cast<TimeOffset>(maxItemTime)) { in RecordTimeChangeOffset()
1005 orgOffset = static_cast<TimeOffset>(maxItemTime) - currentSysTime + in RecordTimeChangeOffset()