Home
last modified time | relevance | path

Searched refs:NetDetectionForDnsHealth (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_manager_test/
H A Dnetwork_test.cpp175 instance_->NetDetectionForDnsHealth(true);
177 instance_->NetDetectionForDnsHealth(false);
206 instance_->NetDetectionForDnsHealth(true);
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Ddns_result_call_back.cpp43 int32_t result = NetConnService::GetInstance()->NetDetectionForDnsHealth(netid, true); in OnDnsResultReport()
62 NetConnService::GetInstance()->NetDetectionForDnsHealth(netid, false); in RequestNetDetection()
H A Dnetwork.cpp535 void Network::NetDetectionForDnsHealth(bool dnsHealthSuccess) in NetDetectionForDnsHealth() function in OHOS::NetManagerStandard::Network
H A Dnet_conn_service.cpp858 iterNetwork->second->NetDetectionForDnsHealth(dnsHealthSuccess); in NetDetectionForDnsHealthSync()
2032 int32_t NetConnService::NetDetectionForDnsHealth(int32_t netId, bool dnsHealthSuccess) in NetDetectionForDnsHealth() function in OHOS::NetManagerStandard::NetConnService
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/include/
H A Dnetwork.h67 void NetDetectionForDnsHealth(bool dnsHealthSuccess);
H A Dnet_conn_service.h335 int32_t NetDetectionForDnsHealth(int32_t netId, bool dnsHealthSuccess);