Searched refs:ReplaceNamedRoute (Results 1 - 8 of 8) sorted by relevance
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/ |
H A D | page_router_manager.h | 157 void ReplaceNamedRoute(const RouterPageInfo& target);
|
H A D | frontend_delegate_declarative_ng.h | 110 void ReplaceNamedRoute(const std::string& uri, const std::string& params, bool recoverable,
|
H A D | frontend_delegate_declarative_ng.cpp | 430 void FrontendDelegateDeclarativeNG::ReplaceNamedRoute(const std::string& uri, const std::string& params, in ReplaceNamedRoute() function in OHOS::Ace::Framework::FrontendDelegateDeclarativeNG 434 pageRouterManager_->ReplaceNamedRoute( in ReplaceNamedRoute()
|
H A D | page_router_manager.cpp | 322 void PageRouterManager::ReplaceNamedRoute(const RouterPageInfo& target) in ReplaceNamedRoute() function in OHOS::Ace::NG::PageRouterManager
|
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/ |
H A D | frontend_delegate.h | 86 virtual void ReplaceNamedRoute(const std::string& uri, const std::string& params, bool recoverable, in ReplaceNamedRoute() function in OHOS::Ace::Framework::FrontendDelegate
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ |
H A D | frontend_delegate_declarative.h | 164 void ReplaceNamedRoute(const std::string& uri, const std::string& params, bool recoverable,
|
H A D | frontend_delegate_declarative.cpp | 894 void FrontendDelegateDeclarative::ReplaceNamedRoute(const std::string& uri, const std::string& params, in ReplaceNamedRoute() function in OHOS::Ace::Framework::FrontendDelegateDeclarative 901 pageRouterManager_->ReplaceNamedRoute( in ReplaceNamedRoute()
|
/foundation/arkui/ace_engine/interfaces/napi/kits/router/ |
H A D | js_router.cpp | 405 delegate->ReplaceNamedRoute(context->uriString, context->paramsString, in JSReplaceNamedRoute()
|
Completed in 17 milliseconds