Searched refs:TransProxyGetChanByChanId (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/include/ |
H A D | softbus_proxychannel_manager.h | 47 int32_t TransProxyGetChanByChanId(int32_t chanId, ProxyChannelInfo *chan);
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/ |
H A D | softbus_proxychannel_manager.c | 235 int32_t TransProxyGetChanByChanId(int32_t chanId, ProxyChannelInfo *chan) in TransProxyGetChanByChanId() function 644 …TransProxyGetChanByChanId(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 D | softbus_proxychannel_listener.c | 193 if (TransProxyGetChanByChanId(channelId, chan) != SOFTBUS_OK) { in TransProxyGetChannelIsServer()
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/fuzztest/softbusproxychannelmanager_fuzzer/ |
H A D | softbusproxychannelmanager_fuzzer.cpp | 157 (void)TransProxyGetChanByChanId(chanId, &chan); in TransProxyGetChanByChanIdTest()
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/proxy_channel/ |
H A D | softbus_proxychannel_manager_test.cpp | 1189 int32_t ret = TransProxyGetChanByChanId(chanId, nullptr); 1191 ret = TransProxyGetChanByChanId(chanId, &chan);
|