Home
last modified time | relevance | path

Searched refs:GetCloudPkVals (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/
H A Dcloud_sync_utils.cpp24 int CloudSyncUtils::GetCloudPkVals(const VBucket &datum, const std::vector<std::string> &pkColNames… in GetCloudPkVals() function in DistributedDB::CloudSyncUtils
203 …ret = CloudSyncUtils::GetCloudPkVals(localInfo.primaryKeys, changedData.field, localInfo.logInfo.d… in SaveChangedDataByType()
206 …ret = CloudSyncUtils::GetCloudPkVals(datum, changedData.field, localInfo.logInfo.dataKey, cloudPkV… in SaveChangedDataByType()
589 …int errCode = CloudSyncUtils::GetCloudPkVals(param.downloadData.data[dataIndex], param.changedData… in CalOpType()
H A Dcloud_sync_utils.h35 …static int GetCloudPkVals(const VBucket &datum, const std::vector<std::string> &pkColNames, int64_…
H A Dcloud_syncer.cpp504 ret = CloudSyncUtils::GetCloudPkVals(datum, param.changedData.field, in UpdateChangedData()
789 int ret = CloudSyncUtils::GetCloudPkVals(isDelStrategy ? dataInfo.localInfo.primaryKeys : in HandleTagAssets()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/
H A Ddistributeddb_cloud_db_proxy_test.cpp890 ret = utilsObj.GetCloudPkVals(record, pkColNames, 0, cloudPkVals);