Home
last modified time | relevance | path

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

/system/netd/server/
DBandwidthController.h93 int getTetherStats(SocketClient *cli, TetherStats &stats, std::string &extraProcessingInfo);
DBandwidthController.cpp1239 int BandwidthController::getTetherStats(SocketClient *cli, TetherStats &stats, std::string &extraPr… in getTetherStats() function in BandwidthController
DCommandListener.cpp1186 int rc = sBandwidthCtrl->getTetherStats(cli, tetherStats, extraProcessingInfo); in runCommand()