Searched refs:PushWithCallback (Results 1 - 8 of 8) sorted by relevance
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/ |
H A D | frontend_delegate.h | 74 virtual void PushWithCallback(const std::string& uri, const std::string& params, bool recoverable, in PushWithCallback() function in OHOS::Ace::Framework::FrontendDelegate
|
H A D | frontend_delegate_impl.h | 230 void PushWithCallback(const std::string& uri, const std::string& params, bool recoverable,
|
H A D | frontend_delegate_impl.cpp | 595 void FrontendDelegateImpl::PushWithCallback(const std::string& uri, const std::string& params, bool recoverable, in PushWithCallback() function in OHOS::Ace::Framework::FrontendDelegateImpl
|
/foundation/arkui/ace_engine/interfaces/napi/kits/router/ |
H A D | js_router.cpp | 353 delegate->PushWithCallback(context->uriString, context->paramsString, in JSRouterPushWithCallback() 356 defaultDelegate->PushWithCallback(context->uriString, context->paramsString, in JSRouterPushWithCallback()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/ |
H A D | frontend_delegate_declarative_ng.h | 102 void PushWithCallback(const std::string& uri, const std::string& params, bool recoverable,
|
H A D | frontend_delegate_declarative_ng.cpp | 388 void FrontendDelegateDeclarativeNG::PushWithCallback(const std::string& uri, const std::string& params, in PushWithCallback() function in OHOS::Ace::Framework::FrontendDelegateDeclarativeNG
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ |
H A D | frontend_delegate_declarative.h | 156 void PushWithCallback(const std::string& uri, const std::string& params, bool recoverable,
|
H A D | frontend_delegate_declarative.cpp | 820 void FrontendDelegateDeclarative::PushWithCallback(const std::string& uri, const std::string& params, in PushWithCallback() function in OHOS::Ace::Framework::FrontendDelegateDeclarative
|
Completed in 18 milliseconds