Home
last modified time | relevance | path

Searched refs:GetCertsPath (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/netstack/frameworks/cj/http/include/
H A Dnet_http_request_context.h109 const CertsPath &GetCertsPath();
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/async_context/include/
H A Drequest_context.h115 const CertsPath &GetCertsPath();
/ohos5.0/foundation/communication/netstack/frameworks/cj/http/src/
H A Dnet_http_request_context.cpp344 const CertsPath &RequestContext::GetCertsPath() in GetCertsPath() function in OHOS::NetStack::Http::RequestContext
H A Dnet_http_client_exec.cpp595 NETSTACK_CURL_EASY_SET_OPTION(curl, CURLOPT_SSL_CTX_DATA, &context->GetCertsPath(), context); in SetServerSSLCertOption()
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/async_context/src/
H A Drequest_context.cpp563 const CertsPath &RequestContext::GetCertsPath() in GetCertsPath() function in OHOS::NetStack::Http::RequestContext
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/http_exec/src/
H A Dhttp_exec.cpp911 NETSTACK_CURL_EASY_SET_OPTION(curl, CURLOPT_SSL_CTX_DATA, &context->GetCertsPath(), context); in AddCurlHandle()