Home
last modified time | relevance | path

Searched refs:totalTlsTime (Results 1 - 3 of 3) sorted by relevance

/foundation/communication/netstack/utils/common_utils/src/
H A Dnetstack_hisysevent.cpp91 eventInfo.totalTlsTime += httpPerfInfo.tlsTime; in ProcessHttpPerfHiSysevent()
116 eventInfo.totalTlsTime = 0.0; in ResetCounters()
145 eventInfo.version, TOTAL_DNS_TIME_EPARA, eventInfo.totalDnsTime, TOTAL_TLS_TIME_EPARA, eventInfo.totalTlsTime, in SendHttpPerfEvent()
/foundation/communication/netstack/test/unittest/utils/common_utils/
H A Dnetstack_hisysevent_test.cpp119 EventReport::GetInstance().eventInfo.totalTlsTime = 3.0; in HWTEST_F()
131 EXPECT_EQ(EventReport::GetInstance().eventInfo.totalTlsTime, 0.0); in HWTEST_F()
/foundation/communication/netstack/utils/common_utils/include/
H A Dnetstack_hisysevent.h32 double totalTlsTime; member

Completed in 2 milliseconds