Searched refs:removeNiceApps (Results 1 – 3 of 3) sorted by relevance
53 int removeNiceApps(int numUids, const char* const appUids[]);58 int removeNiceApps(const std::vector<std::string>& appStrUid);
374 int BandwidthController::removeNiceApps(int numUids, const char* const appUids[]) { in removeNiceApps() function in BandwidthController391 int BandwidthController::removeNiceApps(const std::vector<std::string>& appStrUid) { in removeNiceApps() function in BandwidthController
343 int res = gCtls->bandwidthCtrl.removeNiceApps(appStrUids); in bandwidthRemoveNiceApp()