Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnet_http_probe.cpp182 if (httpsCurl_) { in CleanHttpCurl()
184 curl_multi_remove_handle(curlMulti_, httpsCurl_); in CleanHttpCurl()
186 curl_easy_cleanup(httpsCurl_); in CleanHttpCurl()
187 httpsCurl_ = nullptr; in CleanHttpCurl()
297 httpsCurl_ = curl_easy_init(); in InitHttpCurl()
298 if (!httpsCurl_) { in InitHttpCurl()
325 if (!SetHttpOptions(ProbeType::PROBE_HTTPS, httpsCurl_, httpsUrl)) { in SetCurlOptions()
429 if (!SetProxyInfo(httpsCurl_, proxyHost, proxyPort)) { in SetProxyOption()
493 NETPROBE_CURL_EASY_SET_OPTION(httpsCurl_, CURLOPT_RESOLVE, httpsResolveList_); in SetResolveOption()
669 } else if (curlMsg->easy_handle == httpsCurl_) { in RecvHttpProbeResponse()
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/include/
H A Dnet_http_probe.h91 CURL *httpsCurl_ = nullptr; variable