Home
last modified time | relevance | path

Searched refs:isFormRender_ (Results 1 - 16 of 16) sorted by relevance

/foundation/arkui/ace_engine/test/mock/core/common/
H A Dmock_container.h54 isFormRender_ = isFormRender;
59 return isFormRender_;
109 bool isFormRender_ = false; member in OHOS::Ace::final
/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/
H A Dform_frontend_declarative.h108 isFormRender_ = isCardfront; in SetIsFormRender()
113 return isFormRender_; in IsFormRender()
/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Djs_module_reader.cpp36 : JsModuleSearcher(bundleName), isFormRender_(isFormRender) in JsModuleReader()
82 if (isFormRender_) { in GetAppHspPath()
H A Djs_module_reader.h58 bool isFormRender_ = false; member in OHOS::AbilityRuntime::final
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_container.h361 return isFormRender_;
508 isFormRender_ = isFormRender;
765 bool isFormRender_ = false; member in OHOS::OHOS::OHOS::Ace::Platform::AceContainer
H A Dui_content_impl.cpp734 : runtime_(runtime), isFormRender_(isCard) in UIContentImpl()
800 if (isFormRender_ && !window) { in InitializeInner()
829 if (isFormRender_ && !window) { in PreInitializeForm()
1012 if (!isFormRender_) { in CommonInitializeForm()
1096 if (isFormRender_) { in CommonInitializeForm()
1229 container->SetIsFormRender(isFormRender_); in CommonInitializeForm()
1232 container->SetIsFRSCardContainer(isFormRender_); in CommonInitializeForm()
1287 } else if (isFormRender_) { in CommonInitializeForm()
1299 if (!isFormRender_) { in CommonInitializeForm()
1317 if (isFormRender_ in CommonInitializeForm()
[all...]
H A Dace_container.cpp398 if (isFormRender_) { in InitializeFrontend()
1035 if (!isFormRender_) { in InitDragEventCallback()
1136 if (container->isFormRender_) { in SetViewNew()
2021 if (isFormRender_) { in AttachView()
2022 pipelineContext_->SetIsFormRender(isFormRender_); in AttachView()
2040 if (isFormRender_) { in AttachView()
2171 if (jsEngine && !isFormRender_) { in AttachView()
2424 if (!isFormRender_ && !bundle.empty() && !module.empty()) { in GetAbilityContextByModule()
2438 return isFormRender_ ? nullptr : context->CreateModuleContext(bundle, module); in GetAbilityContextByModule()
2462 if (isFormRender_) { in CheckAndSetFontFamily()
[all...]
H A Dui_content_impl.h404 bool isFormRender_ = false; member in OHOS::OHOS::Ace::UIContentImpl
/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_base.h672 if (isJsCard_ || isFormRender_) { in GetDraggable()
736 isFormRender_ = isEtsCard; in SetIsFormRender()
741 return isFormRender_; in IsFormRender()
1495 bool isFormRender_ = false; member in OHOS::OHOS::Ace::PipelineBase
H A Dpipeline_base.cpp243 if ((isJsCard_ || (isFormRender_ && !isDynamicRender_)) && GreatOrEqual(fontScale_, CARD_MAX_FONT_SCALE)) { in SetFontScale()
/foundation/arkui/ace_engine/test/unittest/core/pipeline/
H A Dpipeline_context_test_ng_new.cpp1518 * @tc.step1: Set pipelineContext attribute isFormRender_ and renderingMode_. in HWTEST_F()
1521 context_->isFormRender_ = false; in HWTEST_F()
1537 * @tc.step1: Set pipelineContext attribute isFormRender_ and renderingMode_. in HWTEST_F()
1540 context_->isFormRender_ = true; in HWTEST_F()
1556 * @tc.step1: Set pipelineContext attribute isFormRender_ and renderingMode_. in HWTEST_F()
1559 context_->isFormRender_ = true; in HWTEST_F()
1575 * @tc.step1: Set pipelineContext attribute isFormRender_ and renderingMode_. in HWTEST_F()
1578 context_->isFormRender_ = false; in HWTEST_F()
1592 * @tc.step1: Set pipelineContext attribute isFormRender_ and renderingMode_. in HWTEST_F()
1595 context_->isFormRender_ in HWTEST_F()
[all...]
/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Dui_content_impl.h198 bool isFormRender_ = false; member in OHOS::Ace::UIContentImpl
H A Dui_content_impl.cpp280 : instanceId_(ACE_INSTANCE_ID), runtime_(runtime), isFormRender_(isCard) in UIContentImpl()
282 LOGI("The constructor is used to support ets card, isFormRender_ = %{public}d", isFormRender_); in UIContentImpl()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Ddeclarative_frontend.h252 bool isFormRender_ = false; member in OHOS::Ace::DeclarativeFrontend
H A Ddeclarative_frontend.cpp492 if (isFormRender_) { in Initialize()
678 if (isFormRender_) { in Initialize()
/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.cpp869 if (isFormRender_ && drawDelegate_ && rootNode_) { in FlushVsync()
927 if ((!isFormRender_) || isDynamicRender) { in FlushVsync()
1404 if (!IsJsCard() && !isFormRender_) { in SetupRootElement()
5149 if (!isFormRender_ || (renderingMode_ != RENDERING_SINGLE_COLOR)) { in CheckNeedUpdateBackgroundColor()
5158 if (!isFormRender_ || (renderingMode_ != RENDERING_SINGLE_COLOR)) { in CheckNeedDisableUpdateBackgroundImage()
5487 if (!isFormRender_ && !taskExecutor_->WillRunOnCurrentThread(OHOS::Ace::TaskExecutor::TaskType::UI)) { in CheckThreadSafe()

Completed in 33 milliseconds