Searched refs:ChannelDfxInfo (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/statistics/ |
H A D | trans_network_statistics.c | 31 } ChannelDfxInfo; typedef 72 ChannelDfxInfo *temp = NULL; in AddChannelStatisticsInfo() 73 LIST_FOR_EACH_ENTRY(temp, &g_channelDfxInfoList->list, ChannelDfxInfo, node) { in AddChannelStatisticsInfo() 80 ChannelDfxInfo *channelInfo = (ChannelDfxInfo *)SoftBusCalloc(sizeof(ChannelDfxInfo)); in AddChannelStatisticsInfo() 157 ChannelDfxInfo *temp = NULL; in IsChannelDfxInfoValid() 158 LIST_FOR_EACH_ENTRY(temp, &g_channelDfxInfoList->list, ChannelDfxInfo, node) { in IsChannelDfxInfoValid() 183 ChannelDfxInfo *temp = NULL; in RemoveChannelDfxInfo() 184 ChannelDfxInfo *next = NULL; in RemoveChannelDfxInfo() 185 LIST_FOR_EACH_ENTRY_SAFE(temp, next, &(g_channelDfxInfoList->list), ChannelDfxInfo, node) { in RemoveChannelDfxInfo() 430 ChannelDfxInfo *item = NULL; in TransChannelStatisticsDeinit() [all …]
|