Home
last modified time | relevance | path

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

/system/netd/server/
DBandwidthController.cpp289 sharedQuotaBytes = sharedAlertBytes = 0; in enableBandwidthControl()
521 sharedQuotaBytes = maxBytes; in setInterfaceSharedQuota()
527 if (maxBytes != sharedQuotaBytes) { in setInterfaceSharedQuota()
533 sharedQuotaBytes = maxBytes; in setInterfaceSharedQuota()
578 quotaCmd = makeIptablesQuotaCmd(IptFullOpDelete, costName, sharedQuotaBytes); in removeInterfaceSharedQuota()
580 sharedQuotaBytes = 0; in removeInterfaceSharedQuota()
845 if (!sharedQuotaBytes) { in setSharedAlert()
DBandwidthController.h206 int64_t sharedQuotaBytes; variable