Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/statistics/
H A Dtrans_network_statistics.c38 } ChannelStatisticsInfo; typedef
195 static int32_t SetChannelStatisticsInfo(ChannelStatisticsInfo *info, int32_t channelId, const void … in SetChannelStatisticsInfo()
240 ChannelStatisticsInfo *item = NULL; in UpdateNetworkResourceByLaneId()
241 LIST_FOR_EACH_ENTRY(item, &temp->channels, ChannelStatisticsInfo, node) { in UpdateNetworkResourceByLaneId()
248ChannelStatisticsInfo *info = (ChannelStatisticsInfo *)SoftBusCalloc(sizeof(ChannelStatisticsInfo)… in UpdateNetworkResourceByLaneId()
295 ChannelStatisticsInfo *temp = NULL; in PackNetworkStatistics()
296 LIST_FOR_EACH_ENTRY(temp, &info->channels, ChannelStatisticsInfo, node) { in PackNetworkStatistics()
348 ChannelStatisticsInfo *channelItem = NULL; in DeleteNetworkResourceByLaneId()
349 ChannelStatisticsInfo *channelNext = NULL; in DeleteNetworkResourceByLaneId()
402 ChannelStatisticsInfo *channelItem = NULL; in TransNetworkResourceDeinit()
[all …]