Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/
H A Dcloud_sync_utils.h54 static bool EqualInMsLevel(const Timestamp cmp, const Timestamp beCmp);
H A Dcloud_sync_utils.cpp137 bool CloudSyncUtils::EqualInMsLevel(const Timestamp cmp, const Timestamp beCmp) in EqualInMsLevel() function in DistributedDB::CloudSyncUtils
150 EqualInMsLevel(localLogInfo.wTimestamp, cloudLogInfo.wTimestamp) && in NeedSaveData()