Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Dweb_event.h545 class ACE_EXPORT WebAllSslErrorEvent : public BaseEventInfo {
546 DECLARE_RELATIONSHIP_OF_CLASSES(WebAllSslErrorEvent, BaseEventInfo);
549 WebAllSslErrorEvent(const RefPtr<AllSslErrorResult>& result, in WebAllSslErrorEvent() function
564 ~WebAllSslErrorEvent() = default;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_client_impl.cpp622 …auto param = std::make_shared<WebAllSslErrorEvent>(AceType::MakeRefPtr<AllSslErrorResultOhos>(resu… in OnAllSslErrorRequestByJS()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.cpp2200 JSRef<JSVal> WebAllSslErrorEventToJSValue(const WebAllSslErrorEvent& eventInfo) in WebAllSslErrorEventToJSValue()
2833 auto jsFunc = AceType::MakeRefPtr<JsEventFunction<WebAllSslErrorEvent, 1>>( in OnAllSslErrorRequest()
2843 auto* eventInfo = TypeInfoHelper::DynamicCast<WebAllSslErrorEvent>(info); in OnAllSslErrorRequest()