Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/
H A Dtrans_tcp_direct_sessionconn.c364 if (tcpChannelInfo == NULL) { in CreateTcpChannelInfo()
367 tcpChannelInfo->channelId = channel->channelId; in CreateTcpChannelInfo()
369 tcpChannelInfo->connectType = channel->connectType; in CreateTcpChannelInfo()
372 SoftBusFree(tcpChannelInfo); in CreateTcpChannelInfo()
375 tcpChannelInfo->isServer = channel->isServer; in CreateTcpChannelInfo()
379 SoftBusFree(tcpChannelInfo); in CreateTcpChannelInfo()
384 SoftBusFree(tcpChannelInfo); in CreateTcpChannelInfo()
389 SoftBusFree(tcpChannelInfo); in CreateTcpChannelInfo()
392 tcpChannelInfo->timeStart = channel->timeStart; in CreateTcpChannelInfo()
393 tcpChannelInfo->linkType = channel->linkType; in CreateTcpChannelInfo()
[all …]