Home
last modified time | relevance | path

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

/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnet_http_probe.cpp165 if (httpsCurl_) { in CleanHttpCurl()
167 curl_multi_remove_handle(curlMulti_, httpsCurl_); in CleanHttpCurl()
169 curl_easy_cleanup(httpsCurl_); in CleanHttpCurl()
170 httpsCurl_ = nullptr; in CleanHttpCurl()
285 httpsCurl_ = curl_easy_init(); in InitHttpCurl()
286 if (!httpsCurl_) { in InitHttpCurl()
287 NETMGR_LOG_E("httpsCurl_ init failed"); in InitHttpCurl()
313 if (!SetHttpOptions(ProbeType::PROBE_HTTPS, httpsCurl_, httpsUrl)) { in SetCurlOptions()
391 if (!SetProxyInfo(httpsCurl_, proxyHost, proxyPort)) { in SetProxyOption()
459 NETPROBE_CURL_EASY_SET_OPTION(httpsCurl_, CURLOPT_RESOLV in SetResolveOption()
[all...]
/foundation/communication/netmanager_base/services/netconnmanager/include/
H A Dnet_http_probe.h80 CURL *httpsCurl_ = nullptr; member in OHOS::NetManagerStandard::NetHttpProbe

Completed in 1 milliseconds