Home
last modified time | relevance | path

Searched refs:PopToPage (Results 1 - 11 of 11) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components/stage/
H A Dstage_element.h37 void PopToPage(int32_t pageId);
H A Dstage_element.cpp191 void StageElement::PopToPage(int32_t pageId) in PopToPage() function in OHOS::Ace::StageElement
/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/
H A Dplugin_frontend_delegate.h266 void PopToPage(const std::string& url);
H A Dplugin_frontend_delegate.cpp758 PopToPage(pagePath); in BackWithTarget()
1295 void PluginFrontendDelegate::PopToPage(const std::string& url) in PopToPage() function in OHOS::Ace::Framework::PluginFrontendDelegate
1321 pipelineContext->PopToPage(pageId); in PopToPage()
/foundation/arkui/ace_engine/test/unittest/core/pattern/plugin/mock/
H A Dmock_plugin_frontend_delegate.cpp310 void PluginFrontendDelegate::PopToPage(const std::string& url) {} in PopToPage() function in OHOS::Ace::Framework::PluginFrontendDelegate
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Dfrontend_delegate_impl.h376 void PopToPage(const std::string& url);
H A Dfrontend_delegate_impl.cpp711 PopToPage(pagePath); in BackImplement()
1471 void FrontendDelegateImpl::PopToPage(const std::string& url) in PopToPage() function in OHOS::Ace::Framework::FrontendDelegateImpl
1499 pipelineContext->PopToPage(pageId); in PopToPage()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Dfrontend_delegate_declarative.h389 void PopToPage(const std::string& url);
H A Dfrontend_delegate_declarative.cpp1416 PopToPage(pagePath); in StartBack()
2532 void FrontendDelegateDeclarative::PopToPage(const std::string& url) in PopToPage() function in OHOS::Ace::Framework::FrontendDelegateDeclarative
2563 pipelineContext->PopToPage(pageId); in PopToPage()
/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_context.h146 void PopToPage(int32_t pageId);
H A Dpipeline_context.cpp1163 void PipelineContext::PopToPage(int32_t pageId) in PopToPage() function in OHOS::Ace::PipelineContext
1168 stageElement->PopToPage(pageId); in PopToPage()

Completed in 25 milliseconds