Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_self_cure/
H A Dip_qos_monitor.cpp126 int64_t tcpRxPkts = elems[QOS_TCP_RX_PKTS]; in ParseNetworkInternetGood() local
127 … WIFI_LOGD("tcpTxPkts = %{public}" PRId64 ", tcpRxPkts = %{public}" PRId64, tcpTxPkts, tcpRxPkts); in ParseNetworkInternetGood()
130 mLastTcpRxCounter = tcpRxPkts; in ParseNetworkInternetGood()
136 int64_t deltaTcpRxPkts = tcpRxPkts - mLastTcpRxCounter; in ParseNetworkInternetGood()
140 mLastTcpRxCounter = tcpRxPkts; in ParseNetworkInternetGood()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/
H A Dwifi_netlink.cpp62 uint32_t tcpRxPkts; member
196 elems[QOS_TCP_RX_PKTS] = info.qos.tcpRxPkts; in ProcessReportMsg()