Home
last modified time | relevance | path

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

/system/netd/server/
DBandwidthController.h50 int removeNaughtyApps(const std::vector<uint32_t>& appUids);
DBandwidthController.cpp330 int BandwidthController::removeNaughtyApps(const std::vector<uint32_t>& appUids) { in removeNaughtyApps() function in BandwidthController
DNetdNativeService.cpp332 int res = gCtls->bandwidthCtrl.removeNaughtyApps(appUids); in bandwidthRemoveNaughtyApp()