Searched refs:tlsTime (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/communication/netstack/frameworks/native/http/http_client/ |
H A D | http_client_task.cpp | 594 auto tlsTime = GetTimingFromCurl(curlHandle_, CURLINFO_APPCONNECT_TIME_T); in DumpHttpPerformance() local 627 tlsTime == 0 ? 0 : tlsTime - connectTime, in DumpHttpPerformance() 628 firstSendTime == 0 ? 0 : firstSendTime - std::max({dnsTime, connectTime, tlsTime}), in DumpHttpPerformance()
|
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/http_exec/src/ |
H A D | http_exec.cpp | 363 auto tlsTime = HttpExec::GetTimingFromCurl(handle, CURLINFO_APPCONNECT_TIME_T); in AddCurlHandle() local 371 context->CachePerformanceTimingItem(HttpConstant::RESPONSE_TLS_TIMING, tlsTime); in AddCurlHandle() 404 tlsTime == 0 ? 0 : tlsTime - connectTime, in AddCurlHandle() 405 firstSendTime == 0 ? 0 : firstSendTime - std::max({dnsTime, connectTime, tlsTime}), in AddCurlHandle()
|