Home
last modified time | relevance | path

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

/system/netd/server/
DBandwidthController.h53 int removeNiceApps(int numUids, const char* const appUids[]);
58 int removeNiceApps(const std::vector<std::string>& appStrUid);
DBandwidthController.cpp354 int BandwidthController::removeNiceApps(int numUids, const char* const appUids[]) { in removeNiceApps() function in BandwidthController
371 int BandwidthController::removeNiceApps(const std::vector<std::string>& appStrUid) { in removeNiceApps() function in BandwidthController
DNetdNativeService.cpp322 int res = gCtls->bandwidthCtrl.removeNiceApps(appStrUids); in bandwidthRemoveNiceApp()