Searched refs:PushWithMode (Results 1 - 6 of 6) sorted by relevance
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/ |
H A D | frontend_delegate.h | 73 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 D | frontend_delegate_declarative_ng.h | 101 void PushWithMode(const std::string& uri, const std::string& params, uint32_t routerMode) override;
|
H A D | frontend_delegate_declarative_ng.cpp | 381 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 D | frontend_delegate_declarative.h | 155 void PushWithMode(const std::string& uri, const std::string& params, uint32_t routerMode) override;
|
H A D | frontend_delegate_declarative.cpp | 805 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 D | js_router.cpp | 189 delegate->PushWithMode(uri, params, mode); in JSRouterPush()
|
Completed in 15 milliseconds