Home
last modified time | relevance | path

Searched defs:newChannel (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/udp_negotiation/
H A Dtrans_udp_negotiation_test.cpp130 UdpChannelInfo *newChannel = (UdpChannelInfo *)SoftBusCalloc(sizeof(UdpChannelInfo)); variable
186 UdpChannelInfo *newChannel = (UdpChannelInfo *)SoftBusCalloc(sizeof(UdpChannelInfo)); variable
303 UdpChannelInfo *newChannel = (UdpChannelInfo *)SoftBusCalloc(sizeof(UdpChannelInfo)); variable
322 UdpChannelInfo *newChannel = (UdpChannelInfo *)SoftBusCalloc(sizeof(UdpChannelInfo)); variable
H A Dtrans_udp_manager_test.cpp192 UdpChannelInfo *newChannel = (UdpChannelInfo *)SoftBusCalloc(sizeof(UdpChannelInfo)); variable
216 UdpChannelInfo *newChannel = (UdpChannelInfo *)SoftBusCalloc(sizeof(UdpChannelInfo)); variable
249 UdpChannelInfo *newChannel = (UdpChannelInfo *)SoftBusCalloc(sizeof(UdpChannelInfo)); variable
273 UdpChannelInfo *newChannel = (UdpChannelInfo *)SoftBusCalloc(sizeof(UdpChannelInfo)); variable
308 UdpChannelInfo *newChannel = (UdpChannelInfo *)SoftBusCalloc(sizeof(UdpChannelInfo)); variable
330 UdpChannelInfo *newChannel = (UdpChannelInfo *)SoftBusCalloc(sizeof(UdpChannelInfo)); variable
H A Dtrans_udp_static_test.cpp267 UdpChannelInfo *newChannel = (UdpChannelInfo *)SoftBusCalloc(sizeof(UdpChannelInfo)); variable
H A Dtrans_udp_nego_test.cpp286 UdpChannelInfo *newChannel = CreateUdpChannelPackTest(); variable
346 UdpChannelInfo *newChannel = (UdpChannelInfo*)SoftBusCalloc(sizeof(UdpChannelInfo)); variable
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/udp_negotiation/src/
H A Dtrans_udp_negotiation.c269 static int32_t CopyAppInfoFastTransData(UdpChannelInfo *newChannel, const AppInfo *appInfo) in CopyAppInfoFastTransData()
289 UdpChannelInfo *newChannel = (UdpChannelInfo *)SoftBusCalloc(sizeof(UdpChannelInfo)); in NewUdpChannelByAppInfo() local
331 UdpChannelInfo *newChannel = NewUdpChannelByAppInfo(appInfo); in AcceptUdpChannelAsServer() local
1073 UdpChannelInfo *newChannel = NewUdpChannelByAppInfo(appInfo); in TransOpenUdpChannel() local
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/common/src/
H A Dclient_trans_udp_manager.c200 UdpChannel *newChannel = (UdpChannel *)SoftBusCalloc(sizeof(UdpChannel)); in ConvertChannelInfoToUdpChannel() local
258 UdpChannel *newChannel = ConvertChannelInfoToUdpChannel(sessionName, channel); in TransOnUdpChannelOpened() local