Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dquery_utils.cpp60 void QueryUtils::FillQueryInKeys(const std::map<std::string, std::vector<Type>> &syncPk, in FillQueryInKeys() argument
64 for (const auto &[col, pkList] : syncPk) { in FillQueryInKeys()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Dquery_utils.h27 static void FillQueryInKeys(const std::map<std::string, std::vector<Type>> &syncPk,
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/cloud/
H A Dcloud_storage_utils.cpp1494 std::map<std::string, std::vector<Type>> syncPk; in GetSyncQueryByPk() local
1509 syncPk[col].push_back(value); in GetSyncQueryByPk()
1516 syncPk[col].push_back(value); in GetSyncQueryByPk()
1522 QueryUtils::FillQueryInKeys(syncPk, dataIndex, query); in GetSyncQueryByPk()
1524 for (const auto &[col, pkList] : syncPk) { in GetSyncQueryByPk()