Home
last modified time | relevance | path

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

/system/netd/server/
DBandwidthControllerTest.cpp179 int setCostlyAlert(const std::string& a, int64_t b, int64_t* c) { in setCostlyAlert() function in BandwidthControllerTest
180 return mBw.setCostlyAlert(a, b, c); in setCostlyAlert()
495 EXPECT_EQ(0, setCostlyAlert("shared", kQuota, &alertBytes)); in TEST_F()
501 EXPECT_EQ(0, setCostlyAlert("shared", kQuota + 1, &alertBytes)); in TEST_F()
DBandwidthController.h107 int setCostlyAlert(const std::string& costName, int64_t bytes, int64_t* alertBytes);
DBandwidthController.cpp711 return setCostlyAlert("shared", bytes, &mSharedAlertBytes); in setSharedAlert()
735 return setCostlyAlert(iface, bytes, &it->second.alert); in setInterfaceAlert()
754 int BandwidthController::setCostlyAlert(const std::string& costName, int64_t bytes, in setCostlyAlert() function in BandwidthController