Searched refs:ReceivedHttpErrorEvent (Results 1 – 4 of 4) sorted by relevance
1144 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() function1150 ~ReceivedHttpErrorEvent() = default;
1095 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()
1191 auto eventParam = std::make_shared<ReceivedHttpErrorEvent>(request, response); in OnHttpErrorReceive()
4989 onHttpErrorReceiveV2_(std::make_shared<ReceivedHttpErrorEvent>( in OnHttpErrorReceive()