Home
last modified time | relevance | path

Searched refs:totalCellular (Results 1 - 1 of 1) sorted by relevance

/foundation/communication/netmanager_base/services/netstatsmanager/src/
H A Dnet_stats_service.cpp234 uint64_t totalCellular = 0; in GetCellularRxBytes() local
236 totalCellular, static_cast<uint32_t>(StatsType::STATS_TYPE_RX_BYTES), name); in GetCellularRxBytes()
241 stats += totalCellular; in GetCellularRxBytes()
253 uint64_t totalCellular = 0; in GetCellularTxBytes() local
256 totalCellular, static_cast<uint32_t>(StatsType::STATS_TYPE_TX_BYTES), name); in GetCellularTxBytes()
261 stats += totalCellular; in GetCellularTxBytes()

Completed in 1 milliseconds