Home
last modified time | relevance | path

Searched refs:BELLOW_TOP (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H A Dpage_router_manager.cpp591 pageRouterManager->RestorePageWithTargetInner(info, RestorePageDestination::BELLOW_TOP); in StartRestore()
602 RestorePageWithTargetInner(info, RestorePageDestination::BELLOW_TOP); in StartRestore()
1755 } else if (dest == RestorePageDestination::BELLOW_TOP) { in RestorePageWithTargetInner()
1838 } else if (dest == RestorePageDestination::BELLOW_TOP) { in StartRestorePageWithTarget()
2120 … RestorePageWithTarget(index, false, info, RestorePageDestination::BELLOW_TOP, false); in ReplacePageInNewLifecycle()
2177 } else if (dest == RestorePageDestination::BELLOW_TOP) { in RestoreOhmUrl()
H A Dpage_router_manager.h254 BELLOW_TOP = 1, // restore page bellow pageRouterStack_'s top enumerator