Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dsubscribe_manager.cpp219 auto allIter = localSubscribeTotalMap_.find(queryId); in LocalSubscribeLimitCheck() local
220 …if (allIter == localSubscribeTotalMap_.end() && localSubscribeTotalMap_.size() >= MAX_SUBSCRIBE_NU… in LocalSubscribeLimitCheck()
260 auto allIter = subscribedTotalMap.find(queryId); in ReserveSubscribeQuery() local
262 …if (allIter == subscribedTotalMap.end() && subscribedTotalMap.size() >= MAX_SUBSCRIBE_NUM_PER_DB) { in ReserveSubscribeQuery()
289 if (allIter == subscribedTotalMap.end()) { in ReserveSubscribeQuery()
360 auto allIter = subscribedTotalMap.find(queryId); in RemoveSubscribeQuery() local
361 if (allIter == subscribedTotalMap.end()) { in RemoveSubscribeQuery()
365 allIter->second.second--; in RemoveSubscribeQuery()
366 if (allIter->second.second <= 0) { in RemoveSubscribeQuery()