Home
last modified time | relevance | path

Searched refs:IsNeedCompensatedForUpload (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Ddb_common.h136 static bool IsNeedCompensatedForUpload(const VBucket &uploadExtend, const CloudWaterType &type);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/
H A Dcloud_db_proxy.cpp610 if (DBCommon::IsNeedCompensatedForUpload(extend, type)) { in SetInfo()
H A Dcloud_sync_utils.cpp457 DBCommon::IsNeedCompensatedForUpload(data.extend[i], type)) { in FillAssetIdToAssets()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/cloud/
H A Dcloud_storage_utils.cpp1133 …bool isNeedCompensated = recordConflict || DBCommon::IsNeedCompensatedForUpload(uploadExtend, type… in GetUpdateRecordFlagSql()
1169 …bool isNeedCompensated = recordConflict || DBCommon::IsNeedCompensatedForUpload(uploadExtend, type… in GetUpdateRecordFlagSqlUpload()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Ddb_common.cpp729 bool DBCommon::IsNeedCompensatedForUpload(const VBucket &uploadExtend, const CloudWaterType &type) in IsNeedCompensatedForUpload() function in DistributedDB::DBCommon
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_cloud_kv_executor_utils.cpp1414 if (DBCommon::IsNeedCompensatedForUpload(uploadExtend, type) && !wItem.dataDelete) { in BindFillGidLogStmt()