Home
last modified time | relevance | path

Searched refs:CanReplacePage (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/stage/
H A Dstage_element.h44 bool CanReplacePage();
H A Dstage_element.cpp208 bool StageElement::CanReplacePage() in CanReplacePage() function in OHOS::Ace::StageElement
227 if (!CanReplacePage()) { in Replace()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_context.h156 bool CanReplacePage();
H A Dpipeline_context.cpp1190 bool PipelineContext::CanReplacePage() in CanReplacePage() function in OHOS::Ace::PipelineContext
1193 return stageElement && stageElement->CanReplacePage(); in CanReplacePage()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Dfrontend_delegate_declarative.cpp2814 if (pipelineContext->CanReplacePage()) { in ReplacePage()
2883 if (stageElement->CanReplacePage()) { in ReplacePageInSubStage()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/
H A Dplugin_frontend_delegate.cpp1492 if (pipelineContext->CanReplacePage()) { in ReplacePage()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Dfrontend_delegate_impl.cpp1692 if (pipelineContext->CanReplacePage()) { in ReplacePage()