Searched refs:SetCertsPath (Results 1 – 6 of 6) sorted by relevance
107 void SetCertsPath(std::vector<std::string> &&certPathList, const std::string &certFile);
113 void SetCertsPath(std::vector<std::string> &&certPathList, const std::string &certFile);
338 void RequestContext::SetCertsPath(std::vector<std::string> &&certPathList, const std::string &certF… in SetCertsPath() function in OHOS::NetStack::Http::RequestContext
591 context->SetCertsPath(std::move(certs), context->options.GetCaPath()); in SetServerSSLCertOption()
557 void RequestContext::SetCertsPath(std::vector<std::string> &&certPathList, const std::string &certF… in SetCertsPath() function in OHOS::NetStack::Http::RequestContext
907 context->SetCertsPath(std::move(certs), context->options.GetCaPath()); in AddCurlHandle()