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.cpp671 return getInterfaceQuota("shared", bytes);
674 int BandwidthController::getInterfaceQuota(const char *costName, int64_t *bytes) { function in class:BandwidthController
H A DCommandListener.cpp931 int rc = sBandwidthCtrl->getInterfaceQuota(argv[2], &bytes);

Completed in 54 milliseconds