Home
last modified time | relevance | path

Searched refs:NetDetectionForDnsHealth (Results 1 - 8 of 8) sorted by relevance

/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Ddns_result_call_back.cpp43 int32_t result = NetConnService::GetInstance()->NetDetectionForDnsHealth(netid, true); in OnDnsResultReport()
45 NETMGR_LOG_E("NetDetectionForDnsHealth failed"); in OnDnsResultReport()
62 NetConnService::GetInstance()->NetDetectionForDnsHealth(netid, false); in RequestNetDetection()
H A Dnetwork.cpp539 void Network::NetDetectionForDnsHealth(bool dnsHealthSuccess) in NetDetectionForDnsHealth() function in OHOS::NetManagerStandard::Network
H A Dnet_conn_service.cpp997 iterNetwork->second->NetDetectionForDnsHealth(dnsHealthSuccess); in NetDetectionForDnsHealthSync()
2186 int32_t NetConnService::NetDetectionForDnsHealth(int32_t netId, bool dnsHealthSuccess) in NetDetectionForDnsHealth() function in OHOS::NetManagerStandard::NetConnService
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_multi_test/
H A Dnetwork_test.cpp175 instance_->NetDetectionForDnsHealth(true); in HWTEST_F()
177 instance_->NetDetectionForDnsHealth(false); in HWTEST_F()
206 instance_->NetDetectionForDnsHealth(true); in HWTEST_F()
/foundation/communication/netmanager_base/services/netconnmanager/include/
H A Dnetwork.h66 void NetDetectionForDnsHealth(bool dnsHealthSuccess);
H A Dnet_conn_service.h338 int32_t NetDetectionForDnsHealth(int32_t netId, bool dnsHealthSuccess);
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_manager_test/
H A Dnet_conn_service_test.cpp910 ret = NetConnService::GetInstance()->NetDetectionForDnsHealth(netId, dnsHealthSuccess); in HWTEST_F()
912 ret = NetConnService::GetInstance()->NetDetectionForDnsHealth(netId, dnsHealthFail); in HWTEST_F()
1334 int32_t ret = NetConnService::GetInstance()->NetDetectionForDnsHealth(netId, dnsHealthSuccess); in HWTEST_F()
/foundation/communication/netmanager_ext/test/vpnmanager/unittest/conn_vpn_manager_test/
H A Dnet_conn_service_test.cpp909 ret = NetConnService::GetInstance()->NetDetectionForDnsHealth(netId, dnsHealthSuccess); in HWTEST_F()
911 ret = NetConnService::GetInstance()->NetDetectionForDnsHealth(netId, dnsHealthFail); in HWTEST_F()

Completed in 19 milliseconds