Home
last modified time | relevance | path

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

/system/netd/server/
DBandwidthController.h60 int getInterfaceSharedQuota(int64_t *bytes);
DBandwidthController.cpp776 int BandwidthController::getInterfaceSharedQuota(int64_t *bytes) { in getInterfaceSharedQuota() function in BandwidthController
DCommandListener.cpp929 int rc = sBandwidthCtrl->getInterfaceSharedQuota(&bytes); in runCommand()