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);
354 int BandwidthController::removeNiceApps(int numUids, const char* const appUids[]) { in removeNiceApps() function in BandwidthController371 int BandwidthController::removeNiceApps(const std::vector<std::string>& appStrUid) { in removeNiceApps() function in BandwidthController
322 int res = gCtls->bandwidthCtrl.removeNiceApps(appStrUids); in bandwidthRemoveNiceApp()