/foundation/CastEngine/castengine_cast_plus_stream/src/channel/include/ |
H A D | channel_manager_listener.h | 36 virtual void OnChannelOpenFailed(ChannelRequest &channelRequest, int errorCode) {} in OnChannelOpenFailed() function in OHOS::CastEngine::CastEngineService::IChannelManagerListener
|
H A D | channel_manager.h | 67 channelManagerListenerInner_->OnChannelOpenFailed(channelRequest, errorCode);
|
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/channel/include/ |
H A D | channel_manager_listener.h | 36 virtual void OnChannelOpenFailed(ChannelRequest &channelRequest, int errorCode) {} in OnChannelOpenFailed() function in OHOS::CastEngine::CastEngineService::IChannelManagerListener
|
H A D | channel_manager.h | 67 channelManagerListenerInner_->OnChannelOpenFailed(channelRequest, errorCode);
|
/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/include/ |
H A D | trans_channel_callback.h | 35 int32_t (*OnChannelOpenFailed)( member
|
/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/ |
H A D | trans_tcp_direct_callback.c | 53 return g_channelCb.OnChannelOpenFailed(pkgName, pid, channelId, CHANNEL_TYPE_TCP_DIRECT, errCode); in TransTdcOnChannelOpenFailed()
|
/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/ |
H A D | softbus_proxychannel_callback.c | 51 return g_channelCb.OnChannelOpenFailed(pkgName, pid, channelId, CHANNEL_TYPE_PROXY, errCode); in TransProxyOnChannelOpenFailed()
|
/foundation/communication/dsoftbus/sdk/frame/standard/include/ |
H A D | if_softbus_client.h | 34 virtual int32_t OnChannelOpenFailed(int32_t channelId, int32_t channelType, int32_t errCode);
|
H A D | softbus_client_stub.h | 39 int32_t OnChannelOpenFailed(int32_t channelId, int32_t channelType, int32_t errCode) override;
|
/foundation/communication/dsoftbus/core/bus_center/ipc/standard/include/ |
H A D | bus_center_client_proxy_standard.h | 29 int32_t OnChannelOpenFailed(int32_t channelId, int32_t channelType, int32_t errCode) override;
|
/foundation/communication/dsoftbus/core/transmission/ipc/standard/include/ |
H A D | trans_client_proxy_standard.h | 30 int32_t OnChannelOpenFailed(int32_t channelId, int32_t channelType, int32_t errCode) override;
|
/foundation/communication/dsoftbus/sdk/frame/standard/src/ |
H A D | if_softbus_client.cpp | 27 int32_t ISoftBusClient::OnChannelOpenFailed(int32_t channelId, int32_t channelType, int32_t errCode) in OnChannelOpenFailed() function in OHOS::ISoftBusClient
|
H A D | softbus_client_stub.cpp | 123 int32_t SoftBusClientStub::OnChannelOpenFailed(int32_t channelId, int32_t channelType, int32_t errCode) in OnChannelOpenFailed() function in OHOS::SoftBusClientStub 234 int32_t ret = OnChannelOpenFailed(channelId, channelType, errCode); in OnChannelOpenFailedInner() 235 COMM_CHECK_AND_RETURN_RET_LOGE(ret == SOFTBUS_OK, ret, COMM_SDK, "OnChannelOpenFailed fail! ret=%{public}d", ret); in OnChannelOpenFailedInner()
|
/foundation/communication/dsoftbus/tests/sdk/frame/standard/ |
H A D | softbus_frame_standard_test.cpp | 84 int32_t OnChannelOpenFailed([[maybe_unused]] int32_t channelId, [[maybe_unused]] int32_t channelType, 479 ret = g_stub->OnChannelOpenFailed(testInt, testInt, testInt); in HWTEST_F()
|
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/manager/trans_channel_callback_test/ |
H A D | trans_channel_callback_test.cpp | 95 int32_t ret = TransServerGetChannelCb()->OnChannelOpenFailed(NULL, pid, channelId, channelType, errCode); in HWTEST_F()
|
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/ |
H A D | trans_tcp_direct_callback_test.cpp | 89 g_channelCallBack.OnChannelOpenFailed = TransServerOnChannelOpenFailed; in TransTcpDirectCallbackTest()
|
/foundation/CastEngine/castengine_cast_framework/service/src/session/include/ |
H A D | cast_session_impl.h | 36 void OnChannelOpenFailed(ChannelRequest &channelRequest, int errorCode) override;
|
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/ |
H A D | cast_session_listeners.cpp | 312 void CastSessionImpl::ChannelManagerListenerImpl::OnChannelOpenFailed(ChannelRequest &channelRequest, in OnChannelOpenFailed() function in OHOS::CastEngine::CastEngineService::CastSessionImpl::ChannelManagerListenerImpl
|
/foundation/CastEngine/castengine_cast_plus_stream/include/ |
H A D | cast_session_impl.h | 36 void OnChannelOpenFailed(ChannelRequest &channelRequest, int errorCode) override;
|
/foundation/CastEngine/castengine_cast_plus_stream/src/ |
H A D | cast_session_listeners.cpp | 312 void CastSessionImpl::ChannelManagerListenerImpl::OnChannelOpenFailed(ChannelRequest &channelRequest, in OnChannelOpenFailed() function in OHOS::CastEngine::CastEngineService::CastSessionImpl::ChannelManagerListenerImpl
|
/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/src/ |
H A D | trans_channel_callback.c | 258 g_channelCallBack.OnChannelOpenFailed = TransServerOnChannelOpenFailed; in TransServerGetChannelCb()
|
/foundation/communication/dsoftbus/core/transmission/ipc/standard/src/ |
H A D | trans_client_proxy.cpp | 104 clientProxy->OnChannelOpenFailed(data->msgChannelId, data->msgChannelType, errCode); in ClientIpcOnChannelOpenFailed()
|
H A D | trans_client_proxy_standard.cpp | 195 int32_t TransClientProxy::OnChannelOpenFailed(int32_t channelId, int32_t channelType, int32_t errCode) in OnChannelOpenFailed() function in OHOS::TransClientProxy 215 TRANS_LOGE(TRANS_CTRL, "OnChannelOpenFailed send request failed, ret=%{public}d", ret); in OnChannelOpenFailed()
|
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/proxy_channel/ |
H A D | softbus_proxychannel_listener_test.cpp | 139 callBack.OnChannelOpenFailed = TestOnChannelOpenFailed; in SetUpTestCase()
|
/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/ |
H A D | lnn_sync_info_manager.c | 447 static void OnChannelOpenFailed(int32_t channelId, const char *peerUuid) in OnChannelOpenFailed() function 545 OnChannelOpenFailed,
|