Searched refs:ReplaceWithCallback (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/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 recoverab…
|
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, b… in ReplaceWithCallback() function in OHOS::Ace::Framework::FrontendDelegateImpl
|
/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/router/ |
H A D | js_router.cpp | 383 delegate->ReplaceWithCallback(context->uriString, context->paramsString, in JSRouterReplaceWithCallback() 386 defaultDelegate->ReplaceWithCallback(context->uriString, context->paramsString, in JSRouterReplaceWithCallback()
|
/ohos5.0/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 | 434 void FrontendDelegateDeclarativeNG::ReplaceWithCallback(const std::string& uri, const std::string& … in ReplaceWithCallback() function in OHOS::Ace::Framework::FrontendDelegateDeclarativeNG
|
/ohos5.0/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 | 903 void FrontendDelegateDeclarative::ReplaceWithCallback(const std::string& uri, const std::string& pa… in ReplaceWithCallback() function in OHOS::Ace::Framework::FrontendDelegateDeclarative
|