Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/core/components/form/
H A Dsub_container.h175 FrontendType cardType_ = FrontendType::JS_CARD;
176 FrontendType uiSyntax_ = FrontendType::JS_CARD;
H A Dsub_container.cpp180 } else if (cardType_ == FrontendType::JS_CARD) { in RunCard()
316 } else if (cardType_ == FrontendType::JS_CARD) { in RunCard()
/foundation/arkui/ace_engine/frameworks/core/components/checkable/
H A Drender_radio.cpp135 if (context && context->GetFrontend() && context->GetFrontendType() == FrontendType::JS_CARD) { in UpdateGroupValue()
/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Dace_container.cpp194 } else if (type_ == FrontendType::JS_CARD) { in InitializeFrontend()
522 if ((type == FrontendType::JS) || (type == FrontendType::DECLARATIVE_JS) || (type == FrontendType::JS_CARD) || in RunPage()
867 pipelineContext->SetIsJsCard(type_ == FrontendType::JS_CARD); in AttachView()
980 pipelineContext_->SetIsJsCard(type_ == FrontendType::JS_CARD); in AttachView()
H A Dace_ability.cpp223 LOGI("CreateContainer with JS_CARD frontend"); in AceAbility()
224 AceContainer::CreateContainer(ACE_INSTANCE_ID, FrontendType::JS_CARD, false); in AceAbility()
/foundation/arkui/ace_engine/frameworks/core/common/
H A Dfrontend.h79 enum class FrontendType { JSON, JS, JS_CARD, DECLARATIVE_JS, JS_PLUGIN, ETS_CARD, DECLARATIVE_CJ }; member in OHOS::Ace::FrontendType
/foundation/arkui/ace_engine/test/unittest/core/pattern/form/
H A Dform_node_test.cpp120 FrontendType uiSyntaxBak = FrontendType::JS_CARD; in HWTEST_F()
H A Dform_test_ng.cpp561 * match the cardType whith this JS_CARD. in HWTEST_F()
578 subContainer->cardType_ = FrontendType::JS_CARD; in HWTEST_F()
H A Dform_pattern_test.cpp1764 subContainer->cardType_ = FrontendType::JS_CARD; in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components/form/resource/
H A Dform_manager_delegate.cpp956 OHOS::Ace::FrontendType type = OHOS::Ace::FrontendType::JS_CARD; in ProcessFormUpdate()
960 OHOS::Ace::FrontendType uiSyntax = OHOS::Ace::FrontendType::JS_CARD; in ProcessFormUpdate()
/foundation/arkui/ace_engine/frameworks/core/components/image/
H A Drosen_render_image.cpp378 bool syncMode = (context->IsBuildingFirstPage() && frontend->GetType() == FrontendType::JS_CARD && in FetchImageObject()
1494 bool syncMode = context->IsBuildingFirstPage() && frontend->GetType() == FrontendType::JS_CARD &&
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_ability.cpp68 return FrontendType::JS_CARD; in GetFrontendType()
H A Dace_container.cpp392 } else if (type_ == FrontendType::JS_CARD) { in InitializeFrontend()
1999 } else if (type_ != FrontendType::JS_CARD) { in AttachView()
/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_context.cpp107 if (frontend->GetType() == FrontendType::JS_CARD) { in PipelineContext()
1538 if (frontEnd && (frontEnd->GetType() == FrontendType::JS_CARD)) { in OnTouchEvent()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/form/
H A Dform_pattern.cpp1568 subContainer->GetCardType() == FrontendType::JS_CARD) { in CreateCardContainer()

Completed in 30 milliseconds