/foundation/CastEngine/castengine_cast_framework/client/src/ |
H A D | cast_service_listener_impl_stub.cpp | 74 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 D | cast_session_manager_adaptor.cpp | 129 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 D | cast_session_manager.cpp | 189 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 D | cast_session_manager_service_proxy.cpp | 272 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 D | napi_cast_session.cpp | 216 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 D | cast_session_manager_service_proxy.h | 45 int32_t GetCastSession(std::string sessionId, sptr<ICastSessionImpl> &castSession) override;
|
H A D | cast_session_manager_adaptor.h | 50 int32_t GetCastSession(std::string sessionId, std::shared_ptr<ICastSession> &castSession) override;
|
H A D | cast_service_listener_impl_stub.h | 41 bool GetCastSession(MessageParcel &data, std::shared_ptr<ICastSession> &castSession);
|
/foundation/CastEngine/castengine_cast_framework/service/src/ |
H A D | cast_session_manager_service.cpp | 248 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 D | cast_session_manager_service_stub.cpp | 221 int32_t ret = GetCastSession(data.ReadString(), sessionStub); in DoGetCastSessionTask()
|
/foundation/CastEngine/castengine_cast_framework/interfaces/inner_api/include/ |
H A D | i_cast_session_manager_adaptor.h | 51 virtual int32_t GetCastSession(std::string sessionId, std::shared_ptr<ICastSession> &castSession) = 0;
|
H A D | cast_session_manager.h | 54 int32_t GetCastSession(std::string sessionId, std::shared_ptr<ICastSession> &castSession);
|
/foundation/CastEngine/castengine_cast_framework/common/include/private/ |
H A D | i_cast_session_manager_service.h | 50 virtual int32_t GetCastSession(std::string sessionId, sptr<ICastSessionImpl> &castSession) = 0;
|
/foundation/CastEngine/castengine_cast_framework/interfaces/kits/js/include/ |
H A D | napi_cast_session.h | 51 std::shared_ptr<ICastSession> GetCastSession() in GetCastSession() function in OHOS::CastEngine::CastEngineClient::NapiCastSession
|
/foundation/CastEngine/castengine_cast_framework/service/include/ |
H A D | cast_session_manager_service.h | 57 int32_t GetCastSession(std::string sessionId, sptr<ICastSessionImpl> &castSession) override;
|