/foundation/CastEngine/castengine_cast_framework/service/src/ |
H A D | cast_service_listener_impl_proxy.cpp | 64 bool FillCastSession(MessageParcel &data, const sptr<ICastSessionImpl> &castSession) in FillCastSession() argument 94 void CastServiceListenerImplProxy::OnSessionCreated(const sptr<ICastSessionImpl> &castSession) in OnSessionCreated() argument
|
H A D | cast_session_manager_service.cpp | 430 int32_t CastSessionManagerService::GetCastSession(std::string sessionId, sptr<ICastSessionImpl> &castSession) in GetCastSession() argument 692 void CastSessionManagerService::ReportSessionCreate(const sptr<ICastSessionImpl> &castSession) in ReportSessionCreate() argument 456 CreateCastSession(const CastSessionProperty &property, sptr<ICastSessionImpl> &castSession) CreateCastSession() argument
|
/foundation/multimedia/av_session/services/session/server/ |
H A D | hw_cast_provider_session.h | 29 explicit HwCastProviderSession(std::shared_ptr<CastEngine::ICastSession> castSession) : castSession_(castSession) {}
in HwCastProviderSession() argument
|
H A D | hw_cast_provider.cpp | 116 std::shared_ptr<ICastSession> castSession = nullptr;
in StartCastSession() local 426 OnSessionCreated(const std::shared_ptr<CastEngine::ICastSession> &castSession) OnSessionCreated() argument [all...] |
/foundation/CastEngine/castengine_cast_framework/client/src/ |
H A D | cast_session_manager_service_proxy.cpp | 272 int32_t CastSessionManagerServiceProxy::GetCastSession(std::string sessionId, sptr<ICastSessionImpl> &castSession) in GetCastSession() argument 125 CreateCastSession(const CastSessionProperty &property, sptr<ICastSessionImpl> &castSession) CreateCastSession() argument
|
H A D | cast_service_listener_impl_stub.cpp | 74 bool CastServiceListenerImplStub::GetCastSession(MessageParcel &data, std::shared_ptr<ICastSession> &castSession) in GetCastSession() argument 108 std::shared_ptr<ICastSession> castSession; in DoSessionCreateTask() local 135 void CastServiceListenerImplStub::OnSessionCreated(const sptr<ICastSessionImpl> &castSession) in OnSessionCreated() argument
|
H A D | cast_session_manager.cpp | 189 int32_t CastSessionManager::GetCastSession(std::string sessionId, std::shared_ptr<ICastSession> &castSession) in GetCastSession() argument 153 CreateCastSession(const CastSessionProperty &property, std::shared_ptr<ICastSession> &castSession) CreateCastSession() argument
|
H A D | cast_session_manager_adaptor.cpp | 129 int32_t CastSessionManagerAdaptor::GetCastSession(std::string sessionId, std::shared_ptr<ICastSession> &castSession) in GetCastSession() argument 81 CreateCastSession(const CastSessionProperty &property, std::shared_ptr<ICastSession> &castSession) CreateCastSession() argument
|
/foundation/CastEngine/castengine_cast_framework/interfaces/kits/js/src/ |
H A D | napi_cast_session_manager_listener.cpp | 76 void NapiCastSessionManagerListener::OnSessionCreated(const std::shared_ptr<ICastSession> &castSession) in OnSessionCreated() argument
|
H A D | napi_cast_session.cpp | 66 napi_value castSession = nullptr; in DefineCastSessionJSClass() local [all...] |
H A D | napi_castengine_utils.cpp | 173 napi_value ConvertCastSessionToJS(napi_env env, const shared_ptr<ICastSession> &castSession) in ConvertCastSessionToJS() argument
|
/foundation/multimedia/av_session/services/session/server/test/ |
H A D | hw_cast_stream_player_test.cpp | 52 static_cast<void>(castSession); variable 111 std::shared_ptr<ICastSession> castSession = CreateSession(); in SetUp() local
|