Home
last modified time | relevance | path

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

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_nweb_wrapper.cpp644 ArkWebStringVector cert_chain_data_vector; in GetCertChainDerData() local
645 bool result = ark_web_nweb_->GetCertChainDerData(cert_chain_data_vector, is_single_cert); in GetCertChainDerData()
646 cert_chain_data = ArkWebStringVectorStructToClass(cert_chain_data_vector); in GetCertChainDerData()
648 ArkWebStringVectorStructRelease(cert_chain_data_vector); in GetCertChainDerData()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_nweb_impl.cpp543 std::vector<std::string> cert_chain_data_vector; in GetCertChainDerData() local
544 bool result = nweb_nweb_->GetCertChainDerData(cert_chain_data_vector, is_single_cert); in GetCertChainDerData()
545 cert_chain_data = ArkWebStringVectorClassToStruct(cert_chain_data_vector); in GetCertChainDerData()