Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netmanager_base/frameworks/js/napi/connection/connection_exec/src/
H A Dconnection_exec.cpp429 std::string host_ips = context->host_ + ","; in ExecSetCustomDNSRule() local
431 host_ips.append(ip[i]); in ExecSetCustomDNSRule()
433 host_ips.append(","); in ExecSetCustomDNSRule()
438 int res = predefined_host_set_hosts(host_ips.c_str()); in ExecSetCustomDNSRule()