Searched refs:GetRemoteSubscribeQueryIds (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/ |
H A D | distributeddb_single_ver_p2p_subscribe_sync_test.cpp | 466 subManager.GetRemoteSubscribeQueryIds(device, subscribeQueryId); 476 subManager.GetRemoteSubscribeQueryIds(device, subscribeQueryId); 484 subManager.GetRemoteSubscribeQueryIds(device, subscribeQueryId); 495 subManager.GetRemoteSubscribeQueryIds(device, subscribeQueryId); 572 subManager.GetRemoteSubscribeQueryIds(device + std::to_string(i), subscribeQueryId); 582 subManager.GetRemoteSubscribeQueryIds(device + std::to_string(i), subscribeQueryId);
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/ |
H A D | subscribe_manager.h | 81 …void GetRemoteSubscribeQueryIds(const std::string &device, std::vector<std::string> &subscribeQuer…
|
H A D | sync_engine.h | 92 …void GetRemoteSubscribeQueryIds(const std::string &device, std::vector<std::string> &subscribeQuer…
|
H A D | sync_engine.cpp | 829 subManager_->GetRemoteSubscribeQueryIds(deviceId, remoteQueryId); in OfflineHandleByDevice() 866 void SyncEngine::GetRemoteSubscribeQueryIds(const std::string &device, std::vector<std::string> &su… in GetRemoteSubscribeQueryIds() function in DistributedDB::SyncEngine 868 subManager_->GetRemoteSubscribeQueryIds(device, subscribeQueryIds); in GetRemoteSubscribeQueryIds()
|
H A D | subscribe_manager.cpp | 186 void SubscribeManager::GetRemoteSubscribeQueryIds(const std::string &device, in GetRemoteSubscribeQueryIds() function in DistributedDB::SubscribeManager
|