Home
last modified time | relevance | path

Searched refs:ChannelManagerListenerImpl (Results 1 - 8 of 8) sorted by relevance

/foundation/CastEngine/castengine_cast_framework/service/src/session/src/
H A Dcast_session_listeners.cpp275 void CastSessionImpl::ChannelManagerListenerImpl::OnChannelCreated(std::shared_ptr<Channel> channel) in OnChannelCreated()
312 void CastSessionImpl::ChannelManagerListenerImpl::OnChannelOpenFailed(ChannelRequest &channelRequest, in OnChannelOpenFailed()
326 void CastSessionImpl::ChannelManagerListenerImpl::OnChannelError(std::shared_ptr<Channel> channel, const int errorCode) in OnChannelError()
339 void CastSessionImpl::ChannelManagerListenerImpl::OnChannelRemoved(std::shared_ptr<Channel> channel) in OnChannelRemoved()
373 void CastSessionImpl::ChannelManagerListenerImpl::SetMediaChannel(ModuleType moduleType) in SetMediaChannel()
386 bool CastSessionImpl::ChannelManagerListenerImpl::IsMediaChannelReady() in IsMediaChannelReady()
H A Dcast_session_impl.cpp553 channelManagerListener_ = std::make_shared<ChannelManagerListenerImpl>(this); in Init()
/foundation/CastEngine/castengine_cast_plus_stream/src/
H A Dcast_session_listeners.cpp275 void CastSessionImpl::ChannelManagerListenerImpl::OnChannelCreated(std::shared_ptr<Channel> channel) in OnChannelCreated()
312 void CastSessionImpl::ChannelManagerListenerImpl::OnChannelOpenFailed(ChannelRequest &channelRequest, in OnChannelOpenFailed()
326 void CastSessionImpl::ChannelManagerListenerImpl::OnChannelError(std::shared_ptr<Channel> channel, const int errorCode) in OnChannelError()
339 void CastSessionImpl::ChannelManagerListenerImpl::OnChannelRemoved(std::shared_ptr<Channel> channel) in OnChannelRemoved()
373 void CastSessionImpl::ChannelManagerListenerImpl::SetMediaChannel(ModuleType moduleType) in SetMediaChannel()
386 bool CastSessionImpl::ChannelManagerListenerImpl::IsMediaChannelReady() in IsMediaChannelReady()
H A Dcast_session_impl.cpp553 channelManagerListener_ = std::make_shared<ChannelManagerListenerImpl>(this); in Init()
/foundation/CastEngine/castengine_cast_framework/service/src/session/include/
H A Dcast_session_impl.h31 class CastSessionImpl::ChannelManagerListenerImpl : public IChannelManagerListener { class in OHOS::CastEngine::CastEngineService::CastSessionImpl
33 explicit ChannelManagerListenerImpl(sptr<CastSessionImpl> session) : session_(session) {} in ChannelManagerListenerImpl() function in OHOS::CastEngine::CastEngineService::CastSessionImpl::ChannelManagerListenerImpl
H A Dcast_session_impl_class.h112 class ChannelManagerListenerImpl;
237 std::shared_ptr<ChannelManagerListenerImpl> channelManagerListener_;
/foundation/CastEngine/castengine_cast_plus_stream/include/
H A Dcast_session_impl.h31 class CastSessionImpl::ChannelManagerListenerImpl : public IChannelManagerListener { class in OHOS::CastEngine::CastEngineService::CastSessionImpl
33 explicit ChannelManagerListenerImpl(sptr<CastSessionImpl> session) : session_(session) {} in ChannelManagerListenerImpl() function in OHOS::CastEngine::CastEngineService::CastSessionImpl::ChannelManagerListenerImpl
H A Dcast_session_impl_class.h112 class ChannelManagerListenerImpl;
237 std::shared_ptr<ChannelManagerListenerImpl> channelManagerListener_;

Completed in 10 milliseconds