Home
last modified time | relevance | path

Searched refs:removeInterfaceQuota (Results 1 – 4 of 4) sorted by relevance

/system/netd/server/
DBandwidthController.cpp467 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
DBandwidthController.h47 int removeInterfaceQuota(const std::string& iface);
DBandwidthControllerTest.cpp315 EXPECT_EQ(0, mBw.removeInterfaceQuota(iface)); in TEST_F()
DNetdNativeService.cpp299 int res = gCtls->bandwidthCtrl.removeInterfaceQuota(ifName); in bandwidthRemoveInterfaceQuota()