Home
last modified time | relevance | path

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

/system/netd/server/
DBandwidthController.h85 int removeNaughtyApps(int numUids, char *appUids[]);
DBandwidthControllerTest.cpp464 EXPECT_EQ(0, mBw.removeNaughtyApps(appUids.size(), const_cast<char**>(&appUids[0]))); in TEST_F()
DBandwidthController.cpp330 int BandwidthController::removeNaughtyApps(int numUids, char *appUids[]) { in removeNaughtyApps() function in BandwidthController
DCommandListener.cpp866 int rc = gCtls->bandwidthCtrl.removeNaughtyApps(argc - 2, argv + 2); in runCommand()