Searched refs:removeCostlyAlert (Results 1 – 3 of 3) sorted by relevance
120 int removeCostlyAlert(const std::string a, int64_t *b) { in removeCostlyAlert() function in BandwidthControllerTest121 return mBw.removeCostlyAlert(a, b); in removeCostlyAlert()503 EXPECT_EQ(0, removeCostlyAlert("shared", &alertBytes)); in TEST_F()
101 int removeCostlyAlert(const std::string& costName, int64_t* alertBytes);
732 return removeCostlyAlert("shared", &mSharedAlertBytes); in removeSharedAlert()768 return removeCostlyAlert(iface, &it->second.alert); in removeInterfaceAlert()806 int BandwidthController::removeCostlyAlert(const std::string& costName, int64_t* alertBytes) { in removeCostlyAlert() function in BandwidthController