Searched refs:removeInterfaceQuota (Results 1 – 4 of 4) sorted by relevance
467 return removeInterfaceQuota(iface); in setInterfaceQuota()476 removeInterfaceQuota(iface); in setInterfaceQuota()500 removeInterfaceQuota(iface); in setInterfaceQuota()532 int BandwidthController::removeInterfaceQuota(const std::string& iface) { in removeInterfaceQuota() function in BandwidthController
47 int removeInterfaceQuota(const std::string& iface);
315 EXPECT_EQ(0, mBw.removeInterfaceQuota(iface)); in TEST_F()
299 int res = gCtls->bandwidthCtrl.removeInterfaceQuota(ifName); in bandwidthRemoveInterfaceQuota()