Home
last modified time | relevance | path

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

/system/netd/server/
DBandwidthControllerTest.cpp116 int removeCostlyAlert(const std::string& a, int64_t* b) { return mBw.removeCostlyAlert(a, b); } in removeCostlyAlert() function in BandwidthControllerTest
460 EXPECT_EQ(0, removeCostlyAlert("shared", &alertBytes)); in TEST_F()
DBandwidthController.h102 int removeCostlyAlert(const std::string& costName, int64_t* alertBytes);
DBandwidthController.cpp652 return removeCostlyAlert("shared", &mSharedAlertBytes); in removeSharedAlert()
688 return removeCostlyAlert(iface, &it->second.alert); in removeInterfaceAlert()
727 int BandwidthController::removeCostlyAlert(const std::string& costName, int64_t* alertBytes) { in removeCostlyAlert() function in BandwidthController