Home
last modified time | relevance | path

Searched refs:OnSessionCreated (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/multimedia/av_session/interfaces/inner_api/native/session/include/
H A Di_avcast_state_listener.h67 virtual void OnSessionCreated(const int32_t castId) = 0;
/ohos5.0/foundation/multimedia/av_session/services/session/server/
H A Davcast_provider_manager.h39 void OnSessionCreated(const int32_t castId) override;
H A Davcast_provider_manager.cpp62 void AVCastProviderManager::OnSessionCreated(const int32_t castId) in OnSessionCreated() function in OHOS::AVSession::AVCastProviderManager
H A Dhw_cast_provider.h56 void OnSessionCreated(const std::shared_ptr<CastEngine::ICastSession> &castSession) override;
H A Dhw_cast_provider.cpp446 void HwCastProvider::OnSessionCreated(const std::shared_ptr<CastEngine::ICastSession> &castSession) in OnSessionCreated() function in OHOS::AVSession::HwCastProvider
480 listener->OnSessionCreated(castId); 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() function in OHOS::AVSession::TestCastSessionManagerListener
H A Dhw_cast_test.cpp1227 hwCastProvider->OnSessionCreated(nullptr);