Home
last modified time | relevance | path

Searched refs:mLastTcpRxCounter (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.cpp128 if ((mLastTcpTxCounter == 0) || (mLastTcpRxCounter == 0)) { in ParseNetworkInternetGood()
130 mLastTcpRxCounter = tcpRxPkts; in ParseNetworkInternetGood()
132 mLastTcpTxCounter, mLastTcpRxCounter); in ParseNetworkInternetGood()
136 int64_t deltaTcpRxPkts = tcpRxPkts - mLastTcpRxCounter; in ParseNetworkInternetGood()
140 mLastTcpRxCounter = tcpRxPkts; in ParseNetworkInternetGood()
H A Dip_qos_monitor.h40 int64_t mLastTcpRxCounter = 0; variable