Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/memmgr/services/memmgrservice/src/purgeable_mem_manager/
H A Dpurgeable_mem_manager.cpp328 auto appListIter = appList_.begin(); in ReclaimSubscriberAll() local
329 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() local
706 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()