Home
last modified time | relevance | path

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

/system/netd/server/
DBandwidthController.h66 int getInterfaceSharedQuota(int64_t *bytes);
DBandwidthController.cpp743 int BandwidthController::getInterfaceSharedQuota(int64_t *bytes) { in getInterfaceSharedQuota() function in BandwidthController
DCommandListener.cpp923 int rc = gCtls->bandwidthCtrl.getInterfaceSharedQuota(&bytes); in runCommand()