Home
last modified time | relevance | path

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

/system/netd/server/
DBandwidthController.h46 int getInterfaceQuota(const std::string& iface, int64_t* bytes);
DBandwidthController.cpp572 return getInterfaceQuota("shared", bytes); in getInterfaceSharedQuota()
575 int BandwidthController::getInterfaceQuota(const std::string& iface, int64_t* bytes) { in getInterfaceQuota() function in BandwidthController