Home
last modified time | relevance | path

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

/system/netd/server/
DBandwidthController.h72 int removeNiceApps(int numUids, char *appUids[]);
DBandwidthController.cpp390 int BandwidthController::removeNiceApps(int numUids, char *appUids[]) { in removeNiceApps() function in BandwidthController
DCommandListener.cpp1087 int rc = sBandwidthCtrl->removeNiceApps(argc - 2, argv + 2); in runCommand()