Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/include/netsys/
H A Ddns_quality_diag.h58 int32_t SetLoopDelay(int32_t delay);
/ohos5.0/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_dnsresolv_test/
H A Ddns_quality_diag_test.cpp145 EXPECT_EQ(dnsQualityDiag.SetLoopDelay(delay), 0);
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/dnsresolv/
H A Ddns_quality_diag.cpp188 int32_t DnsQualityDiag::SetLoopDelay(int32_t delay) in SetLoopDelay() function in OHOS::nmd::DnsQualityDiag