Home
last modified time | relevance | path

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

/foundation/CastEngine/castengine_cast_framework/service/src/session/src/
H A Dcast_session_listeners.cpp184 bool CastSessionImpl::CastStreamListenerImpl::SendActionToPeers(int action, const std::string &param) in SendActionToPeers()
194 CastSessionImpl::CastStreamListenerImpl::~CastStreamListenerImpl() in ~CastStreamListenerImpl()
196 CLOGD("~CastStreamListenerImpl"); in ~CastStreamListenerImpl()
199 void CastSessionImpl::CastStreamListenerImpl::OnRenderReady(bool isReady) in OnRenderReady()
209 void CastSessionImpl::CastStreamListenerImpl::OnEvent(EventId eventId, const std::string &data) in OnEvent()
H A Dcast_session_impl.cpp346 streamManager_ = std::make_shared<CastStreamManagerClient>(std::make_shared<CastStreamListenerImpl>(this), in CreateStreamPlayerManager()
349 streamManager_ = std::make_shared<CastStreamManagerServer>(std::make_shared<CastStreamListenerImpl>(this)); in CreateStreamPlayerManager()
/foundation/CastEngine/castengine_cast_plus_stream/src/
H A Dcast_session_listeners.cpp184 bool CastSessionImpl::CastStreamListenerImpl::SendActionToPeers(int action, const std::string &param) in SendActionToPeers()
194 CastSessionImpl::CastStreamListenerImpl::~CastStreamListenerImpl() in ~CastStreamListenerImpl()
196 CLOGD("~CastStreamListenerImpl"); in ~CastStreamListenerImpl()
199 void CastSessionImpl::CastStreamListenerImpl::OnRenderReady(bool isReady) in OnRenderReady()
209 void CastSessionImpl::CastStreamListenerImpl::OnEvent(EventId eventId, const std::string &data) in OnEvent()
H A Dcast_session_impl.cpp346 streamManager_ = std::make_shared<CastStreamManagerClient>(std::make_shared<CastStreamListenerImpl>(this), in CreateStreamPlayerManager()
349 streamManager_ = std::make_shared<CastStreamManagerServer>(std::make_shared<CastStreamListenerImpl>(this)); in CreateStreamPlayerManager()
/foundation/CastEngine/castengine_cast_framework/service/src/session/include/
H A Dcast_session_impl.h85 class CastSessionImpl::CastStreamListenerImpl : public ICastStreamListener { class in OHOS::CastEngine::CastEngineService::CastSessionImpl
87 explicit CastStreamListenerImpl(sptr<CastSessionImpl> session) : session_(session) {} in CastStreamListenerImpl() function in OHOS::CastEngine::CastEngineService::CastSessionImpl::CastStreamListenerImpl
88 ~CastStreamListenerImpl() override;
H A Dcast_session_impl_class.h115 class CastStreamListenerImpl;
/foundation/CastEngine/castengine_cast_plus_stream/include/
H A Dcast_session_impl.h85 class CastSessionImpl::CastStreamListenerImpl : public ICastStreamListener { class in OHOS::CastEngine::CastEngineService::CastSessionImpl
87 explicit CastStreamListenerImpl(sptr<CastSessionImpl> session) : session_(session) {} in CastStreamListenerImpl() function in OHOS::CastEngine::CastEngineService::CastSessionImpl::CastStreamListenerImpl
88 ~CastStreamListenerImpl() override;
H A Dcast_session_impl_class.h115 class CastStreamListenerImpl;

Completed in 9 milliseconds