Searched refs:extraProcessingInfo (Results 1 – 3 of 3) sorted by relevance
/system/netd/server/ |
D | BandwidthController.h | 93 int getTetherStats(SocketClient *cli, TetherStats &stats, std::string &extraProcessingInfo); 166 std::string &extraProcessingInfo);
|
D | BandwidthController.cpp | 1132 FILE *fp, std::string &extraProcessingInfo) { in parseForwardChainStats() argument 1159 extraProcessingInfo += buffPtr; in parseForwardChainStats() 1239 …ntroller::getTetherStats(SocketClient *cli, TetherStats &stats, std::string &extraProcessingInfo) { in getTetherStats() argument 1257 extraProcessingInfo += "Failed to run iptables."; in getTetherStats() 1260 res = parseForwardChainStats(cli, stats, iptOutput, extraProcessingInfo); in getTetherStats()
|
D | CommandListener.cpp | 1174 std::string extraProcessingInfo = ""; in runCommand() local 1186 int rc = sBandwidthCtrl->getTetherStats(cli, tetherStats, extraProcessingInfo); in runCommand() 1188 extraProcessingInfo.insert(0, "Failed to get tethering stats.\n"); in runCommand() 1189 sendGenericOpFailed(cli, extraProcessingInfo.c_str()); in runCommand()
|