Home
last modified time | relevance | path

Searched defs:alertBytes (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/base/core/java/android/os/
H A DINetworkManagementService.aidl263 void setInterfaceAlert(String iface, long alertBytes); in setInterfaceAlert()
273 void setGlobalAlert(long alertBytes); in setGlobalAlert()
/aosp12/system/netd/server/
H A DBandwidthController.cpp692 int64_t* alertBytes) { in setCostlyAlert()
727 int BandwidthController::removeCostlyAlert(const std::string& costName, int64_t* alertBytes) { in removeCostlyAlert()
H A DBandwidthControllerTest.cpp438 int64_t alertBytes = 0; in TEST_F() local
/aosp12/frameworks/base/services/core/java/com/android/server/
H A DNetworkManagementService.java1102 public void setInterfaceAlert(String iface, long alertBytes) { in setInterfaceAlert()
1146 public void setGlobalAlert(long alertBytes) { in setGlobalAlert()
/aosp12/frameworks/base/services/core/java/com/android/server/net/
H A DNetworkPolicyManagerService.java1381 final long alertBytes = (policy.limitBytes * 3) / 2; local
/aosp12/system/netd/tests/
H A Dbinder_test.cpp1663 void expectBandwidthInterfaceAlertRuleExists(const char* ifname, long alertBytes) { in expectBandwidthInterfaceAlertRuleExists()
1683 void expectBandwidthGlobalAlertRuleExists(long alertBytes) { in expectBandwidthGlobalAlertRuleExists()