Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_event_hub.h138 ACE_WEB_EVENT_PROPERTY(OnSslSelectCertRequest, bool);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.h90 static void OnSslSelectCertRequest(const JSCallbackInfo& args);
H A Djs_web.cpp1929 JSClass<JSWeb>::StaticMethod("onClientAuthenticationRequest", &JSWeb::OnSslSelectCertRequest); in JSBind()
2850 void JSWeb::OnSslSelectCertRequest(const JSCallbackInfo& args) in OnSslSelectCertRequest() function in OHOS::Ace::Framework::JSWeb
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Dweb_component.h765 bool OnSslSelectCertRequest(const BaseEventInfo* info) const in OnSslSelectCertRequest() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_client_impl.cpp667 jsResult = delegate->OnSslSelectCertRequest(param); in OnSslSelectCertRequestByJS()
H A Dweb_delegate.h836 bool OnSslSelectCertRequest(const std::shared_ptr<BaseEventInfo>& info);
H A Dweb_delegate.cpp4818 bool WebDelegate::OnSslSelectCertRequest(const std::shared_ptr<BaseEventInfo>& info) in OnSslSelectCertRequest() function in OHOS::Ace::WebDelegate
4849 result = webCom->OnSslSelectCertRequest(info.get()); in OnSslSelectCertRequest()