Searched refs:RtspListenerImpl (Results 1 - 8 of 8) sorted by relevance
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/ |
H A D | cast_session_listeners.cpp | 64 void CastSessionImpl::RtspListenerImpl::OnSetup(const ParamInfo ¶m, int mediaPort, int remoteControlPort, in OnSetup() 83 bool CastSessionImpl::RtspListenerImpl::OnPlay(const ParamInfo ¶m, 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 ¶m) in NotifyEventChange() 219 int CastSessionImpl::RtspListenerImpl::StartMediaVtp(const ParamInfo ¶m) in StartMediaVtp() 224 void CastSessionImpl::RtspListenerImpl::ProcessStreamMode(const ParamInfo ¶m, const std::string &deviceId) in ProcessStreamMode() 236 void CastSessionImpl::RtspListenerImpl [all...] |
H A D | cast_session_impl.cpp | 556 rtspListener_ = std::make_shared<RtspListenerImpl>(this); in Init()
|
/foundation/CastEngine/castengine_cast_plus_stream/src/ |
H A D | cast_session_listeners.cpp | 64 void CastSessionImpl::RtspListenerImpl::OnSetup(const ParamInfo ¶m, int mediaPort, int remoteControlPort, in OnSetup() 83 bool CastSessionImpl::RtspListenerImpl::OnPlay(const ParamInfo ¶m, 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 ¶m) in NotifyEventChange() 219 int CastSessionImpl::RtspListenerImpl::StartMediaVtp(const ParamInfo ¶m) in StartMediaVtp() 224 void CastSessionImpl::RtspListenerImpl::ProcessStreamMode(const ParamInfo ¶m, const std::string &deviceId) in ProcessStreamMode() 236 void CastSessionImpl::RtspListenerImpl [all...] |
H A D | cast_session_impl.cpp | 556 rtspListener_ = std::make_shared<RtspListenerImpl>(this); in Init()
|
/foundation/CastEngine/castengine_cast_framework/service/src/session/include/ |
H A D | cast_session_impl.h | 51 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 D | cast_session_impl_class.h | 113 class RtspListenerImpl; 239 std::shared_ptr<RtspListenerImpl> rtspListener_;
|
/foundation/CastEngine/castengine_cast_plus_stream/include/ |
H A D | cast_session_impl.h | 51 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 D | cast_session_impl_class.h | 113 class RtspListenerImpl; 239 std::shared_ptr<RtspListenerImpl> rtspListener_;
|
Completed in 9 milliseconds