Home
last modified time | relevance | path

Searched defs:appStrUid (Results 1 – 2 of 2) sorted by relevance

/system/netd/server/
DBandwidthController.cpp379 int BandwidthController::addNaughtyApps(const std::vector<std::string>& appStrUid) { in addNaughtyApps()
383 int BandwidthController::removeNaughtyApps(const std::vector<std::string>& appStrUid) { in removeNaughtyApps()
387 int BandwidthController::addNiceApps(const std::vector<std::string>& appStrUid) { in addNiceApps()
391 int BandwidthController::removeNiceApps(const std::vector<std::string>& appStrUid) { in removeNiceApps()
406 for (const auto& appStrUid : appStrUids) { in manipulateSpecialApps() local
DTrafficController.cpp597 for (const auto& appStrUid : appStrUids) { in updateUidOwnerMap() local