Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/cellular_data/services/src/
H A Ddata_connection_monitor.cpp120 int64_t currentSentPackets = 0; in UpdateFlowInfo() local
124 stallDetectionTrafficManager_->GetPacketData(currentSentPackets, currentRecvPackets); in UpdateFlowInfo()
125 int64_t sentPackets = currentSentPackets - previousSentPackets; in UpdateFlowInfo()
260 int64_t currentSentPackets = 0; in UpdateDataFlowType() local
264 trafficManager_->GetPacketData(currentSentPackets, currentRecvPackets); in UpdateDataFlowType()
265 int64_t sentPackets = currentSentPackets - previousSentPackets; in UpdateDataFlowType()