Home
last modified time | relevance | path

Searched refs:TetherStats (Results 1 – 4 of 4) sorted by relevance

/system/netd/server/
DBandwidthController.h32 class TetherStats {
34 TetherStats(void) in TetherStats() function
37 TetherStats(std::string intIfn, std::string extIfn, in TetherStats() function
56 bool addStatsIfMatch(const TetherStats& other) { in addStatsIfMatch()
108 int getTetherStats(SocketClient *cli, TetherStats &stats, std::string &extraProcessingInfo);
170 typedef std::vector<TetherStats> TetherStatsList;
172 static void addStats(TetherStatsList& statsList, const TetherStats& stats);
174 static int addForwardChainStats(const TetherStats& filter,
188 static int parseForwardChainStats(SocketClient *cli, const TetherStats filter, FILE *fp,
DBandwidthControllerTest.cpp193 BandwidthController::TetherStats filter; in TEST_F()
207 filter = BandwidthController::TetherStats(); in TEST_F()
219 filter = BandwidthController::TetherStats("bt-pan", "rmnet0", -1, -1, -1, -1); in TEST_F()
227 filter = BandwidthController::TetherStats("wlan0", "rmnet0", -1, -1, -1, -1); in TEST_F()
235 filter = BandwidthController::TetherStats("rmnet0", "foo0", -1, -1, -1, -1); in TEST_F()
253 filter = BandwidthController::TetherStats(); in TEST_F()
DBandwidthController.cpp1085 void BandwidthController::addStats(TetherStatsList& statsList, const TetherStats& stats) { in addStats()
1086 for (TetherStats& existing : statsList) { in addStats()
1112 int BandwidthController::addForwardChainStats(const TetherStats& filter, in addForwardChainStats()
1121 TetherStats stats; in addForwardChainStats()
1218 char *BandwidthController::TetherStats::getStatsLine(void) const { in getStatsLine()
1237 int BandwidthController::getTetherStats(SocketClient *cli, TetherStats& filter, in getTetherStats()
DCommandListener.cpp1148 BandwidthController::TetherStats tetherStats; in runCommand()