Home
last modified time | relevance | path

Searched refs:ReceivedHttpErrorEvent (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Dweb_event.h1144 class ACE_EXPORT ReceivedHttpErrorEvent : public BaseEventInfo {
1145 DECLARE_RELATIONSHIP_OF_CLASSES(ReceivedHttpErrorEvent, BaseEventInfo);
1148 ReceivedHttpErrorEvent(const RefPtr<WebRequest>& request, const RefPtr<WebResponse>& response) in ReceivedHttpErrorEvent() function
1150 ~ReceivedHttpErrorEvent() = default;
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.cpp1095 void SetEvent(const ReceivedHttpErrorEvent& eventInfo) in SetEvent()
1316 void SetHttpErrorEvent(const ReceivedHttpErrorEvent& eventInfo) in SetHttpErrorEvent()
2918 JSRef<JSVal> ReceivedHttpErrorEventToJSValue(const ReceivedHttpErrorEvent& eventInfo) in ReceivedHttpErrorEventToJSValue()
2964 auto jsFunc = AceType::MakeRefPtr<JsEventFunction<ReceivedHttpErrorEvent, 1>>( in OnHttpErrorReceive()
2974 auto* eventInfo = TypeInfoHelper::DynamicCast<ReceivedHttpErrorEvent>(info); in OnHttpErrorReceive()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/
H A Dweb_delegate_cross.cpp1191 auto eventParam = std::make_shared<ReceivedHttpErrorEvent>(request, response); in OnHttpErrorReceive()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.cpp4989 onHttpErrorReceiveV2_(std::make_shared<ReceivedHttpErrorEvent>( in OnHttpErrorReceive()