Searched refs:extraProcessingInfo (Results 1 – 3 of 3) sorted by relevance
108 int getTetherStats(SocketClient *cli, TetherStats &stats, std::string &extraProcessingInfo);185 std::string &extraProcessingInfo);
994 std::string &extraProcessingInfo) { in addForwardChainStats() argument1033 extraProcessingInfo += buffPtr; in addForwardChainStats()1034 extraProcessingInfo += "\n"; in addForwardChainStats()1110 std::string &extraProcessingInfo) { in getTetherStats() argument1123 res = addForwardChainStats(filter, statsList, statsString, extraProcessingInfo); in getTetherStats()
971 std::string extraProcessingInfo = ""; in runCommand() local983 int rc = gCtls->bandwidthCtrl.getTetherStats(cli, tetherStats, extraProcessingInfo); in runCommand()985 extraProcessingInfo.insert(0, "Failed to get tethering stats.\n"); in runCommand()986 sendGenericOpFailed(cli, extraProcessingInfo.c_str()); in runCommand()