Home
last modified time | relevance | path

Searched refs:PopPage (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/stage/
H A Dstage_test_ng.cpp303 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 Dcj_page_router_ng.cpp382 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 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.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
/ohos5.0/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.cpp321 bool StageManager::PopPage(bool needShowNext, bool needTransition) in PopPage() function in OHOS::Ace::NG::StageManager
/ohos5.0/foundation/resourceschedule/resource_schedule_service/
H A DResource_Schedule_Service_Process_Management_Specifications_ZH.md264 | RES_TYPE_POP_PAGE | ace pipeline_context.cpp::PopPage(); | 无 |{"pid"=?,"u…
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H A Dpage_router_manager.cpp1240 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 Dpage_router_manager.h272 …void PopPage(const std::string& params, bool needShowNext, bool needTransition, bool needReplacePa…
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/
H A Dplugin_frontend_delegate.cpp559 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 Dplugin_frontend_delegate.h268 void PopPage();
/ohos5.0/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();
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Dfrontend_delegate_declarative.h390 void PopPage();
H A Dfrontend_delegate_declarative.cpp1427 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 Dpipeline_context.h144 void PopPage();
H A Dpipeline_context.cpp1157 void PipelineContext::PopPage() in PopPage() function in OHOS::Ace::PipelineContext