Home
last modified time | relevance | path

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 Dtrans_proxy_manager_test.cpp200 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 Dsoftbus_proxychannel_manager_test.cpp183 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 Dtrans_proxy_channel_test.cpp515 int32_t ret = TransProxyCreateChanInfo(info, 1, &appInfo);
520 ret = TransProxyCreateChanInfo(info, 2, &appInfo);
H A Dsoftbus_proxy_session_test.cpp132 TransProxyCreateChanInfo(chan, chan->channelId, &appInfo); in TestAddProxyChannel()
H A Dtrans_proxy_session_test.cpp149 int32_t ret = TransProxyCreateChanInfo(chan, chan->channelId, &appInfo); in TestAddProxyChannel()
H A Dtrans_proxy_message_test.cpp107 int32_t ret = TransProxyCreateChanInfo(chan, chan->channelId, &appInfo); in TestMessageAddProxyChannel()
H A Dsoftbus_proxychannel_message_test.cpp180 int32_t ret = TransProxyCreateChanInfo(chan, chan->channelId, &appInfo); in TestMessageAddProxyChannel()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/include/
H A Dsoftbus_proxychannel_manager.h57 int32_t TransProxyCreateChanInfo(ProxyChannelInfo *chan, int32_t channelId, const AppInfo *appInfo);
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/fuzztest/softbusproxychannelmanager_fuzzer/
H A Dsoftbusproxychannelmanager_fuzzer.cpp217 (void)TransProxyCreateChanInfo(proxyChannelInfo, channelId, &appInfo); in TransProxyCreateChanInfoTest()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
H A Dsoftbus_proxychannel_transceiver.c807 if (TransProxyCreateChanInfo(chan, chanNewId, appInfo) != SOFTBUS_OK) { in TransProxyOpenConnChannel()
H A Dsoftbus_proxychannel_manager.c1485 int32_t TransProxyCreateChanInfo(ProxyChannelInfo *chan, int32_t channelId, const AppInfo *appInfo) in TransProxyCreateChanInfo() function