Home
last modified time | relevance | path

Searched refs:IsQueryExistSubscribe (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dsubscribe_manager.h89 bool IsQueryExistSubscribe(const std::string &queryId) const;
H A Dsync_engine.cpp832 if (!subManager_->IsQueryExistSubscribe(queryId)) { in OfflineHandleByDevice()
1233 if (!subManager_->IsQueryExistSubscribe(query.GetIdentify())) { // LCOV_EXCL_BR_LINE in AddQuerySubscribe()
H A Dsubscribe_manager.cpp227 bool SubscribeManager::IsQueryExistSubscribe(const std::string &queryId) const in IsQueryExistSubscribe() function in DistributedDB::SubscribeManager
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/
H A Dsingle_ver_data_sync.cpp2139 if (!subscribeManager->IsQueryExistSubscribe(queryId)) { in RemoveSubscribeIfNeed()