Home
last modified time | relevance | path

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

/foundation/communication/netstack/utils/common_utils/src/
H A Dnetstack_hisysevent.cpp90 eventInfo.totalDnsTime += httpPerfInfo.dnsTime; in ProcessHttpPerfHiSysevent()
115 eventInfo.totalDnsTime = 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.cpp118 EventReport::GetInstance().eventInfo.totalDnsTime = 2.0; in HWTEST_F()
130 EXPECT_EQ(EventReport::GetInstance().eventInfo.totalDnsTime, 0.0); in HWTEST_F()
/foundation/communication/netstack/utils/common_utils/include/
H A Dnetstack_hisysevent.h31 double totalDnsTime; member

Completed in 2 milliseconds