Searched refs:coveredData (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/ |
H A D | cloud_sync_tag_assets.cpp | 142 bool coveredHasAssets = IsDataContainField<Assets>(assetFieldName, coveredData); in TagForNotContainsAsset() 155 GetAssetsCaseInsensitive(assetFieldName, coveredData) = res.second; in TagForNotContainsAsset() 232 bool coveredHasAsset = IsDataContainField<Asset>(assetFieldName, coveredData); in TagAsset() 312 if (!IsDataContainField<Assets>(filedName, coveredData)) { in TagAssetsForUpload() 315 Assets &covered = std::get<Assets>(GetAssetsCaseInsensitive(filedName, coveredData)); in TagAssetsForUpload() 321 void TagAssetForUpload(const std::string &filedName, bool isInsert, VBucket &coveredData) in TagAssetForUpload() argument 323 if (!IsDataContainField<Asset>(filedName, coveredData)) { in TagAssetForUpload() 326 Asset &asset = std::get<Asset>(GetAssetsCaseInsensitive(filedName, coveredData)); in TagAssetForUpload() 362 void TagAssetsInSingleCol(const Field &assetField, bool isInsert, VBucket &coveredData) in TagAssetsInSingleCol() argument 366 TagAssetsForUpload(assetField.colName, isInsert, coveredData); in TagAssetsInSingleCol() [all …]
|
H A D | cloud_sync_tag_assets.h | 32 …VBucket &coveredData, VBucket &beCoveredData, const Field &assetField, bool setNormalStatus, int &… 34 void TagAssetsInSingleCol(const Field &assetField, bool isInsert, VBucket &coveredData);
|
H A D | cloud_syncer.h | 251 …std::map<std::string, Assets> TagAssetsInSingleRecord(VBucket &coveredData, VBucket &beCoveredData,
|
H A D | cloud_syncer.cpp | 566 std::map<std::string, Assets> CloudSyncer::TagAssetsInSingleRecord(VBucket &coveredData, VBucket &b… in TagAssetsInSingleRecord() argument 578 …Assets assets = TagAssetsInSingleCol(coveredData, beCoveredData, assetField, setNormalStatus, errC… in TagAssetsInSingleRecord()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/ |
H A D | cloud_syncer_test.h | 243 VBucket &coveredData, VBucket &beCoveredData, bool setNormalStatus = false) 246 return TagAssetsInSingleRecord(coveredData, beCoveredData, setNormalStatus, ret);
|