Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
H A Dsoftbus_proxychannel_transceiver.c683 .channelId = chanNewId, in TransProxyConnExistProc()
697 .channelId = chanNewId, in TransProxyConnExistProc()
709 TransProxyPostHandshakeMsgToLoop(chanNewId); in TransProxyConnExistProc()
795 int32_t chanNewId = GenerateChannelId(false); in TransProxyOpenConnChannel() local
796 if (chanNewId <= INVALID_CHANNEL_ID) { in TransProxyOpenConnChannel()
802 ReleaseProxyChannelId(chanNewId); in TransProxyOpenConnChannel()
809 ReleaseProxyChannelId(chanNewId); in TransProxyOpenConnChannel()
815 ret = TransProxyConnExistProc(chan, chanNewId, connInfo); in TransProxyOpenConnChannel()
826 *channelId = chanNewId; in TransProxyOpenConnChannel()
828 TransProxyDelChanByChanId(chanNewId); in TransProxyOpenConnChannel()
[all …]
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/proxy_channel/
H A Dsoftbus_trans_proxy_transceiver_test.cpp295 int32_t chanNewId = 1; variable
299 int32_t ret = TransProxyConnExistProc(&chan, chanNewId, &connInfo);