Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/statistics/
H A Dtrans_network_statistics.c304 static void DfxRecordTransChannelStatistics(NetworkStatisticsInfo *networkStatisticsInfo) in DfxRecordTransChannelStatistics() argument
306 if (networkStatisticsInfo == NULL) { in DfxRecordTransChannelStatistics()
310 if (IsListEmpty(&networkStatisticsInfo->channels)) { in DfxRecordTransChannelStatistics()
316 if (PackNetworkStatistics(json, networkStatisticsInfo) != SOFTBUS_OK) { in DfxRecordTransChannelStatistics()