Home
last modified time | relevance | path

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

/system/netd/server/
DBandwidthController.h93 int getTetherStats(SocketClient *cli, TetherStats &stats, std::string &extraProcessingInfo);
166 std::string &extraProcessingInfo);
DBandwidthController.cpp1132 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()
DCommandListener.cpp1174 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()