Home
last modified time | relevance | path

Searched defs:routerMode (Results 1 – 7 of 7) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components/page/
Dpage_target.h41 RouterMode routerMode = RouterMode::STANDARD; member
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
Dfrontend_delegate.h61 …irtual void PushWithMode(const std::string& uri, const std::string& params, uint32_t routerMode) {} in PushWithMode()
70 …ual void ReplaceWithMode(const std::string& uri, const std::string& params, uint32_t routerMode) {} in ReplaceWithMode()
Dfrontend_delegate_impl.cpp570 const std::function<void(const std::string&, int32_t)>& errorCallback, uint32_t routerMode) in PushWithCallback()
623 const std::function<void(const std::string&, int32_t)>& errorCallback, uint32_t routerMode) in ReplaceWithCallback()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
Dpage_router_manager.h47 RouterMode routerMode = RouterMode::STANDARD; member
Dfrontend_delegate_declarative_ng.cpp381 …DeclarativeNG::PushWithMode(const std::string& uri, const std::string& params, uint32_t routerMode) in PushWithMode()
389 const std::function<void(const std::string&, int32_t)>& errorCallback, uint32_t routerMode) in PushWithCallback()
398 const std::function<void(const std::string&, int32_t)>& errorCallback, uint32_t routerMode) in PushNamedRoute()
413 const std::string& uri, const std::string& params, uint32_t routerMode) in ReplaceWithMode()
421 const std::function<void(const std::string&, int32_t)>& errorCallback, uint32_t routerMode) in ReplaceWithCallback()
430 const std::function<void(const std::string&, int32_t)>& errorCallback, uint32_t routerMode) in ReplaceNamedRoute()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
Dfrontend_delegate_declarative.cpp816 …teDeclarative::PushWithMode(const std::string& uri, const std::string& params, uint32_t routerMode) in PushWithMode()
828 const std::function<void(const std::string&, int32_t)>& errorCallback, uint32_t routerMode) in PushWithCallback()
841 const std::function<void(const std::string&, int32_t)>& errorCallback, uint32_t routerMode) in PushNamedRoute()
861 const std::string& uri, const std::string& params, uint32_t routerMode) in ReplaceWithMode()
873 const std::function<void(const std::string&, int32_t)>& errorCallback, uint32_t routerMode) in ReplaceWithCallback()
886 const std::function<void(const std::string&, int32_t)>& errorCallback, uint32_t routerMode) in ReplaceNamedRoute()
/foundation/arkui/ace_engine/interfaces/napi/kits/router/
Djs_router.cpp694 napi_value routerMode = nullptr; in RouterExport() local