Home
last modified time | relevance | path

Searched refs:IsDetectionForDnsFail (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/include/
H A Dnetwork.h87 bool IsDetectionForDnsFail(NetDetectionStatus netDetectionState, bool dnsHealthSuccess);
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnetwork.cpp555 } else if (IsDetectionForDnsFail(lastDetectResult, dnsHealthSuccess)) { in NetDetectionForDnsHealth()
752 bool Network::IsDetectionForDnsFail(NetDetectionStatus netDetectionState, bool dnsHealthSuccess) in IsDetectionForDnsFail() function in OHOS::NetManagerStandard::Network