Home
last modified time | relevance | path

Searched refs:tlsTime (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/netstack/frameworks/native/http/http_client/
H A Dhttp_client_task.cpp635 auto tlsTime = GetTimingFromCurl(curlHandle_, CURLINFO_APPCONNECT_TIME_T); in DumpHttpPerformance() local
669 tlsTime == 0 ? 0 : tlsTime - connectTime, in DumpHttpPerformance()
670 firstSendTime == 0 ? 0 : firstSendTime - std::max({dnsTime, connectTime, tlsTime}), in DumpHttpPerformance()
680 httpPerfInfo.tlsTime = tlsTime == 0 ? 0 : tlsTime - connectTime; in DumpHttpPerformance()
/foundation/communication/netstack/utils/common_utils/include/
H A Dnetstack_hisysevent.h43 double tlsTime; member
/foundation/communication/netstack/utils/common_utils/src/
H A Dnetstack_hisysevent.cpp91 eventInfo.totalTlsTime += httpPerfInfo.tlsTime; in ProcessHttpPerfHiSysevent()
/foundation/communication/netstack/frameworks/js/napi/http/http_exec/src/
H A Dhttp_exec.cpp432 auto tlsTime = HttpExec::GetTimingFromCurl(handle, CURLINFO_APPCONNECT_TIME_T); in AddCurlHandle() local
440 context->CachePerformanceTimingItem(HttpConstant::RESPONSE_TLS_TIMING, tlsTime); in AddCurlHandle()
465 tlsTime == 0 ? 0 : tlsTime - connectTime, in AddCurlHandle()
466 firstSendTime == 0 ? 0 : firstSendTime - std::max({dnsTime, connectTime, tlsTime}), in AddCurlHandle()
476 httpPerfInfo.tlsTime = tlsTime == 0 ? 0 : tlsTime - connectTime; in AddCurlHandle()

Completed in 5 milliseconds