Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/cellular_data/services/src/
H A Ddata_connection_monitor.cpp118 int64_t previousSentPackets = 0; in UpdateFlowInfo() local
122 stallDetectionTrafficManager_->GetPacketData(previousSentPackets, previousRecvPackets); in UpdateFlowInfo()
125 int64_t sentPackets = currentSentPackets - previousSentPackets; in UpdateFlowInfo()
258 int64_t previousSentPackets = 0; in UpdateDataFlowType() local
262 trafficManager_->GetPacketData(previousSentPackets, previousRecvPackets); in UpdateDataFlowType()
265 int64_t sentPackets = currentSentPackets - previousSentPackets; in UpdateDataFlowType()
268 if (previousSentPackets != 0 || previousRecvPackets != 0) { in UpdateDataFlowType()