Home
last modified time | relevance | path

Searched refs:rtspListener_ (Results 1 - 4 of 4) sorted by relevance

/foundation/CastEngine/castengine_cast_framework/service/src/session/include/
H A Dcast_session_impl_class.h239 std::shared_ptr<RtspListenerImpl> rtspListener_; member in OHOS::CastEngine::CastEngineService::CastSessionImpl
/foundation/CastEngine/castengine_cast_plus_stream/include/
H A Dcast_session_impl_class.h239 std::shared_ptr<RtspListenerImpl> rtspListener_; member in OHOS::CastEngine::CastEngineService::CastSessionImpl
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/
H A Dcast_session_impl.cpp556 rtspListener_ = std::make_shared<RtspListenerImpl>(this); in Init()
557 rtspControl_ = IRtspController::GetInstance(rtspListener_, property_.protocolType, property_.endType); in Init()
/foundation/CastEngine/castengine_cast_plus_stream/src/
H A Dcast_session_impl.cpp556 rtspListener_ = std::make_shared<RtspListenerImpl>(this); in Init()
557 rtspControl_ = IRtspController::GetInstance(rtspListener_, property_.protocolType, property_.endType); in Init()

Completed in 6 milliseconds