Home
last modified time | relevance | path

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 Ddistributeddb_single_ver_p2p_subscribe_sync_test.cpp466 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 Dsubscribe_manager.h81 …void GetRemoteSubscribeQueryIds(const std::string &device, std::vector<std::string> &subscribeQuer…
H A Dsync_engine.h92 …void GetRemoteSubscribeQueryIds(const std::string &device, std::vector<std::string> &subscribeQuer…
H A Dsync_engine.cpp829 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 Dsubscribe_manager.cpp186 void SubscribeManager::GetRemoteSubscribeQueryIds(const std::string &device, in GetRemoteSubscribeQueryIds() function in DistributedDB::SubscribeManager