Home
last modified time | relevance | path

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

/system/netd/server/
DBandwidthController.h67 int removeInterfaceSharedQuota(const char *iface);
DBandwidthController.cpp586 return removeInterfaceSharedQuota(ifn); in setInterfaceSharedQuota()
627 removeInterfaceSharedQuota(ifn); in setInterfaceSharedQuota()
632 int BandwidthController::removeInterfaceSharedQuota(const char *iface) { in removeInterfaceSharedQuota() function in BandwidthController
739 removeInterfaceSharedQuota(ifn); in setInterfaceQuota()
DCommandListener.cpp912 int rc = gCtls->bandwidthCtrl.removeInterfaceSharedQuota(argv[2]); in runCommand()
994 rc = gCtls->bandwidthCtrl.removeInterfaceSharedQuota(argv[q]); in runCommand()