Searched refs:TransProxyCreateChanInfo (Results 1 – 11 of 11) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/proxy_channel/ |
H A D | trans_proxy_manager_test.cpp | 200 int32_t ret = TransProxyCreateChanInfo(chan, chan->channelId, &appInfo); in TestTransProxyAddAuthChannel() 228 int32_t ret = TransProxyCreateChanInfo(chan, chan->channelId, &appInfo); in TestTransProxyAddNormalChannel() 337 int32_t ret = TransProxyCreateChanInfo(chan, chan->channelId, &appInfo); 341 ret = TransProxyCreateChanInfo(chan, chan->channelId, &appInfo); 358 ret = TransProxyCreateChanInfo(chanNormal, chanNormal->channelId, &appInfo); 541 ret = TransProxyCreateChanInfo(chan, chan->channelId, &appInfo); 940 int32_t ret = TransProxyCreateChanInfo(chan, chan->channelId, &appInfo);
|
H A D | softbus_proxychannel_manager_test.cpp | 183 int32_t ret = TransProxyCreateChanInfo(chan, chan->channelId, &appInfo); in TestTransProxyAddAuthChannel() 193 int32_t ret = TransProxyCreateChanInfo(chan, chan->channelId, &appInfo); in TestTransProxyAddNormalChannel() 452 ret = TransProxyCreateChanInfo(chan, chan->channelId, &appInfo); 820 int32_t ret = TransProxyCreateChanInfo(chan, chan->channelId, &appInfo);
|
H A D | trans_proxy_channel_test.cpp | 515 int32_t ret = TransProxyCreateChanInfo(info, 1, &appInfo); 520 ret = TransProxyCreateChanInfo(info, 2, &appInfo);
|
H A D | softbus_proxy_session_test.cpp | 132 TransProxyCreateChanInfo(chan, chan->channelId, &appInfo); in TestAddProxyChannel()
|
H A D | trans_proxy_session_test.cpp | 149 int32_t ret = TransProxyCreateChanInfo(chan, chan->channelId, &appInfo); in TestAddProxyChannel()
|
H A D | trans_proxy_message_test.cpp | 107 int32_t ret = TransProxyCreateChanInfo(chan, chan->channelId, &appInfo); in TestMessageAddProxyChannel()
|
H A D | softbus_proxychannel_message_test.cpp | 180 int32_t ret = TransProxyCreateChanInfo(chan, chan->channelId, &appInfo); in TestMessageAddProxyChannel()
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/include/ |
H A D | softbus_proxychannel_manager.h | 57 int32_t TransProxyCreateChanInfo(ProxyChannelInfo *chan, int32_t channelId, const AppInfo *appInfo);
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/fuzztest/softbusproxychannelmanager_fuzzer/ |
H A D | softbusproxychannelmanager_fuzzer.cpp | 217 (void)TransProxyCreateChanInfo(proxyChannelInfo, channelId, &appInfo); in TransProxyCreateChanInfoTest()
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/ |
H A D | softbus_proxychannel_transceiver.c | 807 if (TransProxyCreateChanInfo(chan, chanNewId, appInfo) != SOFTBUS_OK) { in TransProxyOpenConnChannel()
|
H A D | softbus_proxychannel_manager.c | 1485 int32_t TransProxyCreateChanInfo(ProxyChannelInfo *chan, int32_t channelId, const AppInfo *appInfo) in TransProxyCreateChanInfo() function
|