Home
last modified time | relevance | path

Searched refs:CreateMirrorPlayer (Results 1 - 14 of 14) sorted by relevance

/foundation/CastEngine/castengine_cast_framework/client/src/
H A Dcast_session.cpp107 int32_t CastSession::CreateMirrorPlayer(std::shared_ptr<IMirrorPlayer> &mirrorPlayer) in CreateMirrorPlayer() function in OHOS::CastEngine::CastEngineClient::CastSession
114 int32_t ret = proxy_->CreateMirrorPlayer(impl); in CreateMirrorPlayer()
H A Dcast_session_impl_proxy.cpp250 int32_t CastSessionImplProxy::CreateMirrorPlayer(sptr<IMirrorPlayerImpl> &mirrorPlayer) in CreateMirrorPlayer() function in OHOS::CastEngine::CastEngineClient::CastSessionImplProxy
/foundation/CastEngine/castengine_cast_framework/client/include/
H A Dcast_session_impl_proxy.h43 int32_t CreateMirrorPlayer(sptr<IMirrorPlayerImpl> &mirrorPlayer) override;
H A Dcast_session.h43 int32_t CreateMirrorPlayer(std::shared_ptr<IMirrorPlayer> &mirrorPlayer) override;
/foundation/CastEngine/castengine_cast_framework/interfaces/inner_api/include/
H A Di_cast_session.h59 virtual int32_t CreateMirrorPlayer(std::shared_ptr<IMirrorPlayer> &mirrorPlayer) = 0;
/foundation/CastEngine/castengine_cast_framework/common/include/private/
H A Di_cast_session_impl.h56 virtual int32_t CreateMirrorPlayer(sptr<IMirrorPlayerImpl> &mirrorPlayer) = 0;
/foundation/CastEngine/castengine_cast_framework/interfaces/kits/js/include/
H A Dnapi_cast_session.h69 static napi_value CreateMirrorPlayer(napi_env env, napi_callback_info info);
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/
H A Dcast_session_impl_stub.cpp209 int32_t ret = CreateMirrorPlayer(mirrorPlayerStub); in DoCreateMirrorPlayer()
221 CLOGI("CreateMirrorPlayer"); in DoCreateMirrorPlayer()
H A Dcast_session_impl.cpp296 int32_t CastSessionImpl::CreateMirrorPlayer(sptr<IMirrorPlayerImpl> &mirrorPlayer) in CreateMirrorPlayer() function in OHOS::CastEngine::CastEngineService::CastSessionImpl
/foundation/CastEngine/castengine_cast_plus_stream/src/
H A Dcast_session_impl_stub.cpp209 int32_t ret = CreateMirrorPlayer(mirrorPlayerStub); in DoCreateMirrorPlayer()
221 CLOGI("CreateMirrorPlayer"); in DoCreateMirrorPlayer()
H A Dcast_session_impl.cpp296 int32_t CastSessionImpl::CreateMirrorPlayer(sptr<IMirrorPlayerImpl> &mirrorPlayer) in CreateMirrorPlayer() function in OHOS::CastEngine::CastEngineService::CastSessionImpl
/foundation/CastEngine/castengine_cast_framework/interfaces/kits/js/src/
H A Dnapi_cast_session.cpp60 DECLARE_NAPI_FUNCTION("createMirrorPlayer", CreateMirrorPlayer), in DefineCastSessionJSClass()
490 napi_value NapiCastSession::CreateMirrorPlayer(napi_env env, napi_callback_info info) in CreateMirrorPlayer() function in OHOS::CastEngine::CastEngineClient::NapiCastSession
510 int32_t ret = castSession->CreateMirrorPlayer(napiAsyntask->player_); in CreateMirrorPlayer()
513 napiAsyntask->errMessage = "CreateMirrorPlayer failed : no permission"; in CreateMirrorPlayer()
515 napiAsyntask->errMessage = "CreateMirrorPlayer failed : native server exception"; in CreateMirrorPlayer()
528 return NapiAsyncWork::Enqueue(env, napiAsyntask, "CreateMirrorPlayer", executor, complete); in CreateMirrorPlayer()
/foundation/CastEngine/castengine_cast_framework/service/src/session/include/
H A Dcast_session_impl_class.h74 int32_t CreateMirrorPlayer(sptr<IMirrorPlayerImpl> &mirrorPlayer) override;
/foundation/CastEngine/castengine_cast_plus_stream/include/
H A Dcast_session_impl_class.h74 int32_t CreateMirrorPlayer(sptr<IMirrorPlayerImpl> &mirrorPlayer) override;

Completed in 10 milliseconds