Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_server_service_impl.cpp538 for (auto iterTagValue : iterTag->second) { in SetDhcpName() local
539 … if (DhcpFunction::CheckRangeNetwork(ifname, iterTagValue.strStartip, iterTagValue.strEndip) != in SetDhcpName()
558 for (auto iterTagValue : iterTag->second) { in SetDhcpName() local
559 iterRangeMap->second.push_back(iterTagValue); in SetDhcpName()