Home
last modified time | relevance | path

Searched defs:ipAddresses (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/netmanager_ext/frameworks/js/napi/ethernet/context/
H A Dset_iface_config_context.cpp63 … std::string ipAddresses = NapiUtils::GetStringPropertyUtf8(GetEnv(), params[ARG_NUM_1], "ipAddr"); in ParseParams() local
/ohos5.0/foundation/communication/netmanager_ext/frameworks/js/napi/ethernet/
H A Dethernet_exec.cpp95 std::string ipAddresses = AccumulateNetAddress(context->config_->ipStatic_.ipAddrList_); in GetIfaceConfigCallback() local
/ohos5.0/foundation/communication/netmanager_ext/services/ethernetmanager/src/
H A Dethernet_configuration.cpp517 std::string ipAddresses, netMasks, gateways, routes, routeMasks, dnsServers; in ParseStaticConfig() local
649 std::string ipAddresses = AccumulateNetAddress(cfg->ipStatic_.ipAddrList_); in GenCfgContent() local