Home
last modified time | relevance | path

Searched refs:OnSessionCreated (Results 1 - 18 of 18) sorted by relevance

/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;
/foundation/CastEngine/castengine_cast_framework/client/src/
H A Dcast_service_listener_impl_stub.cpp113 userListener_->OnSessionCreated(castSession); in DoSessionCreateTask()
135 void CastServiceListenerImplStub::OnSessionCreated(const sptr<ICastSessionImpl> &castSession) in OnSessionCreated() function in OHOS::CastEngine::CastEngineClient::CastServiceListenerImplStub
/foundation/CastEngine/castengine_cast_framework/interfaces/inner_api/include/
H A Di_cast_session_manager_listener.h38 virtual void OnSessionCreated(const std::shared_ptr<ICastSession> &castSession) = 0;
/foundation/CastEngine/castengine_cast_framework/common/include/private/
H A Di_cast_service_listener_impl.h41 virtual void OnSessionCreated(const sptr<ICastSessionImpl> &castSession) = 0;
/foundation/CastEngine/castengine_cast_framework/service/include/
H A Dcast_service_listener_impl_proxy.h38 void OnSessionCreated(const sptr<ICastSessionImpl> &castSession) override;
/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.cpp426 void HwCastProvider::OnSessionCreated(const std::shared_ptr<CastEngine::ICastSession> &castSession) in OnSessionCreated() function in HwCastProvider
460 listener->OnSessionCreated(castId); in OnSessionCreated()
/foundation/CastEngine/castengine_cast_framework/interfaces/kits/js/include/
H A Dnapi_cast_session_manager_listener.h49 void OnSessionCreated(const std::shared_ptr<ICastSession> &castSession) override;
H A Dnapi_cast_session_manager.h56 static napi_status OnSessionCreated(napi_env env, napi_value callback);
/foundation/CastEngine/castengine_cast_framework/client/include/
H A Dcast_service_listener_impl_stub.h48 void OnSessionCreated(const sptr<ICastSessionImpl> &castSession) override;
/foundation/CastEngine/castengine_cast_framework/service/src/
H A Dcast_service_listener_impl_proxy.cpp94 void CastServiceListenerImplProxy::OnSessionCreated(const sptr<ICastSessionImpl> &castSession) in OnSessionCreated() function in OHOS::CastEngine::CastEngineService::CastServiceListenerImplProxy
H A Dcast_session_manager_service.cpp696 listener.second->OnSessionCreated(castSession); in ReportSessionCreate()
/foundation/CastEngine/castengine_cast_framework/interfaces/kits/js/src/
H A Dnapi_cast_session_manager_listener.cpp76 void NapiCastSessionManagerListener::OnSessionCreated(const std::shared_ptr<ICastSession> &castSession) in OnSessionCreated() function in OHOS::CastEngine::CastEngineClient::NapiCastSessionManagerListener
78 CLOGD("OnSessionCreated start"); in OnSessionCreated()
84 CLOGD("OnSessionCreated finish"); in OnSessionCreated()
H A Dnapi_cast_session_manager.cpp46 { "sessionCreate", { OnSessionCreated, OffSessionCreated } },
330 napi_status NapiCastSessionManager::OnSessionCreated(napi_env env, napi_value callback) in OnSessionCreated() function in OHOS::CastEngine::CastEngineClient::NapiCastSessionManager
/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
H A Dhw_cast_test.cpp1227 hwCastProvider->OnSessionCreated(nullptr); in HWTEST()

Completed in 8 milliseconds