Home
last modified time | relevance | path

Searched refs:getInterfaceQuota (Results 1 – 3 of 3) sorted by relevance

/system/netd/
DBandwidthController.h60 int getInterfaceQuota(const char *iface, int64_t *bytes);
DBandwidthController.cpp670 return getInterfaceQuota("shared", bytes); in getInterfaceSharedQuota()
673 int BandwidthController::getInterfaceQuota(const char *costName, int64_t *bytes) { in getInterfaceQuota() function in BandwidthController
DCommandListener.cpp1058 int rc = sBandwidthCtrl->getInterfaceQuota(argv[2], &bytes); in runCommand()