Home
last modified time | relevance | path

Searched refs:keyTypes (Results 1 - 4 of 4) sorted by relevance

/base/web/webview/test/fuzztest/ohos_nweb/selectcertrequest_fuzzer/
H A Dselectcertrequest_fuzzer.cpp42 std::vector<std::string> keyTypes = { host }; in SelectCertRequestFuzzTest() local
44 handler.OnSslSelectCertRequestByJS(result, host, port, keyTypes, issuers); in SelectCertRequestFuzzTest()
/base/global/resource_management/frameworks/resmgr/src/
H A Dhap_resource.cpp458 std::vector<bool> keyTypes(KeyType::KEY_TYPE_MAX - 1, false); in GetResourceLimitKeys()
467 limitKeyValue |= GetLimitPathsKeys(limitPaths, keyTypes); in GetResourceLimitKeys()
473 std::vector<bool> &keyTypes) const in GetLimitPathsKeys()
481 if (keyParam->type_ < KeyType::KEY_TYPE_MAX && !keyTypes[typeValue]) { in GetLimitPathsKeys()
482 keyTypes[typeValue] = true; in GetLimitPathsKeys()
/base/global/resource_management/frameworks/resmgr/include/
H A Dhap_resource.h344 std::vector<bool> &keyTypes) const;
/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_handler.h627 int port, const std::vector<std::string>& keyTypes, const std::vector<std::string>& issuers) in OnSslSelectCertRequestByJS()
626 OnSslSelectCertRequestByJS(std::shared_ptr<NWebJSSslSelectCertResult> result, const std::string& host, int port, const std::vector<std::string>& keyTypes, const std::vector<std::string>& issuers) OnSslSelectCertRequestByJS() argument

Completed in 8 milliseconds