HomeSort by relevance Sort by last modified time
    Searched defs:removeCostlyAlert (Results 1 - 2 of 2) sorted by null

  /system/netd/server/
BandwidthControllerTest.cpp 129 int removeCostlyAlert(const std::string a, int64_t *b) {
130 return mBw.removeCostlyAlert(a, b);
622 EXPECT_EQ(0, removeCostlyAlert("shared", &alertBytes));
BandwidthController.cpp 661 return removeCostlyAlert("shared", &mSharedAlertBytes);
697 return removeCostlyAlert(iface, &it->second.alert);
735 int BandwidthController::removeCostlyAlert(const std::string& costName, int64_t* alertBytes) {
737 ALOGE("removeCostlyAlert: Invalid costName \"%s\"", costName.c_str());
    [all...]

Completed in 3106 milliseconds