Home
last modified time | relevance | path

Searched refs:OnErrorReceive (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_event_hub.h125 ACE_WEB_EVENT_PROPERTY(OnErrorReceive, void);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.h48 static void OnErrorReceive(const JSCallbackInfo& args);
H A Djs_web.cpp1890 JSClass<JSWeb>::StaticMethod("onErrorReceive", &JSWeb::OnErrorReceive); in JSBind()
2936 void JSWeb::OnErrorReceive(const JSCallbackInfo& args) in OnErrorReceive() function in OHOS::Ace::Framework::JSWeb
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/
H A Dweb_delegate_cross.h415 void OnErrorReceive(void* object);
H A Dweb_delegate_cross.cpp768 delegate->OnErrorReceive(object); in RegisterWebObjectEvent()
1057 void WebDelegateCross::OnErrorReceive(void* object) in OnErrorReceive() function in OHOS::Ace::WebDelegateCross
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_client_impl.cpp319 delegate->OnErrorReceive(request, error); in OnResourceLoadError()
H A Dweb_delegate.h808 void OnErrorReceive(std::shared_ptr<OHOS::NWeb::NWebUrlResourceRequest> request,
H A Dweb_delegate.cpp4964 void WebDelegate::OnErrorReceive(std::shared_ptr<OHOS::NWeb::NWebUrlResourceRequest> request, in OnErrorReceive() function in OHOS::Ace::WebDelegate