Home
last modified time | relevance | path

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

/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_js_ssl_select_cert_result.h32 virtual void Confirm(const std::string& privateKeyFile, const std::string& certChainFile) = 0;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.h221 … void HandleConfirm(const std::string& privateKeyFile, const std::string& certChainFile) override;
H A Dweb_delegate.cpp293 void SslSelectCertResultOhos::HandleConfirm(const std::string& privateKeyFile, const std::string& c… in HandleConfirm() argument
296 result_->Confirm(privateKeyFile, certChainFile); in HandleConfirm()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Dweb_event.h617 …virtual void HandleConfirm(const std::string& privateKeyFile, const std::string& certChainFile) = …
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.cpp477 std::string privateKeyFile; in HandleConfirm() local
480 privateKeyFile = args[0]->ToString(); in HandleConfirm()
482 privateKeyFile = args[0]->ToString(); in HandleConfirm()
489 result_->HandleConfirm(privateKeyFile, certChainFile); in HandleConfirm()