Home
last modified time | relevance | path

Searched defs:pkColNames (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()
63 bool CloudSyncUtils::IsSinglePrimaryKey(const std::vector<std::string> &pkColNames) in IsSinglePrimaryKey()
68 …udSyncUtils::RemoveDataExceptExtendInfo(VBucket &datum, const std::vector<std::string> &pkColNames) in RemoveDataExceptExtendInfo()
H A Dicloud_syncer.h69 std::vector<std::string> pkColNames; member
H A Dcloud_syncer.cpp1387 int CloudSyncer::PreHandleData(VBucket &datum, const std::vector<std::string> &pkColNames) in PreHandleData()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/
H A Ddistributeddb_cloud_db_proxy_test.cpp888 const std::vector<std::string> pkColNames; variable