Home
last modified time | relevance | path

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

/system/netd/server/
DBandwidthController.cpp530 return removeInterfaceQuota(iface); in setInterfaceQuota()
539 removeInterfaceQuota(iface); in setInterfaceQuota()
563 removeInterfaceQuota(iface); in setInterfaceQuota()
595 int BandwidthController::removeInterfaceQuota(const std::string& iface) { in removeInterfaceQuota() function in BandwidthController
DBandwidthController.h47 int removeInterfaceQuota(const std::string& iface);
DBandwidthControllerTest.cpp365 EXPECT_EQ(0, mBw.removeInterfaceQuota(iface)); in TEST_F()
DNetdNativeService.cpp296 int res = gCtls->bandwidthCtrl.removeInterfaceQuota(ifName); in bandwidthRemoveInterfaceQuota()