Home
last modified time | relevance | path

Searched defs:removeCostlyAlert (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/system/netd/server/
H A DBandwidthControllerTest.cpp115 int removeCostlyAlert(const std::string& a, int64_t* b) { return mBw.removeCostlyAlert(a, b); } in removeCostlyAlert() function in BandwidthControllerTest
H A DBandwidthController.cpp665 int BandwidthController::removeCostlyAlert(const std::string& costName, int64_t* alertBytes) { in removeCostlyAlert() function in BandwidthController