Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/src/
H A Dclient_trans_proxy_manager.c598 static ChannelSliceProcessor *ClientTransProxyGetChannelSliceProcessor(int32_t channelId) in ClientTransProxyGetChannelSliceProcessor()
600 ChannelSliceProcessor *processor = NULL; in ClientTransProxyGetChannelSliceProcessor()
601 … LIST_FOR_EACH_ENTRY(processor, &g_channelSliceProcessorList->list, ChannelSliceProcessor, head) { in ClientTransProxyGetChannelSliceProcessor()
607ChannelSliceProcessor *node = (ChannelSliceProcessor *)SoftBusCalloc(sizeof(ChannelSliceProcessor)… in ClientTransProxyGetChannelSliceProcessor()
636 ChannelSliceProcessor *node = NULL; in TransProxyDelSliceProcessorByChannelId()
637 ChannelSliceProcessor *next = NULL; in TransProxyDelSliceProcessorByChannelId()
736 ChannelSliceProcessor *processor = NULL; in IsValidCheckoutProcess()
737 … LIST_FOR_EACH_ENTRY(processor, &g_channelSliceProcessorList->list, ChannelSliceProcessor, head) { in IsValidCheckoutProcess()
806 ChannelSliceProcessor *channelProcessor = ClientTransProxyGetChannelSliceProcessor(channelId); in ClientTransProxySubPacketProc()
857 ChannelSliceProcessor *removeNode = NULL; in ClientTransProxySliceTimerProc()
[all …]
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/include/
H A Dclient_trans_proxy_manager.h62 }ChannelSliceProcessor; typedef