Home
last modified time | relevance | path

Searched defs:castSession (Results 1 - 12 of 12) sorted by relevance

/foundation/CastEngine/castengine_cast_framework/service/src/
H A Dcast_service_listener_impl_proxy.cpp64 bool FillCastSession(MessageParcel &data, const sptr<ICastSessionImpl> &castSession) in FillCastSession() argument
94 void CastServiceListenerImplProxy::OnSessionCreated(const sptr<ICastSessionImpl> &castSession) in OnSessionCreated() argument
H A Dcast_session_manager_service.cpp430 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 Dhw_cast_provider_session.h29 explicit HwCastProviderSession(std::shared_ptr<CastEngine::ICastSession> castSession) : castSession_(castSession) {} in HwCastProviderSession() argument
H A Dhw_cast_provider.cpp116 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 Dcast_session_manager_service_proxy.cpp272 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 Dcast_service_listener_impl_stub.cpp74 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 Dcast_session_manager.cpp189 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 Dcast_session_manager_adaptor.cpp129 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 Dnapi_cast_session_manager_listener.cpp76 void NapiCastSessionManagerListener::OnSessionCreated(const std::shared_ptr<ICastSession> &castSession) in OnSessionCreated() argument
H A Dnapi_cast_session.cpp66 napi_value castSession = nullptr; in DefineCastSessionJSClass() local
[all...]
H A Dnapi_castengine_utils.cpp173 napi_value ConvertCastSessionToJS(napi_env env, const shared_ptr<ICastSession> &castSession) in ConvertCastSessionToJS() argument
/foundation/multimedia/av_session/services/session/server/test/
H A Dhw_cast_stream_player_test.cpp52 static_cast<void>(castSession); variable
111 std::shared_ptr<ICastSession> castSession = CreateSession(); in SetUp() local

Completed in 8 milliseconds