Home
last modified time | relevance | path

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

/system/netd/server/
DBandwidthController.h50 int addNaughtyApps(int numUids, const char* const appUids[]);
55 int addNaughtyApps(const std::vector<std::string>& appStrUid);
DBandwidthController.cpp336 int BandwidthController::addNaughtyApps(int numUids, const char* const appUids[]) { in addNaughtyApps() function in BandwidthController
359 int BandwidthController::addNaughtyApps(const std::vector<std::string>& appStrUid) { in addNaughtyApps() function in BandwidthController
DNetdNativeService.cpp301 int res = gCtls->bandwidthCtrl.addNaughtyApps(appStrUids); in bandwidthAddNaughtyApp()