Home
last modified time | relevance | path

Searched refs:SetIsFormRender (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/image_animator/
H A Dimage_animator_test_ng.cpp434 pipeline->SetIsFormRender(true);
997 pipeline->SetIsFormRender(true);
1005 pipeline->SetIsFormRender(true);
1012 pipeline->SetIsFormRender(true);
1038 pipeline->SetIsFormRender(true);
1063 pipeline->SetIsFormRender(true);
1097 pipeline->SetIsFormRender(true);
1124 pipeline->SetIsFormRender(false);
1126 pipeline->SetIsFormRender(true);
1238 pipeline->SetIsFormRender(true);
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/common/
H A Dmock_container.h52 void SetIsFormRender(bool isFormRender) override in SetIsFormRender() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/
H A Dform_frontend_declarative.h106 void SetIsFormRender(bool isCardfront) in SetIsFormRender() function
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_clock/
H A Dtext_clock_pattern_test_ng.cpp158 pipeline->SetIsFormRender(true);
H A Dtext_clock_test_ng.cpp653 pipeline->SetIsFormRender(true);
687 pipeline->SetIsFormRender(false);
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pipeline/
H A Dpipeline_context_test_ng.cpp189 context_->SetIsFormRender(false);
242 context_->SetIsFormRender(true);
1665 MockContainer::Current()->SetIsFormRender(true);
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/loading_progress/
H A Dloading_progress_test_ng.cpp383 context->SetIsFormRender(true);
663 MockPipelineContext::GetCurrent()->SetIsFormRender(true);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Dcontainer.h264 virtual void SetIsFormRender(bool isFormRender) {}; in SetIsFormRender() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/form/
H A Dsub_container.cpp232 pipelineContext_->SetIsFormRender(true); // only eTSCard use this flag in RunCard()
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Dace_container.cpp205 cardFrontend->SetIsFormRender(true); in InitializeFrontend()
991 pipelineContext_->SetIsFormRender(true); in AttachView()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_container.h507 void SetIsFormRender(bool isFormRender) override in SetIsFormRender() function
H A Dace_container.cpp425 cardFrontend->SetIsFormRender(true); in InitializeFrontend()
2027 pipelineContext_->SetIsFormRender(isFormRender_); in AttachView()
H A Dui_content_impl.cpp1281 container->SetIsFormRender(isFormRender_); in CommonInitializeForm()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_base.h755 void SetIsFormRender(bool isEtsCard) in SetIsFormRender() function
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/marquee/
H A Dmarquee_test_ng.cpp1412 MockPipelineContext::GetCurrent()->SetIsFormRender(true);
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/image/
H A Dimage_testthree_ng.cpp1730 pipeline->SetIsFormRender(true); in ImagePatternMethods01()