Home
last modified time | relevance | path

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

/system/netd/server/
DBandwidthController.h61 int removeInterfaceSharedQuota(const char *iface);
DBandwidthController.cpp619 return removeInterfaceSharedQuota(ifn); in setInterfaceSharedQuota()
660 removeInterfaceSharedQuota(ifn); in setInterfaceSharedQuota()
665 int BandwidthController::removeInterfaceSharedQuota(const char *iface) { in removeInterfaceSharedQuota() function in BandwidthController
772 removeInterfaceSharedQuota(ifn); in setInterfaceQuota()
DCommandListener.cpp918 int rc = sBandwidthCtrl->removeInterfaceSharedQuota(argv[2]); in runCommand()
1000 rc = sBandwidthCtrl->removeInterfaceSharedQuota(argv[q]); in runCommand()