Home
last modified time | relevance | path

Searched refs:healthreport (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_dnsresolv_test/
H A Ddns_quality_diag_test.cpp73 NetsysNative::NetDnsHealthReport healthreport; variable
74 EXPECT_EQ(dnsQualityDiag.SendHealthReport(healthreport), 0);
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/dnsresolv/
H A Ddns_quality_diag.cpp67 int32_t DnsQualityDiag::SendHealthReport(NetsysNative::NetDnsHealthReport healthreport) in SendHealthReport() argument
70 cb->OnDnsHealthReport(healthreport); in SendHealthReport()
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/include/netsys/
H A Ddns_quality_diag.h87 int32_t SendHealthReport(NetsysNative::NetDnsHealthReport healthreport);