Home
last modified time | relevance | path

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

/base/hiviewdfx/hidumper/frameworks/native/src/executor/
H A Dtraffic_dumper.cpp70 uint64_t sendStats = 0; in GetAllBytes() local
72 ret = DelayedSingleton<NetManagerStandard::NetStatsClient>::GetInstance()->GetAllTxBytes(sendStats); in GetAllBytes()
79 line_vector.push_back(SEND_BYTES + std::to_string(sendStats)); in GetAllBytes()
109 uint64_t sendStats = 0; in GetApplicationUidBytes() local
112 sendStats, static_cast<uint32_t>(currentPidInfo.uid_)); in GetApplicationUidBytes()
120 line_vector.push_back(SEND_BYTES + std::to_string(sendStats)); in GetApplicationUidBytes()

Completed in 1 milliseconds