Home
last modified time | relevance | path

Searched refs:removeNiceApps (Results 1 – 3 of 3) sorted by relevance

/system/netd/server/
DBandwidthController.h76 int removeNiceApps(int numUids, char *appUids[]);
DBandwidthController.cpp370 int BandwidthController::removeNiceApps(int numUids, char *appUids[]) { in removeNiceApps() function in BandwidthController
DCommandListener.cpp1062 int rc = gCtls->bandwidthCtrl.removeNiceApps(argc - 2, argv + 2); in runCommand()