Home
last modified time | relevance | path

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

/system/netd/server/
DBandwidthController.h82 int removeInterfaceQuota(const char *iface);
DBandwidthController.cpp689 return removeInterfaceQuota(iface); in setInterfaceQuota()
768 int BandwidthController::removeInterfaceQuota(const char *iface) { in removeInterfaceQuota() function in BandwidthController
DCommandListener.cpp1013 int rc = gCtls->bandwidthCtrl.removeInterfaceQuota(argv[2]); in runCommand()