Home
last modified time | relevance | path

Searched refs:WebSslErrorEvent (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Dweb_event.h512 class ACE_EXPORT WebSslErrorEvent : public BaseEventInfo {
513 DECLARE_RELATIONSHIP_OF_CLASSES(WebSslErrorEvent, BaseEventInfo);
516 WebSslErrorEvent(const RefPtr<SslErrorResult>& result, int32_t error) in WebSslErrorEvent() function
518 ~WebSslErrorEvent() = default;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_client_impl.cpp590 auto param = std::make_shared<WebSslErrorEvent>(AceType::MakeRefPtr<SslErrorResultOhos>(result), in OnSslErrorRequestByJS()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.cpp2186 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()