Searched refs:IsNeedCompensatedForUpload (Results 1 – 6 of 6) sorted by relevance
136 static bool IsNeedCompensatedForUpload(const VBucket &uploadExtend, const CloudWaterType &type);
610 if (DBCommon::IsNeedCompensatedForUpload(extend, type)) { in SetInfo()
457 DBCommon::IsNeedCompensatedForUpload(data.extend[i], type)) { in FillAssetIdToAssets()
1133 …bool isNeedCompensated = recordConflict || DBCommon::IsNeedCompensatedForUpload(uploadExtend, type… in GetUpdateRecordFlagSql()1169 …bool isNeedCompensated = recordConflict || DBCommon::IsNeedCompensatedForUpload(uploadExtend, type… in GetUpdateRecordFlagSqlUpload()
729 bool DBCommon::IsNeedCompensatedForUpload(const VBucket &uploadExtend, const CloudWaterType &type) in IsNeedCompensatedForUpload() function in DistributedDB::DBCommon
1414 if (DBCommon::IsNeedCompensatedForUpload(uploadExtend, type) && !wItem.dataDelete) { in BindFillGidLogStmt()