Home
last modified time | relevance | path

Searched refs:setCostlyAlert (Results 1 – 3 of 3) sorted by relevance

/system/netd/server/
DBandwidthControllerTest.cpp112 int setCostlyAlert(const std::string& a, int64_t b, int64_t* c) { in setCostlyAlert() function in BandwidthControllerTest
113 return mBw.setCostlyAlert(a, b, c); in setCostlyAlert()
445 EXPECT_EQ(0, setCostlyAlert("shared", kQuota, &alertBytes)); in TEST_F()
451 EXPECT_EQ(0, setCostlyAlert("shared", kQuota + 1, &alertBytes)); in TEST_F()
DBandwidthController.h101 int setCostlyAlert(const std::string& costName, int64_t bytes, int64_t* alertBytes);
DBandwidthController.cpp648 return setCostlyAlert("shared", bytes, &mSharedAlertBytes); in setSharedAlert()
672 return setCostlyAlert(iface, bytes, &it->second.alert); in setInterfaceAlert()
691 int BandwidthController::setCostlyAlert(const std::string& costName, int64_t bytes, in setCostlyAlert() function in BandwidthController