Home
last modified time | relevance | path

Searched refs:mGlobalAlertBytes (Results 1 – 2 of 2) sorted by relevance

/system/netd/server/
DBandwidthController.cpp281 mGlobalAlertBytes = 0; in enableBandwidthControl()
332 const int ruleInsertPos = (mGlobalAlertBytes) ? 2 : 1; in setInterfaceSharedQuota()
438 const int ruleInsertPos = (mGlobalAlertBytes) ? 2 : 1; in setInterfaceQuota()
566 if (mGlobalAlertBytes) { in setGlobalAlert()
574 mGlobalAlertBytes = bytes; in setGlobalAlert()
582 if (!mGlobalAlertBytes) { in removeGlobalAlert()
588 res = runIptablesAlertCmd(IptOpDelete, alertName, mGlobalAlertBytes); in removeGlobalAlert()
589 mGlobalAlertBytes = 0; in removeGlobalAlert()
DBandwidthController.h122 int64_t mGlobalAlertBytes = 0; variable