Home
last modified time | relevance | path

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

/system/netd/server/
DBandwidthController.h51 int removeNaughtyApps(int numUids, const char* const appUids[]);
56 int removeNaughtyApps(const std::vector<std::string>& appStrUid);
DBandwidthController.cpp362 int BandwidthController::removeNaughtyApps(int numUids, const char* const appUids[]) { in removeNaughtyApps() function in BandwidthController
383 int BandwidthController::removeNaughtyApps(const std::vector<std::string>& appStrUid) { in removeNaughtyApps() function in BandwidthController
DBandwidthControllerTest.cpp533 EXPECT_EQ(0, mBw.removeNaughtyApps(appUids.size(), const_cast<char**>(&appUids[0]))); in TEST_F()
DNetdNativeService.cpp327 int res = gCtls->bandwidthCtrl.removeNaughtyApps(appStrUids); in bandwidthRemoveNaughtyApp()