Home
last modified time | relevance | path

Searched refs:PushWithMode (Results 1 - 6 of 6) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Dfrontend_delegate.h73 virtual void PushWithMode(const std::string& uri, const std::string& params, uint32_t routerMode) {} in PushWithMode() function in OHOS::Ace::Framework::FrontendDelegate
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H A Dfrontend_delegate_declarative_ng.h101 void PushWithMode(const std::string& uri, const std::string& params, uint32_t routerMode) override;
H A Dfrontend_delegate_declarative_ng.cpp381 void FrontendDelegateDeclarativeNG::PushWithMode(const std::string& uri, const std::string& params, uint32_t routerMode) in PushWithMode() function in OHOS::Ace::Framework::FrontendDelegateDeclarativeNG
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Dfrontend_delegate_declarative.h155 void PushWithMode(const std::string& uri, const std::string& params, uint32_t routerMode) override;
H A Dfrontend_delegate_declarative.cpp805 void FrontendDelegateDeclarative::PushWithMode(const std::string& uri, const std::string& params, uint32_t routerMode) in PushWithMode() function in OHOS::Ace::Framework::FrontendDelegateDeclarative
/foundation/arkui/ace_engine/interfaces/napi/kits/router/
H A Djs_router.cpp189 delegate->PushWithMode(uri, params, mode); in JSRouterPush()

Completed in 15 milliseconds