Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.cpp4774 auto propOnSslErrorEvent = webEventHub->GetOnSslErrorRequestEvent(); in OnSslErrorRequest() local
4775 CHECK_NULL_VOID(propOnSslErrorEvent); in OnSslErrorRequest()
4776 result = propOnSslErrorEvent(info); in OnSslErrorRequest()
4784 auto propOnSslErrorEvent = webEventHub->GetOnSslErrorRequestEvent(); in OnSslErrorRequest() local
4785 CHECK_NULL_VOID(propOnSslErrorEvent); in OnSslErrorRequest()
4786 result = propOnSslErrorEvent(info); in OnSslErrorRequest()