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

/system/netd/server/
H A DBandwidthController.cpp1132 FILE *fp, std::string &extraProcessingInfo) {
1159 extraProcessingInfo += buffPtr;
1239 int BandwidthController::getTetherStats(SocketClient *cli, TetherStats &stats, std::string &extraProcessingInfo) { argument
1257 extraProcessingInfo += "Failed to run iptables.";
1260 res = parseForwardChainStats(cli, stats, iptOutput, extraProcessingInfo);
1131 parseForwardChainStats(SocketClient *cli, const TetherStats filter, FILE *fp, std::string &extraProcessingInfo) argument
H A DCommandListener.cpp1120 std::string extraProcessingInfo = ""; local
1132 int rc = sBandwidthCtrl->getTetherStats(cli, tetherStats, extraProcessingInfo);
1134 extraProcessingInfo.insert(0, "Failed to get tethering stats.\n");
1135 sendGenericOpFailed(cli, extraProcessingInfo.c_str());

Completed in 76 milliseconds