Home
last modified time | relevance | path

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

/system/netd/server/
DBandwidthController.cpp296 sharedQuotaBytes = sharedAlertBytes = 0; in enableBandwidthControl()
604 sharedQuotaBytes = maxBytes; in setInterfaceSharedQuota()
610 if (maxBytes != sharedQuotaBytes) { in setInterfaceSharedQuota()
616 sharedQuotaBytes = maxBytes; in setInterfaceSharedQuota()
661 quotaCmd = makeIptablesQuotaCmd(IptOpDelete, costName, sharedQuotaBytes); in removeInterfaceSharedQuota()
663 sharedQuotaBytes = 0; in removeInterfaceSharedQuota()
966 if (!sharedQuotaBytes) { in setSharedAlert()
DBandwidthController.h210 int64_t sharedQuotaBytes; variable