Home
last modified time | relevance | path

Searched refs:getStatsLine (Results 1 – 2 of 2) sorted by relevance

/system/netd/server/
DBandwidthController.cpp1008 char *filterMsg = filter.getStatsLine(); in addForwardChainStats()
1102 char *BandwidthController::TetherStats::getStatsLine(void) const { in getStatsLine() function in BandwidthController::TetherStats
1130 cli->sendMsg(ResponseCode::TetheringStatsResult, statsList[0].getStatsLine(), false); in getTetherStats()
1133 cli->sendMsg(ResponseCode::TetheringStatsListResult, stats.getStatsLine(), false); in getTetherStats()
DBandwidthController.h54 char *getStatsLine(void) const;