Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H A Dpage_router_manager.cpp602 RestorePageWithTargetInner(info, RestorePageDestination::BELLOW_TOP); in StartRestore()
1749 if (dest == RestorePageDestination::TOP) { in RestorePageWithTargetInner()
1755 } else if (dest == RestorePageDestination::BELLOW_TOP) { in RestorePageWithTargetInner()
1761 } else if (dest == RestorePageDestination::BOTTOM) { in RestorePageWithTargetInner()
1836 if (dest == RestorePageDestination::TOP) { in StartRestorePageWithTarget()
1838 } else if (dest == RestorePageDestination::BELLOW_TOP) { in StartRestorePageWithTarget()
1840 } else if (dest == RestorePageDestination::BOTTOM) { in StartRestorePageWithTarget()
2166 RestorePageDestination dest, bool needTransition) in RestoreOhmUrl()
2175 if (dest == RestorePageDestination::TOP) { in RestoreOhmUrl()
2177 } else if (dest == RestorePageDestination::BELLOW_TOP) { in RestoreOhmUrl()
[all …]
H A Dpage_router_manager.h252 enum class RestorePageDestination : int32_t { enum
266 const RouterPageInfo& target, RestorePageDestination dest, bool needTransition = true);
268 const RouterPageInfo& target, RestorePageDestination dest, bool needTransition = true);
270 RestorePageDestination dest, bool needTransition);
297 RestorePageDestination dest, bool needTransition);