Searched refs:WebSslErrorEvent (Results 1 – 3 of 3) sorted by relevance
512 class ACE_EXPORT WebSslErrorEvent : public BaseEventInfo {513 DECLARE_RELATIONSHIP_OF_CLASSES(WebSslErrorEvent, BaseEventInfo);516 WebSslErrorEvent(const RefPtr<SslErrorResult>& result, int32_t error) in WebSslErrorEvent() function518 ~WebSslErrorEvent() = default;
590 auto param = std::make_shared<WebSslErrorEvent>(AceType::MakeRefPtr<SslErrorResultOhos>(result), in OnSslErrorRequestByJS()
2186 JSRef<JSVal> WebSslErrorEventToJSValue(const WebSslErrorEvent& eventInfo) in WebSslErrorEventToJSValue()2810 auto jsFunc = AceType::MakeRefPtr<JsEventFunction<WebSslErrorEvent, 1>>( in OnSslErrorRequest()2820 auto* eventInfo = TypeInfoHelper::DynamicCast<WebSslErrorEvent>(info); in OnSslErrorRequest()