Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/
H A Dcloud_sync_utils.cpp25 std::vector<Type> &cloudPkVals) in GetCloudPkVals() argument
27 if (!cloudPkVals.empty()) { in GetCloudPkVals()
35 cloudPkVals.emplace_back(dataKey); in GetCloudPkVals()
44 cloudPkVals.push_back(type); in GetCloudPkVals()
201 std::vector<Type> cloudPkVals; in SaveChangedDataByType() local
204 cloudPkVals); in SaveChangedDataByType()
206 …= CloudSyncUtils::GetCloudPkVals(datum, changedData.field, localInfo.logInfo.dataKey, cloudPkVals); in SaveChangedDataByType()
211 InsertOrReplaceChangedDataByType(type, cloudPkVals, changedData); in SaveChangedDataByType()
H A Dcloud_sync_utils.h36 std::vector<Type> &cloudPkVals);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/
H A Ddistributeddb_cloud_db_proxy_test.cpp889 std::vector<Type> cloudPkVals = {{}}; variable
890 ret = utilsObj.GetCloudPkVals(record, pkColNames, 0, cloudPkVals);