Searched refs:allIter (Results 1 – 1 of 1) sorted by relevance
219 auto allIter = localSubscribeTotalMap_.find(queryId); in LocalSubscribeLimitCheck() local220 …if (allIter == localSubscribeTotalMap_.end() && localSubscribeTotalMap_.size() >= MAX_SUBSCRIBE_NU… in LocalSubscribeLimitCheck()260 auto allIter = subscribedTotalMap.find(queryId); in ReserveSubscribeQuery() local262 …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() local361 if (allIter == subscribedTotalMap.end()) { in RemoveSubscribeQuery()365 allIter->second.second--; in RemoveSubscribeQuery()366 if (allIter->second.second <= 0) { in RemoveSubscribeQuery()