Home
last modified time | relevance | path

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

/foundation/communication/netstack/utils/common_utils/include/
H A Dnetstack_hisysevent.h45 double tcpTime; member
/foundation/communication/netstack/utils/common_utils/src/
H A Dnetstack_hisysevent.cpp93 eventInfo.totalTcpTime += httpPerfInfo.tcpTime; in ProcessHttpPerfHiSysevent()
/foundation/communication/netstack/frameworks/native/http/http_client/
H A Dhttp_client_task.cpp681 httpPerfInfo.tcpTime = connectTime == 0 ? 0 : connectTime - dnsTime; in DumpHttpPerformance()
/foundation/communication/netstack/frameworks/js/napi/http/http_exec/src/
H A Dhttp_exec.cpp477 httpPerfInfo.tcpTime = connectTime == 0 ? 0 : connectTime - dnsTime; in AddCurlHandle()

Completed in 5 milliseconds