Home
last modified time | relevance | path

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

/foundation/CastEngine/castengine_cast_framework/service/src/session/src/
H A Dcast_session_listeners.cpp64 void CastSessionImpl::RtspListenerImpl::OnSetup(const ParamInfo &param, int mediaPort, int remoteControlPort, in OnSetup()
83 bool CastSessionImpl::RtspListenerImpl::OnPlay(const ParamInfo &param, int port, const std::string &deviceId) in OnPlay()
96 bool CastSessionImpl::RtspListenerImpl::OnPause() in OnPause()
109 void CastSessionImpl::RtspListenerImpl::OnTearDown() in OnTearDown()
122 void CastSessionImpl::RtspListenerImpl::OnError(int errCode) in OnError()
134 void CastSessionImpl::RtspListenerImpl::NotifyTrigger(int trigger) in NotifyTrigger()
146 void CastSessionImpl::RtspListenerImpl::NotifyEventChange(int moduleId, int event, const std::string &param) in NotifyEventChange()
219 int CastSessionImpl::RtspListenerImpl::StartMediaVtp(const ParamInfo &param) in StartMediaVtp()
224 void CastSessionImpl::RtspListenerImpl::ProcessStreamMode(const ParamInfo &param, const std::string &deviceId) in ProcessStreamMode()
236 void CastSessionImpl::RtspListenerImpl
[all...]
H A Dcast_session_impl.cpp556 rtspListener_ = std::make_shared<RtspListenerImpl>(this); in Init()
/foundation/CastEngine/castengine_cast_plus_stream/src/
H A Dcast_session_listeners.cpp64 void CastSessionImpl::RtspListenerImpl::OnSetup(const ParamInfo &param, int mediaPort, int remoteControlPort, in OnSetup()
83 bool CastSessionImpl::RtspListenerImpl::OnPlay(const ParamInfo &param, int port, const std::string &deviceId) in OnPlay()
96 bool CastSessionImpl::RtspListenerImpl::OnPause() in OnPause()
109 void CastSessionImpl::RtspListenerImpl::OnTearDown() in OnTearDown()
122 void CastSessionImpl::RtspListenerImpl::OnError(int errCode) in OnError()
134 void CastSessionImpl::RtspListenerImpl::NotifyTrigger(int trigger) in NotifyTrigger()
146 void CastSessionImpl::RtspListenerImpl::NotifyEventChange(int moduleId, int event, const std::string &param) in NotifyEventChange()
219 int CastSessionImpl::RtspListenerImpl::StartMediaVtp(const ParamInfo &param) in StartMediaVtp()
224 void CastSessionImpl::RtspListenerImpl::ProcessStreamMode(const ParamInfo &param, const std::string &deviceId) in ProcessStreamMode()
236 void CastSessionImpl::RtspListenerImpl
[all...]
H A Dcast_session_impl.cpp556 rtspListener_ = std::make_shared<RtspListenerImpl>(this); in Init()
/foundation/CastEngine/castengine_cast_framework/service/src/session/include/
H A Dcast_session_impl.h51 class CastSessionImpl::RtspListenerImpl : public IRtspListener { class in OHOS::CastEngine::CastEngineService::CastSessionImpl
53 explicit RtspListenerImpl(sptr<CastSessionImpl> session) : session_(session) {} in RtspListenerImpl() function in OHOS::CastEngine::CastEngineService::CastSessionImpl::RtspListenerImpl
H A Dcast_session_impl_class.h113 class RtspListenerImpl;
239 std::shared_ptr<RtspListenerImpl> rtspListener_;
/foundation/CastEngine/castengine_cast_plus_stream/include/
H A Dcast_session_impl.h51 class CastSessionImpl::RtspListenerImpl : public IRtspListener { class in OHOS::CastEngine::CastEngineService::CastSessionImpl
53 explicit RtspListenerImpl(sptr<CastSessionImpl> session) : session_(session) {} in RtspListenerImpl() function in OHOS::CastEngine::CastEngineService::CastSessionImpl::RtspListenerImpl
H A Dcast_session_impl_class.h113 class RtspListenerImpl;
239 std::shared_ptr<RtspListenerImpl> rtspListener_;

Completed in 9 milliseconds