Home
last modified time | relevance | path

Searched refs:HwCastProviderSession (Results 1 - 7 of 7) sorted by relevance

/foundation/multimedia/av_session/services/session/server/
H A Dhw_cast_provider_session.cpp23 HwCastProviderSession::~HwCastProviderSession() in ~HwCastProviderSession()
25 SLOGI("destruct the HwCastProviderSession"); in ~HwCastProviderSession()
29 void HwCastProviderSession::Init() in Init()
31 SLOGI("Init the HwCastProviderSession"); in Init()
37 void HwCastProviderSession::Release() in Release()
39 SLOGI("release the HwCastProviderSession"); in Release()
48 bool HwCastProviderSession::AddDevice(const std::string deviceId) in AddDevice()
50 SLOGI("AddDevice in HwCastProviderSession"); in AddDevice()
59 SLOGI("AddDevice in HwCastProviderSession wit in AddDevice()
[all...]
H A Dhw_cast_provider_session.h26 class HwCastProviderSession : public CastEngine::ICastSessionListener, class
27 public std::enable_shared_from_this<HwCastProviderSession> {
29 explicit HwCastProviderSession(std::shared_ptr<CastEngine::ICastSession> castSession) : castSession_(castSession) {} in HwCastProviderSession() function in OHOS::AVSession::HwCastProviderSession
30 ~HwCastProviderSession() override;
H A Dhw_cast_provider.h65 std::map<int, std::shared_ptr<HwCastProviderSession>> hwCastProviderSessionMap_;
H A Dhw_cast_provider.cpp135 auto hwCastProviderSession = std::make_shared<HwCastProviderSession>(castSession); in StartCastSession()
447 auto hwCastProviderSession = std::make_shared<HwCastProviderSession>(castSession); in OnSessionCreated()
/foundation/multimedia/av_session/services/session/server/test/
H A Dhw_cast_supplement_test.cpp123 auto hwCastProviderSession = std::make_shared<HwCastProviderSession>(nullptr); in HWTEST()
142 auto hwCastProviderSession = std::make_shared<HwCastProviderSession>(nullptr); in HWTEST()
201 auto hwCastProviderSession = std::make_shared<HwCastProviderSession>(nullptr); in HWTEST()
261 auto hwCastProviderSession = std::make_shared<HwCastProviderSession>(nullptr); in HWTEST()
400 auto hwCastProviderSession = std::make_shared<HwCastProviderSession>(nullptr); in HWTEST()
463 auto hwCastProviderSession = std::make_shared<HwCastProviderSession>(nullptr); in HWTEST()
539 auto hwCastProviderSession = std::make_shared<HwCastProviderSession>(nullptr); in HWTEST()
599 auto hwCastProviderSession = std::make_shared<HwCastProviderSession>(nullptr); in HWTEST()
662 auto hwCastProviderSession = std::make_shared<HwCastProviderSession>(nullptr); in HWTEST()
H A Dhw_cast_test.cpp1256 std::shared_ptr<HwCastProviderSession> provideSession = std::make_shared<HwCastProviderSession>(nullptr); in HWTEST()
1271 std::shared_ptr<HwCastProviderSession> provideSession = std::make_shared<HwCastProviderSession>(nullptr); in HWTEST()
1287 std::shared_ptr<HwCastProviderSession> provideSession = std::make_shared<HwCastProviderSession>(nullptr); in HWTEST()
1305 std::shared_ptr<HwCastProviderSession> provideSession = std::make_shared<HwCastProviderSession>(nullptr); in HWTEST()
1322 std::shared_ptr<HwCastProviderSession> provideSession = std::make_shared<HwCastProviderSession>(nullpt in HWTEST()
[all...]
H A Dhw_cast_stream_player_test.cpp40 std::shared_ptr<HwCastProviderSession> hwCastProviderSession = nullptr;
112 hwCastProviderSession = std::make_shared<HwCastProviderSession>(castSession); in SetUp()

Completed in 6 milliseconds