Home
last modified time | relevance | path

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

/system/netd/server/
DBandwidthController.h82 int removeInterfaceQuota(const char *iface);
DBandwidthControllerTest.cpp402 EXPECT_EQ(0, mBw.removeInterfaceQuota(iface)); in TEST_F()
DBandwidthController.cpp606 return removeInterfaceQuota(iface); in setInterfaceQuota()
685 int BandwidthController::removeInterfaceQuota(const char *iface) { in removeInterfaceQuota() function in BandwidthController
DCommandListener.cpp835 int rc = gCtls->bandwidthCtrl.removeInterfaceQuota(argv[2]); in runCommand()