Home
last modified time | relevance | path

Searched refs:cacheAssets (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/
H A Ddistributeddb_cloud_asset_compare_test.cpp874 VBucket cacheAssets; variable
879 cacheAssets["field"] = asset;
889 cacheAssets["field"] = asset;
891 res = AssetOperationUtils::CalAssetOperation(cacheAssets, dbAssets,
917 VBucket cacheAssets; variable
922 cacheAssets["field"] = asset;
942 cacheAssets["field"] = asset;
958 VBucket cacheAssets; variable
962 cacheAssets["field"] = asset;
992 VBucket cacheAssets; variable
[all …]
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/cloud/
H A Dasset_operation_utils.cpp37 RecordAssetOpType AssetOperationUtils::CalAssetOperation(const VBucket &cacheAssets, in CalAssetOperation() argument
45 for (const auto &[colName, colData] : cacheAssets) { in CalAssetOperation()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/cloud/
H A Dasset_operation_utils.h35 static RecordAssetOpType CalAssetOperation(const VBucket &cacheAssets, const VBucket &dbAssets,