Home
last modified time | relevance | path

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

/system/netd/server/
DBandwidthController.cpp326 int BandwidthController::addNaughtyApps(int numUids, char *appUids[]) { in addNaughtyApps()
330 int BandwidthController::removeNaughtyApps(int numUids, char *appUids[]) { in removeNaughtyApps()
334 int BandwidthController::addNiceApps(int numUids, char *appUids[]) { in addNiceApps()
338 int BandwidthController::removeNiceApps(int numUids, char *appUids[]) { in removeNiceApps()
DBandwidthControllerTest.cpp445 std::vector<const char *> appUids = { "1000", "1001", "10012" }; in TEST_F() local