Home
last modified time | relevance | path

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

/system/netd/
DBandwidthController.h56 int getInterfaceSharedQuota(int64_t *bytes);
DBandwidthController.cpp670 int BandwidthController::getInterfaceSharedQuota(int64_t *bytes) { in getInterfaceSharedQuota() function in BandwidthController
DCommandListener.cpp911 int rc = sBandwidthCtrl->getInterfaceSharedQuota(&bytes); in runCommand()