Home
last modified time | relevance | path

Searched refs:IsPrimaryKeyMatching (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/
H A Dvirtual_cloud_db.h122 bool IsPrimaryKeyMatching(const std::vector<QueryNode> &queryNodes, VBucket &record);
H A Dvirtual_cloud_db.cpp321 (!IsPrimaryKeyMatching(queryNodes, tableData.record))) { in GetCloudData()
339 bool VirtualCloudDb::IsPrimaryKeyMatching(const std::vector<QueryNode> &queryNodes, VBucket &record) in IsPrimaryKeyMatching() function in DistributedDB::VirtualCloudDb