Home
last modified time | relevance | path

Searched refs:pipeLineChannelId (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_p2p.c911 int32_t pipeLineChannelId = TransProxyPipelineGetChannelIdByNetworkId(appInfo->peerNetWorkId); in StartVerifyP2pInfo() local
912 if (pipeLineChannelId == INVALID_CHANNEL_ID) { in StartVerifyP2pInfo()
923 ret = TransProxyReuseByChannelId(pipeLineChannelId); in StartVerifyP2pInfo()
925 … TRANS_LOGE(TRANS_CTRL, "channelId can't be repeated. channelId=%{public}d", pipeLineChannelId); in StartVerifyP2pInfo()
928 TransProxyPipelineCloseChannelDelay(pipeLineChannelId); in StartVerifyP2pInfo()
950 ret = TransProxyPipelineSendMessage(pipeLineChannelId, (uint8_t *)sendMsg, in StartVerifyP2pInfo()