Home
last modified time | relevance | path

Searched defs:routerMode (Results 1 – 8 of 8) 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/cj_frontend/frontend/
Dcj_page_router_abstract.h46 RouterMode routerMode = RouterMode::STANDARD; member
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
Dfrontend_delegate.h73 …irtual void PushWithMode(const std::string& uri, const std::string& params, uint32_t routerMode) {} in PushWithMode()
82 …ual void ReplaceWithMode(const std::string& uri, const std::string& params, uint32_t routerMode) {} in ReplaceWithMode()
Dfrontend_delegate_impl.cpp596 const std::function<void(const std::string&, int32_t)>& errorCallback, uint32_t routerMode) in PushWithCallback()
648 const std::function<void(const std::string&, int32_t)>& errorCallback, uint32_t routerMode) in ReplaceWithCallback()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
Dfrontend_delegate_declarative_ng.cpp399 …DeclarativeNG::PushWithMode(const std::string& uri, const std::string& params, uint32_t routerMode) in PushWithMode()
407 …erable, const std::function<void(const std::string&, int32_t)>& errorCallback, uint32_t routerMode) in PushWithCallback()
416 …erable, const std::function<void(const std::string&, int32_t)>& errorCallback, uint32_t routerMode) in PushNamedRoute()
431 const std::string& uri, const std::string& params, uint32_t routerMode) in ReplaceWithMode()
440 …erable, const std::function<void(const std::string&, int32_t)>& errorCallback, uint32_t routerMode) in ReplaceWithCallback()
449 …erable, const std::function<void(const std::string&, int32_t)>& errorCallback, uint32_t routerMode) in ReplaceNamedRoute()
Dpage_router_manager.h63 RouterMode routerMode = RouterMode::STANDARD; member
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
Dfrontend_delegate_declarative.cpp835 …teDeclarative::PushWithMode(const std::string& uri, const std::string& params, uint32_t routerMode) in PushWithMode()
851 …erable, const std::function<void(const std::string&, int32_t)>& errorCallback, uint32_t routerMode) in PushWithCallback()
867 …erable, const std::function<void(const std::string&, int32_t)>& errorCallback, uint32_t routerMode) in PushNamedRoute()
893 const std::string& uri, const std::string& params, uint32_t routerMode) in ReplaceWithMode()
909 …erable, const std::function<void(const std::string&, int32_t)>& errorCallback, uint32_t routerMode) in ReplaceWithCallback()
925 …erable, 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.cpp846 napi_value routerMode = nullptr; in RouterExport() local