Home
last modified time | relevance | path

Searched refs:OnProxyChannelOpenFailed (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/proxy_channel/
H A Dsoftbus_proxychannel_pipeline_test.cpp96 static void OnProxyChannelOpenFailed(int32_t channelRequestId, int32_t reason) in OnProxyChannelOpenFailed() function
117 .onChannelOpenFailed = OnProxyChannelOpenFailed,
171 .onChannelOpenFailed = OnProxyChannelOpenFailed,
H A Dtrans_proxy_network_test.cpp223 int32_t ret = OnProxyChannelOpenFailed(channelId, NULL, errCode);
227 ret = OnProxyChannelOpenFailed(channelId, &appInfo, errCode);
H A Dsoftbus_proxy_network_test.cpp226 int32_t ret = OnProxyChannelOpenFailed(channelId, NULL, errCode);
230 ret = OnProxyChannelOpenFailed(channelId, &appInfo, errCode);
H A Dsoftbus_proxychannel_listener_test.cpp237 int32_t ret = OnProxyChannelOpenFailed(TEST_NUMBER_25, appInfo, 0);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/include/
H A Dsoftbus_proxychannel_listener.h27 int32_t OnProxyChannelOpenFailed(int32_t channelId, const AppInfo *appInfo, int32_t errCode);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
H A Dsoftbus_proxychannel_listener.c298 int32_t OnProxyChannelOpenFailed(int32_t channelId, const AppInfo *appInfo, int32_t errCode) in OnProxyChannelOpenFailed() function
H A Dsoftbus_proxychannel_manager.c1559 (void)OnProxyChannelOpenFailed(channelId, &(channelInfo->appInfo), errCode); in TransProxyNegoSessionKeyFail()
1606 (void)OnProxyChannelOpenFailed(channelId, appInfo, errCode); in TransProxyOpenProxyChannelFail()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H A Dlnn_lane_link_p2p.c1671 static void OnProxyChannelOpenFailed(int32_t channelRequestId, int32_t reason) in OnProxyChannelOpenFailed() function
1686 .onChannelOpenFailed = OnProxyChannelOpenFailed, in OpenProxyChannelToConnP2p()