Searched refs:WRONG_PAGE_ROUTER (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/ace/ |
H A D | constants.h | 32 WRONG_PAGE_ROUTER, enumerator
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/ |
H A D | page_router_manager.cpp | 1004 return std::make_pair(RouterRecoverRecord(), UIContentErrorCode::WRONG_PAGE_ROUTER); in RestoreRouterStack() 1008 return std::make_pair(RouterRecoverRecord(), UIContentErrorCode::WRONG_PAGE_ROUTER); in RestoreRouterStack() 1016 std::make_pair(RouterRecoverRecord(), UIContentErrorCode::WRONG_PAGE_ROUTER)); in RestoreRouterStack() 1020 std::make_pair(RouterRecoverRecord(), UIContentErrorCode::WRONG_PAGE_ROUTER)); in RestoreRouterStack()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ |
H A D | frontend_delegate_declarative.cpp | 3263 return std::make_pair(RouterRecoverRecord(), UIContentErrorCode::WRONG_PAGE_ROUTER); in RestoreRouterStack() 3270 std::make_pair(RouterRecoverRecord(), UIContentErrorCode::WRONG_PAGE_ROUTER)); in RestoreRouterStack() 3280 return std::make_pair(RouterRecoverRecord(), UIContentErrorCode::WRONG_PAGE_ROUTER); in RestoreRouterStack() 3285 return std::make_pair(RouterRecoverRecord(), UIContentErrorCode::WRONG_PAGE_ROUTER); in RestoreRouterStack() 3305 return std::make_pair(RouterRecoverRecord(), UIContentErrorCode::WRONG_PAGE_ROUTER); in RestoreRouterStack() 3313 return std::make_pair(RouterRecoverRecord(), UIContentErrorCode::WRONG_PAGE_ROUTER); in RestoreRouterStack()
|