Searched refs:appListIter (Results 1 – 1 of 1) sorted by relevance
328 auto appListIter = appList_.begin(); in ReclaimSubscriberAll() local329 while (appListIter != appList_.end()) { in ReclaimSubscriberAll()330 pid = appListIter->first; in ReclaimSubscriberAll()331 std::pair<int32_t, int32_t> appinfo = appListIter->second; in ReclaimSubscriberAll()334 appListIter++; in ReclaimSubscriberAll()705 auto appListIter = appList_.begin(); in DumpSubscribers() local706 while (appListIter != appList_.end()) { in DumpSubscribers()707 pid = appListIter->first; in DumpSubscribers()708 std::pair<int32_t, int32_t> appinfo = appListIter->second; in DumpSubscribers()713 appListIter++; in DumpSubscribers()