Searched refs:removeInterfaceQuota (Results 1 – 4 of 4) sorted by relevance
82 int removeInterfaceQuota(const char *iface);
402 EXPECT_EQ(0, mBw.removeInterfaceQuota(iface)); in TEST_F()
606 return removeInterfaceQuota(iface); in setInterfaceQuota()685 int BandwidthController::removeInterfaceQuota(const char *iface) { in removeInterfaceQuota() function in BandwidthController
835 int rc = gCtls->bandwidthCtrl.removeInterfaceQuota(argv[2]); in runCommand()