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 D | cloud_sync_utils.cpp | 24 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 D | cloud_sync_utils.h | 35 …static int GetCloudPkVals(const VBucket &datum, const std::vector<std::string> &pkColNames, int64_…
|
H A D | cloud_syncer.cpp | 504 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 D | distributeddb_cloud_db_proxy_test.cpp | 890 ret = utilsObj.GetCloudPkVals(record, pkColNames, 0, cloudPkVals);
|