Home
last modified time | relevance | path

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

/system/netd/server/
DBandwidthController.cpp503 return removeInterfaceSharedQuota(ifn); in setInterfaceSharedQuota()
544 removeInterfaceSharedQuota(ifn); in setInterfaceSharedQuota()
549 int BandwidthController::removeInterfaceSharedQuota(const char *iface) { in removeInterfaceSharedQuota() function in BandwidthController
656 removeInterfaceSharedQuota(ifn); in setInterfaceQuota()
DBandwidthController.h78 int removeInterfaceSharedQuota(const char *iface);
DCommandListener.cpp734 int rc = gCtls->bandwidthCtrl.removeInterfaceSharedQuota(argv[2]); in runCommand()
816 rc = gCtls->bandwidthCtrl.removeInterfaceSharedQuota(argv[q]); in runCommand()