Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/include/
H A Dsoftbus_proxychannel_manager.h47 int32_t TransProxyGetChanByChanId(int32_t chanId, ProxyChannelInfo *chan);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
H A Dsoftbus_proxychannel_manager.c235 int32_t TransProxyGetChanByChanId(int32_t chanId, ProxyChannelInfo *chan) in TransProxyGetChanByChanId() function
644TransProxyGetChanByChanId(info->myId, info) == SOFTBUS_OK, TRANS_CTRL, "TransProxyGetChanByChanId … in TransProxyProcessErrMsg()
1517 if (TransProxyGetChanByChanId(channelId, channelInfo) != SOFTBUS_OK) { in TransProxyNegoSessionKeySucc()
1552 if (TransProxyGetChanByChanId(channelId, channelInfo) != SOFTBUS_OK) { in TransProxyNegoSessionKeyFail()
1572 if (TransProxyGetChanByChanId(channelId, channelInfo) != SOFTBUS_OK) { in TransProxyOpenProxyChannelSuccess()
1860 int32_t ret = TransProxyGetChanByChanId(chanId, chan); in TransProxyGetNameByChanId()
H A Dsoftbus_proxychannel_listener.c193 if (TransProxyGetChanByChanId(channelId, chan) != SOFTBUS_OK) { in TransProxyGetChannelIsServer()
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/fuzztest/softbusproxychannelmanager_fuzzer/
H A Dsoftbusproxychannelmanager_fuzzer.cpp157 (void)TransProxyGetChanByChanId(chanId, &chan); in TransProxyGetChanByChanIdTest()
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/proxy_channel/
H A Dsoftbus_proxychannel_manager_test.cpp1189 int32_t ret = TransProxyGetChanByChanId(chanId, nullptr);
1191 ret = TransProxyGetChanByChanId(chanId, &chan);