Home
last modified time | relevance | path

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

/system/netd/server/
DBandwidthController.h70 int getInterfaceQuota(const char *iface, int64_t *bytes);
DBandwidthController.cpp744 return getInterfaceQuota("shared", bytes); in getInterfaceSharedQuota()
747 int BandwidthController::getInterfaceQuota(const char *costName, int64_t *bytes) { in getInterfaceQuota() function in BandwidthController
DCommandListener.cpp943 int rc = gCtls->bandwidthCtrl.getInterfaceQuota(argv[2], &bytes); in runCommand()