Home
last modified time | relevance | path

Searched refs:SetIsJsCard (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pipeline/
H A Dpipeline_context_test_ng.cpp385 context_->SetIsJsCard(true);
395 context_->SetIsJsCard(false);
419 context_->SetIsJsCard(true);
427 context_->SetIsJsCard(false);
1663 context_->SetIsJsCard(true);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/form/
H A Dsub_container.cpp230 pipelineContext_->SetIsJsCard(true); // JSCard & eTSCard both use this flag in RunCard()
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Dace_container.cpp867 pipelineContext->SetIsJsCard(type_ == FrontendType::JS_CARD); in AttachView()
980 pipelineContext_->SetIsJsCard(type_ == FrontendType::JS_CARD); in AttachView()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_base.h730 void SetIsJsCard(bool isJsCard) in SetIsJsCard() function