Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/include/
H A Dsoftbus_proxychannel_manager.h51 void TransProxyOpenProxyChannelFail(int32_t channelId, const AppInfo *appInfo, int32_t errCode);
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/proxy_channel/
H A Dtrans_proxy_manager_test.cpp618 TransProxyOpenProxyChannelFail(-1, &appInfo, errCode);
627 TransProxyOpenProxyChannelFail(-1, &appInfo, errCode);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
H A Dsoftbus_proxychannel_manager.c387 TransProxyOpenProxyChannelFail(removeNode->channelId, &(removeNode->appInfo), errCode); in TransProxyReleaseChannelList()
647 (void)TransProxyOpenProxyChannelFail(info->channelId, &(info->appInfo), errCode); in TransProxyProcessErrMsg()
1274 TransProxyOpenProxyChannelFail(info->channelId, &(info->appInfo), errCode); in TransProxyProcessResetMsgHelper()
1539 TransProxyOpenProxyChannelFail(channelInfo->channelId, &(channelInfo->appInfo), ret); in TransProxyNegoSessionKeySucc()
1604 void TransProxyOpenProxyChannelFail(int32_t channelId, const AppInfo *appInfo, int32_t errCode) in TransProxyOpenProxyChannelFail() function
H A Dsoftbus_proxychannel_transceiver.c201 TransProxyOpenProxyChannelFail(chan->channelId, &(chan->appInfo), (int32_t)msg->arg1); in TransProxyLoopMsgHandler()
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/fuzztest/softbusproxychannelmanager_fuzzer/
H A Dsoftbusproxychannelmanager_fuzzer.cpp186 TransProxyOpenProxyChannelFail(channelId, &appInfo, errCode); in TransProxyOpenProxyChannelFailTest()