Home
last modified time | relevance | path

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

/system/netd/server/
DBandwidthController.h45 int setInterfaceQuota(const std::string& iface, int64_t bytes);
DBandwidthControllerTest.cpp355 EXPECT_EQ(0, mBw.setInterfaceQuota(iface, kOldQuota)); in TEST_F()
361 EXPECT_EQ(0, mBw.setInterfaceQuota(iface, kNewQuota)); in TEST_F()
DBandwidthController.cpp520 int BandwidthController::setInterfaceQuota(const std::string& iface, int64_t maxBytes) { in setInterfaceQuota() function in BandwidthController
DNetdNativeService.cpp290 int res = gCtls->bandwidthCtrl.setInterfaceQuota(ifName, bytes); in bandwidthSetInterfaceQuota()