Home
last modified time | relevance | path

Searched refs:GetCastSession (Results 1 - 15 of 15) sorted by relevance

/foundation/CastEngine/castengine_cast_framework/client/src/
H A Dcast_service_listener_impl_stub.cpp74 bool CastServiceListenerImplStub::GetCastSession(MessageParcel &data, std::shared_ptr<ICastSession> &castSession) in GetCastSession() function in OHOS::CastEngine::CastEngineClient::CastServiceListenerImplStub
109 if (!GetCastSession(data, castSession)) { in DoSessionCreateTask()
H A Dcast_session_manager_adaptor.cpp129 int32_t CastSessionManagerAdaptor::GetCastSession(std::string sessionId, std::shared_ptr<ICastSession> &castSession) in GetCastSession() function in OHOS::CastEngine::CastEngineClient::CastSessionManagerAdaptor
132 int32_t ret = proxy_->GetCastSession(sessionId, impl); in GetCastSession()
H A Dcast_session_manager.cpp189 int32_t CastSessionManager::GetCastSession(std::string sessionId, std::shared_ptr<ICastSession> &castSession) in GetCastSession() function in OHOS::CastEngine::CastEngineClient::CastSessionManager
193 return adaptor ? adaptor->GetCastSession(sessionId, castSession) : CAST_ENGINE_ERROR; in GetCastSession()
H A Dcast_session_manager_service_proxy.cpp272 int32_t CastSessionManagerServiceProxy::GetCastSession(std::string sessionId, sptr<ICastSessionImpl> &castSession) in GetCastSession() function in OHOS::CastEngine::CastEngineClient::CastSessionManagerServiceProxy
/foundation/CastEngine/castengine_cast_framework/interfaces/kits/js/src/
H A Dnapi_cast_session.cpp216 auto session = napiSession->GetCastSession(); in RegisterNativeSessionListener()
332 shared_ptr<ICastSession> castSession = napiSession->GetCastSession(); in AddDevice()
380 shared_ptr<ICastSession> castSession = napiSession->GetCastSession(); in RemoveDevice()
418 shared_ptr<ICastSession> castSession = napiSession->GetCastSession(); in GetSessionId()
469 shared_ptr<ICastSession> castSession = napiSession->GetCastSession(); in SetSessionProperty()
507 shared_ptr<ICastSession> castSession = napiSession->GetCastSession(); in CreateMirrorPlayer()
548 shared_ptr<ICastSession> castSession = napiSession->GetCastSession(); in CreateStreamPlayer()
601 shared_ptr<ICastSession> castSession = napiSession->GetCastSession(); in SetCastMode()
636 shared_ptr<ICastSession> castSession = napiSession->GetCastSession(); in Release()
/foundation/CastEngine/castengine_cast_framework/client/include/
H A Dcast_session_manager_service_proxy.h45 int32_t GetCastSession(std::string sessionId, sptr<ICastSessionImpl> &castSession) override;
H A Dcast_session_manager_adaptor.h50 int32_t GetCastSession(std::string sessionId, std::shared_ptr<ICastSession> &castSession) override;
H A Dcast_service_listener_impl_stub.h41 bool GetCastSession(MessageParcel &data, std::shared_ptr<ICastSession> &castSession);
/foundation/CastEngine/castengine_cast_framework/service/src/
H A Dcast_session_manager_service.cpp248 service->GetCastSession(std::to_string(castSessionId), session);
285 service->GetCastSession(std::to_string(sessionId), session);
302 service->GetCastSession(std::to_string(sessionId), session);
319 service->GetCastSession(std::to_string(sessionId), session);
336 service->GetCastSession(std::to_string(sessionId), session);
430 int32_t CastSessionManagerService::GetCastSession(std::string sessionId, sptr<ICastSessionImpl> &castSession) in GetCastSession() function in OHOS::CastEngine::CastEngineService::CastSessionManagerService
H A Dcast_session_manager_service_stub.cpp221 int32_t ret = GetCastSession(data.ReadString(), sessionStub); in DoGetCastSessionTask()
/foundation/CastEngine/castengine_cast_framework/interfaces/inner_api/include/
H A Di_cast_session_manager_adaptor.h51 virtual int32_t GetCastSession(std::string sessionId, std::shared_ptr<ICastSession> &castSession) = 0;
H A Dcast_session_manager.h54 int32_t GetCastSession(std::string sessionId, std::shared_ptr<ICastSession> &castSession);
/foundation/CastEngine/castengine_cast_framework/common/include/private/
H A Di_cast_session_manager_service.h50 virtual int32_t GetCastSession(std::string sessionId, sptr<ICastSessionImpl> &castSession) = 0;
/foundation/CastEngine/castengine_cast_framework/interfaces/kits/js/include/
H A Dnapi_cast_session.h51 std::shared_ptr<ICastSession> GetCastSession() in GetCastSession() function in OHOS::CastEngine::CastEngineClient::NapiCastSession
/foundation/CastEngine/castengine_cast_framework/service/include/
H A Dcast_session_manager_service.h57 int32_t GetCastSession(std::string sessionId, sptr<ICastSessionImpl> &castSession) override;

Completed in 6 milliseconds