Home
last modified time | relevance | path

Searched refs:OnChannelOpenFailed (Results 1 - 25 of 32) sorted by relevance

12

/foundation/CastEngine/castengine_cast_plus_stream/src/channel/include/
H A Dchannel_manager_listener.h36 virtual void OnChannelOpenFailed(ChannelRequest &channelRequest, int errorCode) {} in OnChannelOpenFailed() function in OHOS::CastEngine::CastEngineService::IChannelManagerListener
H A Dchannel_manager.h67 channelManagerListenerInner_->OnChannelOpenFailed(channelRequest, errorCode);
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/channel/include/
H A Dchannel_manager_listener.h36 virtual void OnChannelOpenFailed(ChannelRequest &channelRequest, int errorCode) {} in OnChannelOpenFailed() function in OHOS::CastEngine::CastEngineService::IChannelManagerListener
H A Dchannel_manager.h67 channelManagerListenerInner_->OnChannelOpenFailed(channelRequest, errorCode);
/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/include/
H A Dtrans_channel_callback.h35 int32_t (*OnChannelOpenFailed)( member
/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/
H A Dtrans_tcp_direct_callback.c53 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 Dsoftbus_proxychannel_callback.c51 return g_channelCb.OnChannelOpenFailed(pkgName, pid, channelId, CHANNEL_TYPE_PROXY, errCode); in TransProxyOnChannelOpenFailed()
/foundation/communication/dsoftbus/sdk/frame/standard/include/
H A Dif_softbus_client.h34 virtual int32_t OnChannelOpenFailed(int32_t channelId, int32_t channelType, int32_t errCode);
H A Dsoftbus_client_stub.h39 int32_t OnChannelOpenFailed(int32_t channelId, int32_t channelType, int32_t errCode) override;
/foundation/communication/dsoftbus/core/bus_center/ipc/standard/include/
H A Dbus_center_client_proxy_standard.h29 int32_t OnChannelOpenFailed(int32_t channelId, int32_t channelType, int32_t errCode) override;
/foundation/communication/dsoftbus/core/transmission/ipc/standard/include/
H A Dtrans_client_proxy_standard.h30 int32_t OnChannelOpenFailed(int32_t channelId, int32_t channelType, int32_t errCode) override;
/foundation/communication/dsoftbus/sdk/frame/standard/src/
H A Dif_softbus_client.cpp27 int32_t ISoftBusClient::OnChannelOpenFailed(int32_t channelId, int32_t channelType, int32_t errCode) in OnChannelOpenFailed() function in OHOS::ISoftBusClient
H A Dsoftbus_client_stub.cpp123 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 Dsoftbus_frame_standard_test.cpp84 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 Dtrans_channel_callback_test.cpp95 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 Dtrans_tcp_direct_callback_test.cpp89 g_channelCallBack.OnChannelOpenFailed = TransServerOnChannelOpenFailed; in TransTcpDirectCallbackTest()
/foundation/CastEngine/castengine_cast_framework/service/src/session/include/
H A Dcast_session_impl.h36 void OnChannelOpenFailed(ChannelRequest &channelRequest, int errorCode) override;
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/
H A Dcast_session_listeners.cpp312 void CastSessionImpl::ChannelManagerListenerImpl::OnChannelOpenFailed(ChannelRequest &channelRequest, in OnChannelOpenFailed() function in OHOS::CastEngine::CastEngineService::CastSessionImpl::ChannelManagerListenerImpl
/foundation/CastEngine/castengine_cast_plus_stream/include/
H A Dcast_session_impl.h36 void OnChannelOpenFailed(ChannelRequest &channelRequest, int errorCode) override;
/foundation/CastEngine/castengine_cast_plus_stream/src/
H A Dcast_session_listeners.cpp312 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 Dtrans_channel_callback.c258 g_channelCallBack.OnChannelOpenFailed = TransServerOnChannelOpenFailed; in TransServerGetChannelCb()
/foundation/communication/dsoftbus/core/transmission/ipc/standard/src/
H A Dtrans_client_proxy.cpp104 clientProxy->OnChannelOpenFailed(data->msgChannelId, data->msgChannelType, errCode); in ClientIpcOnChannelOpenFailed()
H A Dtrans_client_proxy_standard.cpp195 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 Dsoftbus_proxychannel_listener_test.cpp139 callBack.OnChannelOpenFailed = TestOnChannelOpenFailed; in SetUpTestCase()
/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_sync_info_manager.c447 static void OnChannelOpenFailed(int32_t channelId, const char *peerUuid) in OnChannelOpenFailed() function
545 OnChannelOpenFailed,

Completed in 14 milliseconds

12