/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/stage/ |
H A D | stage_test_ng.cpp | 303 EXPECT_FALSE(stageManager.PopPage()); 332 stageManager.PopPage(false, false); 334 stageManager.PopPage(false, false); 338 stageManager.PopPage(false, false); 616 EXPECT_FALSE(stageManager.PopPage()); 645 bool bResult = stageManager.PopPage(true, true); 679 EXPECT_FALSE(stageManager.PopPage()); 708 bool bResult = stageManager.PopPage(true, true); 712 stageManager.PopPage(true, false); 745 EXPECT_FALSE(stageManager.PopPage()); [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/frontend/ |
H A D | cj_page_router_ng.cpp | 382 PopPage("", false, false); in StartReplace() 407 PopPage(params, true, true); in StartBack() 547 void CJPageRouterNG::PopPage(const std::string& params, bool needShowNext, bool needTransition) in PopPage() function in OHOS::Ace::Framework::CJPageRouterNG 667 return stageManager->PopPage(needShowNext, needTransition); in OnPopPage()
|
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.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
|
/ohos5.0/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 | 321 bool StageManager::PopPage(bool needShowNext, bool needTransition) in PopPage() function in OHOS::Ace::NG::StageManager
|
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ |
H A D | Resource_Schedule_Service_Process_Management_Specifications_ZH.md | 264 | RES_TYPE_POP_PAGE | ace pipeline_context.cpp::PopPage(); | 无 |{"pid"=?,"u…
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/ |
H A D | page_router_manager.cpp | 1240 PopPage("", false, false); in ReplaceOhmUrl() 1321 PopPage(target.params, true, true); in StartBack() 1759 mgr->PopPage("", true, needTransition, false); in RestorePageWithTargetInner() 1854 void PageRouterManager::PopPage( in PopPage() function in OHOS::Ace::NG::PageRouterManager 1959 return stageManager->PopPage(needShowNext, needTransition); in OnPopPage() 2022 PopPage("", false, false); in DealReplacePage() 2159 PopPage("", false, false); in ReplacePageInNewLifecycle()
|
H A D | page_router_manager.h | 272 …void PopPage(const std::string& params, bool needShowNext, bool needTransition, bool needReplacePa…
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/ |
H A D | plugin_frontend_delegate.cpp | 559 PopPage(); in CallPopPage() 765 PopPage(); in BackWithTarget() 1368 void PluginFrontendDelegate::PopPage() in PopPage() function in OHOS::Ace::Framework::PluginFrontendDelegate 1401 pipelineContext->PopPage(); in PopPage()
|
H A D | plugin_frontend_delegate.h | 268 void PopPage();
|
/ohos5.0/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();
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ |
H A D | frontend_delegate_declarative.h | 390 void PopPage();
|
H A D | frontend_delegate_declarative.cpp | 1427 PopPage(); in StartBack() 2612 void FrontendDelegateDeclarative::PopPage() in PopPage() function in OHOS::Ace::Framework::FrontendDelegateDeclarative 2650 pipelineContext->PopPage(); in PopPage()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/ |
H A D | pipeline_context.h | 144 void PopPage();
|
H A D | pipeline_context.cpp | 1157 void PipelineContext::PopPage() in PopPage() function in OHOS::Ace::PipelineContext
|