Searched refs:naughtyAppUids (Results 1 – 2 of 2) sorted by relevance
247 naughtyAppUids.clear(); in enableBandwidthControl()348 for (it = naughtyAppUids.begin(); it != naughtyAppUids.end(); it++) { in maninpulateNaughtyApps()352 bool found = (it != naughtyAppUids.end()); in maninpulateNaughtyApps()359 naughtyAppUids.erase(it); in maninpulateNaughtyApps()365 naughtyAppUids.push_front(uid); in maninpulateNaughtyApps()
163 std::list<int /*appUid*/> naughtyAppUids; variable