Home
last modified time | relevance | path

Searched defs:castSession (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/av_session/services/session/server/
H A Dhw_cast_provider_session.h29 …explicit HwCastProviderSession(std::shared_ptr<CastEngine::ICastSession> castSession) : castSessio… in HwCastProviderSession()
H A Dhw_cast_provider.cpp127 std::shared_ptr<ICastSession> castSession = nullptr; in StartCastSession() local
446 void HwCastProvider::OnSessionCreated(const std::shared_ptr<CastEngine::ICastSession> &castSession) in OnSessionCreated()
/ohos5.0/foundation/multimedia/av_session/services/session/server/test/
H A Dhw_cast_stream_player_test.cpp50 void OnSessionCreated(const std::shared_ptr<ICastSession> &castSession) override in OnSessionCreated()
111 std::shared_ptr<ICastSession> castSession = CreateSession(); in SetUp() local