Home
last modified time | relevance | path

Searched refs:OnHttpErrorReceive (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.h124 ACE_WEB_EVENT_PROPERTY(OnHttpErrorReceive, void);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.h49 static void OnHttpErrorReceive(const JSCallbackInfo& args);
H A Djs_web.cpp1891 JSClass<JSWeb>::StaticMethod("onHttpErrorReceive", &JSWeb::OnHttpErrorReceive); in JSBind()
2958 void JSWeb::OnHttpErrorReceive(const JSCallbackInfo& args) in OnHttpErrorReceive() 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.h418 void OnHttpErrorReceive(void* object);
H A Dweb_delegate_cross.cpp789 delegate->OnHttpErrorReceive(object); in RegisterWebObjectEvent()
1154 void WebDelegateCross::OnHttpErrorReceive(void* object) in OnHttpErrorReceive() function in OHOS::Ace::WebDelegateCross
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_client_impl.cpp341 delegate->OnHttpErrorReceive(request, response); in OnHttpError()
H A Dweb_delegate.h810 void OnHttpErrorReceive(std::shared_ptr<OHOS::NWeb::NWebUrlResourceRequest> request,
H A Dweb_delegate.cpp4985 void WebDelegate::OnHttpErrorReceive(std::shared_ptr<OHOS::NWeb::NWebUrlResourceRequest> request, in OnHttpErrorReceive() function in OHOS::Ace::WebDelegate