Searched refs:TetherStats (Results 1 – 4 of 4) sorted by relevance
/system/netd/server/ |
D | BandwidthController.h | 32 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); 183 static int addForwardChainStats(const TetherStats& filter,
|
D | BandwidthControllerTest.cpp | 249 BandwidthController::TetherStats filter; in TEST_F() 263 filter = BandwidthController::TetherStats(); in TEST_F() 275 filter = BandwidthController::TetherStats("bt-pan", "rmnet0", -1, -1, -1, -1); in TEST_F() 283 filter = BandwidthController::TetherStats("wlan0", "rmnet0", -1, -1, -1, -1); in TEST_F() 291 filter = BandwidthController::TetherStats("rmnet0", "foo0", -1, -1, -1, -1); in TEST_F() 309 filter = BandwidthController::TetherStats(); in TEST_F()
|
D | BandwidthController.cpp | 964 void BandwidthController::addStats(TetherStatsList& statsList, const TetherStats& stats) { in addStats() 965 for (TetherStats& existing : statsList) { in addStats() 991 int BandwidthController::addForwardChainStats(const TetherStats& filter, in addForwardChainStats() 1001 TetherStats stats; in addForwardChainStats() 1102 char *BandwidthController::TetherStats::getStatsLine(void) const { in getStatsLine() 1109 int BandwidthController::getTetherStats(SocketClient *cli, TetherStats& filter, in getTetherStats()
|
D | CommandListener.cpp | 970 BandwidthController::TetherStats tetherStats; in runCommand()
|