Searched refs:setInterfaceQuota (Results 1 – 4 of 4) sorted by relevance
45 int setInterfaceQuota(const std::string& iface, int64_t bytes);
305 EXPECT_EQ(0, mBw.setInterfaceQuota(iface, kOldQuota)); in TEST_F()311 EXPECT_EQ(0, mBw.setInterfaceQuota(iface, kNewQuota)); in TEST_F()
457 int BandwidthController::setInterfaceQuota(const std::string& iface, int64_t maxBytes) { in setInterfaceQuota() function in BandwidthController
293 int res = gCtls->bandwidthCtrl.setInterfaceQuota(ifName, bytes); in bandwidthSetInterfaceQuota()