Home
last modified time | relevance | path

Searched defs:syncQuery (Results 1 – 13 of 13) sorted by relevance

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/include/
Disyncer.h47 QuerySyncObject syncQuery; member
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/
Dsync_types.h76 QuerySyncObject syncQuery; member
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/
Dsingle_ver_data_sync_extend.cpp180 QuerySyncObject syncQuery = packet->GetQuery(); in SubscribeRequestRecvPre() local
Dsingle_ver_data_sync_utils.cpp101 QuerySyncObject syncQuery = packet->GetQuery(); in RequestQueryCheck() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/
Ddistributeddb_cloud_meta_data_test.cpp312 std::vector<QuerySyncObject> syncQuery; variable
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/
Dicloud_sync_storage_interface.h228 virtual int GetCompensatedSyncQuery([[gnu::unused]] std::vector<QuerySyncObject> &syncQuery, in GetCompensatedSyncQuery()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
Ddistributeddb_interfaces_nb_delegate_extend_test.cpp1162 std::vector<QuerySyncObject> syncQuery; variable
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/cloud/
Dcloud_storage_utils.cpp1315 …ctor<std::map<std::string, std::vector<Type>>> &syncPkVec, std::vector<QuerySyncObject> &syncQuery) in FillQueryByPK()
1345 std::vector<QuerySyncObject> &syncQuery) in GetSyncQueryByPk()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
Dsqlite_cloud_kv_store.cpp695 int SqliteCloudKvStore::GetCompensatedSyncQuery(std::vector<QuerySyncObject> &syncQuery, in GetCompensatedSyncQuery()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/
Dcloud_sync_utils.cpp854 std::vector<QuerySyncObject> &syncQuery) in GetQueryAndUsersForCompensatedSync()
Dcloud_syncer_extend.cpp601 std::vector<QuerySyncObject> syncQuery; in GenerateCompensatedSync() local
2111 std::vector<QuerySyncObject> syncQuery; in TryToInitQueryAndUserListForCompensatedSync() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
Dstorage_proxy.cpp635 int StorageProxy::GetCompensatedSyncQuery(std::vector<QuerySyncObject> &syncQuery, std::vector<std:… in GetCompensatedSyncQuery()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
Drelational_sync_able_storage.cpp1941 int RelationalSyncAbleStorage::GetCompensatedSyncQuery(std::vector<QuerySyncObject> &syncQuery, in GetCompensatedSyncQuery()
2018 …const std::vector<TableSchema> &tables, std::vector<QuerySyncObject> &syncQuery, bool isQueryDownl… in GetCompensatedSyncQueryInner()