Home
last modified time | relevance | path

Searched refs:IsLogNeedUpdate (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/
H A Dcloud_force_push_strategy.cpp47 if (IsLogNeedUpdate(cloudInfo, localInfo)) { in TagSyncDataStatus()
H A Dcloud_sync_strategy.h45 static bool IsLogNeedUpdate(const LogInfo &cloudInfo, const LogInfo &localInfo);
H A Dcloud_sync_strategy.cpp60 bool CloudSyncStrategy::IsLogNeedUpdate(const LogInfo &cloudInfo, const LogInfo &localInfo) in IsLogNeedUpdate() function in DistributedDB::CloudSyncStrategy
H A Dcloud_merge_strategy.cpp78 if (IsLogNeedUpdate(cloudInfo, localInfo)) { in TagLocallyNewer()