Home
last modified time | relevance | path

Searched refs:PopPage (Results 1 - 18 of 18) sorted by relevance

/foundation/arkui/ace_engine/test/unittest/core/pattern/stage/
H A Dstage_test_ng.cpp276 * @tc.desc: Testing PushPage and PopPage Function of StageManager work correctly.
300 * @tc.steps: step3. PopPage. in HWTEST_F()
303 EXPECT_FALSE(stageManager.PopPage()); in HWTEST_F()
329 * @tc.steps: step7. PopPage with different parameters. in HWTEST_F()
332 stageManager.PopPage(false, false); in HWTEST_F()
334 stageManager.PopPage(false, false); in HWTEST_F()
338 stageManager.PopPage(false, false); in HWTEST_F()
526 * @tc.desc: Testing PushPage and PopPage Function of StageManager work correctly.
589 * @tc.desc: Testing PushPage and PopPage Function of StageManager work correctly.
613 * @tc.steps: step3. PopPage in HWTEST_F()
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/frontend/
H A Dcj_page_router.h57 void PopPage(const std::string& params, bool needShowNext, bool needTransition) override;
H A Dcj_page_router_ng.h75 void PopPage(const std::string& params, bool needShowNext, bool needTransition) override;
H A Dcj_page_router_abstract.h101 virtual void PopPage(const std::string& params, bool needShowNext, bool needTransition) = 0;
H A Dcj_page_router_ng.cpp377 PopPage("", false, false); in StartReplace()
402 PopPage(params, true, true); in StartBack()
542 void CJPageRouterNG::PopPage(const std::string& params, bool needShowNext, bool needTransition) in PopPage() function in OHOS::Ace::Framework::CJPageRouterNG
662 return stageManager->PopPage(needShowNext, needTransition); in OnPopPage()
H A Dcj_page_router.cpp237 PopPage("", false, false); in StartReplace()
278 void CJPageRouter::PopPage(const std::string& params, bool needShowNext, bool needTransition) in PopPage() function in OHOS::Ace::Framework::CJPageRouter
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stage/
H A Dstage_manager.h43 virtual bool PopPage(bool needShowNext = true, bool needTransition = true);
H A Dstage_manager.cpp307 bool StageManager::PopPage(bool needShowNext, bool needTransition) in PopPage() function in OHOS::Ace::NG::StageManager
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H A Dpage_router_manager.cpp1210 PopPage("", false, false); in ReplaceOhmUrl()
1290 TAG_LOGI(AceLogTag::ACE_ROUTER, "Router back start PopPage"); in StartBack()
1291 PopPage(target.params, true, true); in StartBack()
1727 mgr->PopPage("", true, needTransition, false); in RestorePageWithTargetInner()
1822 void PageRouterManager::PopPage( in PopPage() function in OHOS::Ace::NG::PageRouterManager
1927 return stageManager->PopPage(needShowNext, needTransition); in OnPopPage()
1990 PopPage("", false, false); in DealReplacePage()
2125 PopPage("", false, false); in ReplacePageInNewLifecycle()
H A Dpage_router_manager.h269 void PopPage(const std::string& params, bool needShowNext, bool needTransition, bool needReplaceParams = true);
/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/
H A Dplugin_frontend_delegate.cpp543 PopPage(); in CallPopPage()
749 PopPage(); in BackWithTarget()
1352 void PluginFrontendDelegate::PopPage() in PopPage() function in OHOS::Ace::Framework::PluginFrontendDelegate
1385 pipelineContext->PopPage(); in PopPage()
H A Dplugin_frontend_delegate.h268 void PopPage();
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Dfrontend_delegate_impl.cpp494 PopPage(); in CallPopPage()
702 PopPage(); in BackImplement()
1537 void FrontendDelegateImpl::PopPage() in PopPage() function in OHOS::Ace::Framework::FrontendDelegateImpl
1572 pipelineContext->PopPage(); in PopPage()
H A Dfrontend_delegate_impl.h378 void PopPage();
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Dfrontend_delegate_declarative.h391 void PopPage();
H A Dfrontend_delegate_declarative.cpp1402 PopPage(); in StartBack()
2616 void FrontendDelegateDeclarative::PopPage() in PopPage() function in OHOS::Ace::Framework::FrontendDelegateDeclarative
2654 pipelineContext->PopPage(); in PopPage()
/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_context.h144 void PopPage();
H A Dpipeline_context.cpp1148 void PipelineContext::PopPage() in PopPage() function in OHOS::Ace::PipelineContext

Completed in 32 milliseconds