Home
last modified time | relevance | path

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

/system/netd/server/
DBandwidthController.cpp271 sharedQuotaBytes = sharedAlertBytes = 0; in enableBandwidthControl()
637 sharedQuotaBytes = maxBytes; in setInterfaceSharedQuota()
643 if (maxBytes != sharedQuotaBytes) { in setInterfaceSharedQuota()
649 sharedQuotaBytes = maxBytes; in setInterfaceSharedQuota()
694 quotaCmd = makeIptablesQuotaCmd(IptOpDelete, costName, sharedQuotaBytes); in removeInterfaceSharedQuota()
696 sharedQuotaBytes = 0; in removeInterfaceSharedQuota()
1001 if (!sharedQuotaBytes) { in setSharedAlert()
DBandwidthController.h187 int64_t sharedQuotaBytes; variable