Home
last modified time | relevance | path

Searched refs:InsertPage (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stage/
H A Dstage_manager.h42 virtual bool InsertPage(const RefPtr<FrameNode>& node, bool bellowTopOrBottom);
H A Dstage_manager.cpp281 bool StageManager::InsertPage(const RefPtr<FrameNode>& node, bool bellowTopOrBottom) in InsertPage() function in OHOS::Ace::NG::StageManager
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/stage/
H A Dstage_test_ng.cpp869 EXPECT_FALSE(stageManager.InsertPage(firstNode, true));
876 EXPECT_FALSE(stageManager.InsertPage(firstNode, false));
891 EXPECT_TRUE(stageManager.InsertPage(secondNode, true));
899 EXPECT_TRUE(stageManager.InsertPage(thirdNode, false));
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H A Dpage_router_manager.cpp2202 if (!stageManager->InsertPage(pageNode, true)) { in InsertPageBellowTop()
2242 if (!stageManager->InsertPage(pageNode, false)) { in InsertPageToBottom()