Searched refs:addNiceApps (Results 1 – 3 of 3) sorted by relevance
75 int addNiceApps(int numUids, char *appUids[]);
366 int BandwidthController::addNiceApps(int numUids, char *appUids[]) { in addNiceApps() function in BandwidthController
1053 int rc = gCtls->bandwidthCtrl.addNiceApps(argc - 2, argv + 2); in runCommand()