Searched refs:addNaughtyApps (Results 1 – 3 of 3) sorted by relevance
50 int addNaughtyApps(int numUids, const char* const appUids[]);55 int addNaughtyApps(const std::vector<std::string>& appStrUid);
336 int BandwidthController::addNaughtyApps(int numUids, const char* const appUids[]) { in addNaughtyApps() function in BandwidthController359 int BandwidthController::addNaughtyApps(const std::vector<std::string>& appStrUid) { in addNaughtyApps() function in BandwidthController
301 int res = gCtls->bandwidthCtrl.addNaughtyApps(appStrUids); in bandwidthAddNaughtyApp()