Searched refs:mLastWorstPidOfSystem (Results 1 – 2 of 2) sorted by relevance
328 mLastWorstPidOfSystem[id].find(element->getPid()); in erase()329 if ((found != mLastWorstPidOfSystem[id].end()) in erase()331 mLastWorstPidOfSystem[id].erase(found); in erase()612 = mLastWorstPidOfSystem[id].find(worstPid); in prune()613 if ((found != mLastWorstPidOfSystem[id].end()) in prune()692 || (mLastWorstPidOfSystem[id].find(element->getPid()) in prune()693 == mLastWorstPidOfSystem[id].end()))) { in prune()694 mLastWorstPidOfSystem[id][element->getUid()] = it; in prune()733 || (mLastWorstPidOfSystem[id].find(worstPid) in prune()734 == mLastWorstPidOfSystem[id].end()))) { in prune()[all …]
97 LogBufferPidIteratorMap mLastWorstPidOfSystem[LOG_ID_MAX]; variable