Searched defs:appUids (Results 1 – 2 of 2) sorted by relevance
326 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()
445 std::vector<const char *> appUids = { "1000", "1001", "10012" }; in TEST_F() local