Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/page/
H A Dpage_target.h41 RouterMode routerMode = RouterMode::STANDARD; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/frontend/
H A Dcj_page_router_abstract.h46 RouterMode routerMode = RouterMode::STANDARD; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A 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()
H A 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()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H A Dfrontend_delegate_declarative_ng.cpp394 …DeclarativeNG::PushWithMode(const std::string& uri, const std::string& params, uint32_t routerMode) in PushWithMode()
402 …erable, const std::function<void(const std::string&, int32_t)>& errorCallback, uint32_t routerMode) in PushWithCallback()
411 …erable, const std::function<void(const std::string&, int32_t)>& errorCallback, uint32_t routerMode) in PushNamedRoute()
426 const std::string& uri, const std::string& params, uint32_t routerMode) in ReplaceWithMode()
435 …erable, const std::function<void(const std::string&, int32_t)>& errorCallback, uint32_t routerMode) in ReplaceWithCallback()
444 …erable, const std::function<void(const std::string&, int32_t)>& errorCallback, uint32_t routerMode) in ReplaceNamedRoute()
H A Dpage_router_manager.h63 RouterMode routerMode = RouterMode::STANDARD; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Dfrontend_delegate_declarative.cpp830 …teDeclarative::PushWithMode(const std::string& uri, const std::string& params, uint32_t routerMode) in PushWithMode()
846 …erable, const std::function<void(const std::string&, int32_t)>& errorCallback, uint32_t routerMode) in PushWithCallback()
862 …erable, const std::function<void(const std::string&, int32_t)>& errorCallback, uint32_t routerMode) in PushNamedRoute()
888 const std::string& uri, const std::string& params, uint32_t routerMode) in ReplaceWithMode()
904 …erable, const std::function<void(const std::string&, int32_t)>& errorCallback, uint32_t routerMode) in ReplaceWithCallback()
920 …erable, const std::function<void(const std::string&, int32_t)>& errorCallback, uint32_t routerMode) in ReplaceNamedRoute()
/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/router/
H A Djs_router.cpp846 napi_value routerMode = nullptr; in RouterExport() local