/foundation/arkui/ace_engine/test/unittest/core/pattern/stage/ |
H A D | stage_test_ng.cpp | 276 * @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 D | cj_page_router.h | 57 void PopPage(const std::string& params, bool needShowNext, bool needTransition) override;
|
H A D | cj_page_router_ng.h | 75 void PopPage(const std::string& params, bool needShowNext, bool needTransition) override;
|
H A D | cj_page_router_abstract.h | 101 virtual void PopPage(const std::string& params, bool needShowNext, bool needTransition) = 0;
|
H A D | cj_page_router_ng.cpp | 377 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 D | cj_page_router.cpp | 237 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 D | stage_manager.h | 43 virtual bool PopPage(bool needShowNext = true, bool needTransition = true);
|
H A D | stage_manager.cpp | 307 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 D | page_router_manager.cpp | 1210 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 D | page_router_manager.h | 269 void PopPage(const std::string& params, bool needShowNext, bool needTransition, bool needReplaceParams = true);
|
/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/ |
H A D | plugin_frontend_delegate.cpp | 543 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 D | plugin_frontend_delegate.h | 268 void PopPage();
|
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/ |
H A D | frontend_delegate_impl.cpp | 494 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 D | frontend_delegate_impl.h | 378 void PopPage();
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ |
H A D | frontend_delegate_declarative.h | 391 void PopPage();
|
H A D | frontend_delegate_declarative.cpp | 1402 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 D | pipeline_context.h | 144 void PopPage();
|
H A D | pipeline_context.cpp | 1148 void PipelineContext::PopPage() in PopPage() function in OHOS::Ace::PipelineContext
|