Home
last modified time | relevance | path

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

/foundation/communication/netmanager_base/services/netmanagernative/bpf/src/
H A Dbpf_stats.cpp111 NetStatsInfo tempStats; in GetAllSimStatsInfo() local
112 tempStats.uid_ = k.uId; in GetAllSimStatsInfo()
119 tempStats.iface_ = pName; in GetAllSimStatsInfo()
122 tempStats.iface_ = WIFI_IFACE; in GetAllSimStatsInfo()
124 tempStats.iface_ = CELLULAR_IFACE; in GetAllSimStatsInfo()
126 tempStats.rxBytes_ = v.rxBytes; in GetAllSimStatsInfo()
127 tempStats.txBytes_ = v.txBytes; in GetAllSimStatsInfo()
128 tempStats.rxPackets_ = v.rxPackets; in GetAllSimStatsInfo()
129 tempStats.txPackets_ = v.txPackets; in GetAllSimStatsInfo()
131 [&tempStats](cons in GetAllSimStatsInfo()
159 NetStatsInfo tempStats; GetAllStatsInfo() local
[all...]

Completed in 1 milliseconds