Home
last modified time | relevance | path

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

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/include/
Disyncer.h46 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/storage/include/
Dicloud_sync_storage_interface.h194 virtual int GetCompensatedSyncQuery([[gnu::unused]] std::vector<QuerySyncObject> &syncQuery, in GetCompensatedSyncQuery()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/
Ddistributeddb_cloud_meta_data_test.cpp287 std::vector<QuerySyncObject> syncQuery; variable
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/
Dsingle_ver_data_sync_utils.cpp101 QuerySyncObject syncQuery = packet->GetQuery(); in RequestQueryCheck() local
Dsingle_ver_data_sync.cpp1983 QuerySyncObject syncQuery = packet->GetQuery(); in SubscribeRequestRecvPre() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
Dsqlite_cloud_kv_store.cpp578 int SqliteCloudKvStore::GetCompensatedSyncQuery(std::vector<QuerySyncObject> &syncQuery, in GetCompensatedSyncQuery()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
Dstorage_proxy.cpp581 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.cpp1930 int RelationalSyncAbleStorage::GetCompensatedSyncQuery(std::vector<QuerySyncObject> &syncQuery, in GetCompensatedSyncQuery()
2007 const std::vector<TableSchema> &tables, std::vector<QuerySyncObject> &syncQuery) in GetCompensatedSyncQueryInner()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/
Dcloud_syncer_extend.cpp457 std::vector<QuerySyncObject> syncQuery; in GenerateCompensatedSync() local