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

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

Completed in 901 milliseconds