Home
last modified time | relevance | path

Searched refs:OnSslErrorRequest (Results 1 - 8 of 8) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.h88 static void OnSslErrorRequest(const JSCallbackInfo& args);
H A Djs_web.cpp1920 JSClass<JSWeb>::StaticMethod("onSslErrorEventReceive", &JSWeb::OnSslErrorRequest); in JSBind()
2874 void JSWeb::OnSslErrorRequest(const JSCallbackInfo& args) in OnSslErrorRequest() function in OHOS::OHOS::Ace::Framework::JSWeb
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_event_hub.h136 ACE_WEB_EVENT_PROPERTY(OnSslErrorRequest, bool);
/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Dweb_component.h737 bool OnSslErrorRequest(const BaseEventInfo* info) const in OnSslErrorRequest() function in OHOS::Ace::WebComponent
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_client_impl.cpp600 jsResult = delegate->OnSslErrorRequest(param); in OnSslErrorRequestByJS()
1298 jsResult = delegate->OnSslErrorRequest(param); in OnSslErrorRequestByJSV2()
H A Dweb_delegate.h880 bool OnSslErrorRequest(const std::shared_ptr<BaseEventInfo>& info);
H A Dweb_delegate.cpp4711 bool WebDelegate::OnSslErrorRequest(const std::shared_ptr<BaseEventInfo>& info) in OnSslErrorRequest() function in OHOS::Ace::WebDelegate
4741 result = webCom->OnSslErrorRequest(info.get()); in OnSslErrorRequest()
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H A Dmock_web_delegate.cpp752 bool WebDelegate::OnSslErrorRequest(const std::shared_ptr<BaseEventInfo>& info) in OnSslErrorRequest() function in OHOS::Ace::WebDelegate

Completed in 31 milliseconds