Home
last modified time | relevance | path

Searched refs: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.h40 static bool IsSinglePrimaryKey(const std::vector<std::string> &pKColNames);
H A Dcloud_syncer.h275 int DownloadAssets(InnerProcessInfo &info, const std::vector<std::string> &pKColNames,
H A Dcloud_syncer.cpp684 int CloudSyncer::DownloadAssets(InnerProcessInfo &info, const std::vector<std::string> &pKColNames, in DownloadAssets() argument
697 changedAssets.field = pKColNames; in DownloadAssets()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/
H A Dcloud_syncer_test.h263 std::vector<std::string> pKColNames; in CallDownloadAssets() local
266 return CloudSyncer::DownloadAssets(info, pKColNames, dupHashKeySet, changedAssets); in CallDownloadAssets()