Home
last modified time | relevance | path

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

/system/netd/server/
DBandwidthController.h49 int addNaughtyApps(const std::vector<uint32_t>& appUids);
DBandwidthController.cpp326 int BandwidthController::addNaughtyApps(const std::vector<uint32_t>& appUids) { in addNaughtyApps() function in BandwidthController
DNetdNativeService.cpp325 int res = gCtls->bandwidthCtrl.addNaughtyApps(appUids); in bandwidthAddNaughtyApp()