Home
last modified time | relevance | path

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

/system/netd/
DBandwidthController.cpp247 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()
DBandwidthController.h163 std::list<int /*appUid*/> naughtyAppUids; variable