Searched defs:extraProcessingInfo (Results 1 - 2 of 2) sorted by relevance

/system/netd/
H A DCommandListener.cpp1352 std::string extraProcessingInfo = ""; local
1359 int rc = sBandwidthCtrl->getTetherStats(cli, tetherStats, extraProcessingInfo);
1361 extraProcessingInfo.insert(0, "Failed to get tethering stats.\n");
1362 sendGenericOpFailed(cli, extraProcessingInfo.c_str());
H A DBandwidthController.cpp1091 FILE *fp, std::string &extraProcessingInfo) {
1117 extraProcessingInfo += buffPtr;
1193 int BandwidthController::getTetherStats(SocketClient *cli, TetherStats &stats, std::string &extraProcessingInfo) { argument
1212 extraProcessingInfo += "Failed to run iptables.";
1215 res = parseForwardChainStats(cli, stats, iptOutput, extraProcessingInfo);
1090 parseForwardChainStats(SocketClient *cli, const TetherStats filter, FILE *fp, std::string &extraProcessingInfo) argument

Completed in 239 milliseconds