Searched refs:UdpChannel (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/common/src/ |
H A D | client_trans_udp_manager.c | 154 UdpChannel channel; in OnUdpChannelOpened() 155 if (memset_s(&channel, sizeof(UdpChannel), 0, sizeof(UdpChannel)) != EOK) { in OnUdpChannelOpened() 200 UdpChannel *newChannel = (UdpChannel *)SoftBusCalloc(sizeof(UdpChannel)); in ConvertChannelInfoToUdpChannel() 323 UdpChannel channel; in TransOnUdpChannelOpenFailed() 432 UdpChannel channel; in CloseUdpChannel() 433 (void)memset_s(&channel, sizeof(UdpChannel), 0, sizeof(UdpChannel)); in CloseUdpChannel() 459 (void)memset_s(&channel, sizeof(UdpChannel), 0, sizeof(UdpChannel)); in TransOnUdpChannelQosEvent() 492 (void)memset_s(&channel, sizeof(UdpChannel), 0, sizeof(UdpChannel)); in TransUdpChannelSendStream() 507 (void)memset_s(&channel, sizeof(UdpChannel), 0, sizeof(UdpChannel)); in TransUdpChannelSetStreamMultiLayer() 721 (void)memset_s(&channel, sizeof(UdpChannel), 0, sizeof(UdpChannel)); in TransLimitChange() [all …]
|
H A D | client_trans_udp_virtual.c | 77 int32_t TransGetUdpChannelByFileId(int32_t dfileId, UdpChannel *udpChannel) in TransGetUdpChannelByFileId()
|
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/udp/common/ |
H A D | client_trans_udp_manager_static_test.cpp | 132 UdpChannel channel; 197 UdpChannel udpChannel; 198 (void)memset_s(&udpChannel, sizeof(UdpChannel), 0, sizeof(UdpChannel)); 227 UdpChannel channel; 261 UdpChannel udpChannel; 262 (void)memset_s(&udpChannel, sizeof(UdpChannel), 0, sizeof(UdpChannel)); 282 (void)memset_s(&udpChannel, sizeof(UdpChannel), 0, sizeof(UdpChannel)); 304 UdpChannel channel; 305 (void)memset_s(&channel, sizeof(UdpChannel), 0, sizeof(UdpChannel)); 327 (void)memset_s(&udpChannel, sizeof(UdpChannel), 0, sizeof(UdpChannel)); [all …]
|
H A D | client_trans_udp_manager_test.cpp | 365 UdpChannel udpChannel; 366 (void)memset_s(&udpChannel, sizeof(UdpChannel), 0, sizeof(UdpChannel));
|
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/udp/file/ |
H A D | trans_sdk_file_test.cpp | 44 UdpChannel *TransAddChannelTest() in TransAddChannelTest() 46 UdpChannel *channel = (UdpChannel *)SoftBusCalloc(sizeof(UdpChannel)); in TransAddChannelTest() 183 void GenerateAndAddUdpChannel(UdpChannel *channel) in GenerateAndAddUdpChannel() 373 UdpChannel *channel = TransAddChannelTest(); 417 UdpChannel *channel = TransAddChannelTest(); 447 UdpChannel *channel = (UdpChannel*)SoftBusCalloc(sizeof(UdpChannel)); 504 UdpChannel *channel = (UdpChannel*)SoftBusCalloc(sizeof(UdpChannel)); 561 UdpChannel *channel = TransAddChannelTest(); 605 UdpChannel *channel = TransAddChannelTest();
|
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/common/include/ |
H A D | client_trans_udp_manager.h | 63 } UdpChannel; typedef 81 int32_t TransGetUdpChannelByFileId(int32_t dfileId, UdpChannel *udpChannel); 83 int32_t TransGetUdpChannel(int32_t channelId, UdpChannel *udpChannel);
|
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/file/src/ |
H A D | client_trans_file.c | 209 static void FileSendErrorEvent(UdpChannel *udpChannel, FileListener *fileListener, const DFileMsg *… in FileSendErrorEvent() 234 UdpChannel udpChannel; in FileSendListener() 235 (void)memset_s(&udpChannel, sizeof(UdpChannel), 0, sizeof(UdpChannel)); in FileSendListener() 357 static void FileRecvErrorEvent(UdpChannel *udpChannel, FileListener *fileListener, const DFileMsg *… in FileRecvErrorEvent() 381 UdpChannel udpChannel; in FileReceiveListener() 382 (void)memset_s(&udpChannel, sizeof(UdpChannel), 0, sizeof(UdpChannel)); in FileReceiveListener()
|
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/fuzztest/clienttransudpmanager_fuzzer/ |
H A D | clienttransudpmanager_fuzzer.cpp | 111 UdpChannel udpChannel; in TransGetUdpChannelByFileIdTest()
|
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/session/src/ |
H A D | client_trans_socket_manager.c | 268 UdpChannel channel; in ClientTransGetUdpIp()
|