/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. 309 EXPECT_TRUE(stageManager.PushPage(firstNode)); in HWTEST_F() 315 stageManager.PushPage(secondNode, false, false); in HWTEST_F() 316 stageManager.PushPage(thirdNode, true, false); in HWTEST_F() 318 stageManager.PushPage(fourthNode, false, true); in HWTEST_F() 325 stageManager.PushPage(secondNode); in HWTEST_F() 373 stageManager.PushPage(firstNode); in HWTEST_F() 380 stageManager.PushPage(secondNode); in HWTEST_F() 387 stageManager.PushPage(thirdNode); in HWTEST_F() 388 stageManager.PushPage(fourthNod in HWTEST_F() [all...] |
/foundation/arkui/ace_engine/frameworks/core/components/stage/ |
H A D | stage_element.h | 35 virtual void PushPage(const RefPtr<Component>& newComponent); 122 void PushPage(const RefPtr<Component>& newComponent) override;
|
H A D | stage_element.cpp | 144 void StageElement::PushPage(const RefPtr<Component>& newComponent) in PushPage() function in OHOS::Ace::StageElement 828 void SectionStageElement::PushPage(const RefPtr<Component>& newComponent) in PushPage() function in OHOS::Ace::SectionStageElement 841 StageElement::PushPage(newComponent); in AddAsOnlyPage()
|
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/router/ |
H A D | cj_router_ffi.cpp | 35 frontend->PushPage(url, param); in FfiOHOSAceFrameworkRouterPush()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stage/ |
H A D | stage_manager.h | 40 // PushUrl and ReplaceUrl both use PushPage function 41 virtual bool PushPage(const RefPtr<FrameNode>& node, bool needHideLast = true, bool needTransition = true);
|
H A D | stage_manager.cpp | 163 bool StageManager::PushPage(const RefPtr<FrameNode>& node, bool needHideLast, bool needTransition) in PushPage() function in OHOS::Ace::NG::StageManager
|
/foundation/arkui/ace_engine/test/mock/core/common/ |
H A D | mock_frontend.h | 39 MOCK_METHOD(void, PushPage, (const std::string& url, const std::string& params), (override));
|
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/frontend/ |
H A D | cj_frontend_abstract.cpp | 114 PushPage(target.url, params); in NavigatePage() 187 void CJFrontendAbstract::PushPage(const std::string& url, const std::string& params) in PushPage() function in OHOS::Ace::CJFrontendAbstract
|
H A D | cj_frontend_abstract.h | 59 void PushPage(const std::string& url, const std::string& params) override;
|
H A D | cj_page_router.cpp | 456 pipelineContext->PushPage(page->BuildPage(url), page->GetStageElement()); in OnPageReady()
|
H A D | cj_page_router_ng.cpp | 650 return stageManager->PushPage(pageNode, needHideLast, needTransition); in OnPageReady()
|
/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/ |
H A D | card_frontend_declarative.cpp | 169 pipelineContext->PushPage(page->BuildPage(page->GetUrl())); in OnPageLoaded()
|
H A D | card_frontend.h | 58 void PushPage(const std::string& url, const std::string& params) override {}
|
H A D | card_frontend.cpp | 246 pipelineContext->PushPage(page->BuildPage(page->GetUrl())); in OnPageLoaded()
|
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/ |
H A D | js_frontend.h | 60 void PushPage(const std::string& url, const std::string& params) override;
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/ |
H A D | declarative_frontend_ng.h | 54 void PushPage(const std::string& url, const std::string& params) override;
|
H A D | declarative_frontend_ng.cpp | 421 void DeclarativeFrontendNG::PushPage(const std::string& url, const std::string& params) in PushPage() function in OHOS::Ace::DeclarativeFrontendNG
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/plugin/mock/ |
H A D | mock_plugin_frontend.cpp | 39 void PluginFrontend::PushPage(const std::string& url, const std::string& params) {} in PushPage() function in OHOS::Ace::PluginFrontend
|
/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/ |
H A D | plugin_frontend.h | 60 void PushPage(const std::string& url, const std::string& params) override;
|
H A D | plugin_frontend.cpp | 405 void PluginFrontend::PushPage(const std::string& url, const std::string& params) in PushPage() function in OHOS::Ace::PluginFrontend
|
/foundation/arkui/ace_engine/frameworks/core/common/ |
H A D | frontend.h | 149 virtual void PushPage(const std::string& url, const std::string& params) = 0;
|
/foundation/arkui/ace_engine/frameworks/core/pipeline/ |
H A D | pipeline_context.h | 135 void PushPage(const RefPtr<PageComponent>& pageComponent, const RefPtr<StageElement>& stage); 136 void PushPage(const RefPtr<PageComponent>& pageComponent);
|
H A D | pipeline_context.cpp | 1026 void PipelineContext::PushPage(const RefPtr<PageComponent>& pageComponent, const RefPtr<StageElement>& stage) in PushPage() function in OHOS::Ace::PipelineContext 1044 stageElement->PushPage(pageComponent); in PushPage() 1047 stageElement->PushPage(display); in PushPage() 1070 void PipelineContext::PushPage(const RefPtr<PageComponent>& pageComponent) in PushPage() function in OHOS::Ace::PipelineContext 1072 PushPage(pageComponent, nullptr); in PushPage()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ |
H A D | declarative_frontend.h | 67 void PushPage(const std::string& url, const std::string& params) override;
|
/foundation/arkui/ace_engine/adapter/ohos/entrance/ |
H A D | ace_container.h | 432 static bool PushPage(int32_t instanceId, const std::string& content, const std::string& params);
|