Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/udp_negotiation/include/
H A Dtrans_udp_channel_manager.h76 UdpChannelInfo *TransGetChannelObj(int32_t channelId);
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/udp_negotiation/
H A Dtrans_udp_manager_test.cpp531 UdpChannelInfo* Channel_1 = TransGetChannelObj(INVALID_CHAN_ID);
538 Channel_1 = TransGetChannelObj(Channel->info.myData.channelId);
540 Channel_1 = TransGetChannelObj(channelId);
544 Channel_1 = TransGetChannelObj(Channel->info.myData.channelId);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/udp_negotiation/src/
H A Dtrans_udp_channel_manager.c492 UdpChannelInfo *TransGetChannelObj(int32_t channelId) in TransGetChannelObj() function
H A Dtrans_udp_negotiation.c963 UdpChannelInfo *channelObj = TransGetChannelObj(channel->info.myData.channelId); in OpenAuthConnForUdpNegotiation()