Home
last modified time | relevance | path

Searched refs:NetDetectionForDnsHealthSync (Results 1 - 3 of 3) sorted by relevance

/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_manager_test/
H A Dnet_conn_service_test.cpp1211 int32_t ret = NetConnService::GetInstance()->NetDetectionForDnsHealthSync(netId, dnsHealthSuccess); in HWTEST_F()
1218 ret = NetConnService::GetInstance()->NetDetectionForDnsHealthSync(netId, dnsHealthSuccess); in HWTEST_F()
1226 int32_t ret = NetConnService::GetInstance()->NetDetectionForDnsHealthSync(netId, dnsHealthSuccess); in HWTEST_F()
1233 ret = NetConnService::GetInstance()->NetDetectionForDnsHealthSync(netId, dnsHealthSuccess); in HWTEST_F()
/foundation/communication/netmanager_base/services/netconnmanager/include/
H A Dnet_conn_service.h481 int32_t NetDetectionForDnsHealthSync(int32_t netId, bool dnsHealthSuccess);
/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnet_conn_service.cpp989 int32_t NetConnService::NetDetectionForDnsHealthSync(int32_t netId, bool dnsHealthSuccess) in NetDetectionForDnsHealthSync() function in OHOS::NetManagerStandard::NetConnService
991 NETMGR_LOG_D("Enter NetDetectionForDnsHealthSync"); in NetDetectionForDnsHealthSync()
2191 result = this->NetDetectionForDnsHealthSync(netId, dnsHealthSuccess); in NetDetectionForDnsHealth()

Completed in 9 milliseconds