Searched refs:removeNaughtyApps (Results 1 – 4 of 4) sorted by relevance
51 int removeNaughtyApps(int numUids, const char* const appUids[]);56 int removeNaughtyApps(const std::vector<std::string>& appStrUid);
362 int BandwidthController::removeNaughtyApps(int numUids, const char* const appUids[]) { in removeNaughtyApps() function in BandwidthController383 int BandwidthController::removeNaughtyApps(const std::vector<std::string>& appStrUid) { in removeNaughtyApps() function in BandwidthController
533 EXPECT_EQ(0, mBw.removeNaughtyApps(appUids.size(), const_cast<char**>(&appUids[0]))); in TEST_F()
327 int res = gCtls->bandwidthCtrl.removeNaughtyApps(appStrUids); in bandwidthRemoveNaughtyApp()