Searched refs:ReplaceWithCallback (Results 1 - 8 of 8) sorted by relevance
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/ |
H A D | frontend_delegate.h | 83 virtual void ReplaceWithCallback(const std::string& uri, const std::string& params, bool recoverable, in ReplaceWithCallback() function in OHOS::Ace::Framework::FrontendDelegate
|
H A D | frontend_delegate_impl.h | 233 void ReplaceWithCallback(const std::string& uri, const std::string& params, bool recoverable,
|
H A D | frontend_delegate_impl.cpp | 647 void FrontendDelegateImpl::ReplaceWithCallback(const std::string& uri, const std::string& params, bool recoverable, in ReplaceWithCallback() function in OHOS::Ace::Framework::FrontendDelegateImpl
|
/foundation/arkui/ace_engine/interfaces/napi/kits/router/ |
H A D | js_router.cpp | 373 delegate->ReplaceWithCallback(context->uriString, context->paramsString, in JSRouterReplaceWithCallback() 376 defaultDelegate->ReplaceWithCallback(context->uriString, context->paramsString, in JSRouterReplaceWithCallback()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/ |
H A D | frontend_delegate_declarative_ng.h | 108 void ReplaceWithCallback(const std::string& uri, const std::string& params, bool recoverable,
|
H A D | frontend_delegate_declarative_ng.cpp | 421 void FrontendDelegateDeclarativeNG::ReplaceWithCallback(const std::string& uri, const std::string& params, in ReplaceWithCallback() function in OHOS::Ace::Framework::FrontendDelegateDeclarativeNG
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ |
H A D | frontend_delegate_declarative.h | 162 void ReplaceWithCallback(const std::string& uri, const std::string& params, bool recoverable,
|
H A D | frontend_delegate_declarative.cpp | 878 void FrontendDelegateDeclarative::ReplaceWithCallback(const std::string& uri, const std::string& params, in ReplaceWithCallback() function in OHOS::Ace::Framework::FrontendDelegateDeclarative
|
Completed in 18 milliseconds