Home
last modified time | relevance | path

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

/foundation/CastEngine/castengine_cast_framework/client/src/
H A Dcast_session_manager_adaptor.cpp81 int32_t CastSessionManagerAdaptor::CreateCastSession(const CastSessionProperty &property, in CreateCastSession() function in OHOS::CastEngine::CastEngineClient::CastSessionManagerAdaptor
89 int32_t ret = proxy_->CreateCastSession(property, impl); in CreateCastSession()
H A Dcast_session_manager.cpp153 int32_t CastSessionManager::CreateCastSession(const CastSessionProperty &property, in CreateCastSession() function in OHOS::CastEngine::CastEngineClient::CastSessionManager
158 return adaptor ? adaptor->CreateCastSession(property, castSession) : CAST_ENGINE_ERROR; in CreateCastSession()
H A Dcast_session_manager_service_proxy.cpp125 int32_t CastSessionManagerServiceProxy::CreateCastSession(const CastSessionProperty &property, in CreateCastSession() function in OHOS::CastEngine::CastEngineClient::CastSessionManagerServiceProxy
/foundation/CastEngine/castengine_cast_framework/client/include/
H A Dcast_session_manager_service_proxy.h39 int32_t CreateCastSession(const CastSessionProperty &property, sptr<ICastSessionImpl> &castSession) override;
H A Dcast_session_manager_adaptor.h45 int32_t CreateCastSession(const CastSessionProperty &property, std::shared_ptr<ICastSession> &castSession) override;
/foundation/CastEngine/castengine_cast_framework/interfaces/inner_api/include/
H A Di_cast_session_manager_adaptor.h45 virtual int32_t CreateCastSession(const CastSessionProperty &property,
H A Dcast_session_manager.h47 int32_t CreateCastSession(const CastSessionProperty &property, std::shared_ptr<ICastSession> &castSession);
/foundation/CastEngine/castengine_cast_framework/common/include/private/
H A Di_cast_session_manager_service.h45 virtual int32_t CreateCastSession(const CastSessionProperty &property, sptr<ICastSessionImpl> &castSession) = 0;
/foundation/CastEngine/castengine_cast_framework/interfaces/kits/js/include/
H A Dnapi_cast_session_manager.h48 static napi_value CreateCastSession(napi_env env, napi_callback_info info);
/foundation/CastEngine/castengine_cast_framework/interfaces/kits/js/src/
H A Dnapi_cast_session_manager.cpp58 DECLARE_NAPI_FUNCTION("createCastSession", CreateCastSession), in Init()
183 napi_value NapiCastSessionManager::CreateCastSession(napi_env env, napi_callback_info info) in CreateCastSession() function in OHOS::CastEngine::CastEngineClient::NapiCastSessionManager
209 CastSessionManager::GetInstance().CreateCastSession(napiAsyntask->property_, napiAsyntask->session_); in CreateCastSession()
212 napiAsyntask->errMessage = "CreateCastSession failed : no permission"; in CreateCastSession()
214 napiAsyntask->errMessage = "CreateCastSession failed : invalid parameters"; in CreateCastSession()
216 napiAsyntask->errMessage = "CreateCastSession failed : native server exception"; in CreateCastSession()
229 return NapiAsyncWork::Enqueue(env, napiAsyntask, "CreateCastSession", executor, complete); in CreateCastSession()
/foundation/CastEngine/castengine_cast_framework/service/include/
H A Dcast_session_manager_service.h51 int32_t CreateCastSession(const CastSessionProperty &property, sptr<ICastSessionImpl> &castSession) override;
/foundation/CastEngine/castengine_cast_framework/service/src/
H A Dcast_session_manager_service_stub.cpp139 int32_t ret = CreateCastSession(*property, sessionStub); in DoCreateCastSessionTask()
H A Dcast_session_manager_service.cpp229 service->CreateCastSession({}, session);
456 int32_t CastSessionManagerService::CreateCastSession(const CastSessionProperty &property, in CreateCastSession() function in OHOS::CastEngine::CastEngineService::CastSessionManagerService
463 CLOGD("CreateCastSession in, protocol:%{public}d, endType:%{public}d.", property.protocolType, property.endType); in CreateCastSession()
491 CLOGD("CreateCastSession success, session(%{public}d) count:%{public}zu", in CreateCastSession()
/foundation/multimedia/av_session/services/session/server/
H A Dhw_cast_provider.cpp117 int ret = CastSessionManager::GetInstance().CreateCastSession(property, castSession); in StartCastSession()
/foundation/multimedia/av_session/services/session/server/test/
H A Dhw_cast_stream_player_test.cpp67 CastSessionManager::GetInstance().CreateCastSession(property, session); in CreateSession()

Completed in 7 milliseconds