Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dhcp/services/utils/src/
H A Ddhcp_arp_checker.cpp175 …:GetGwMacAddrList(int32_t timeoutMillis, bool isFillSenderIp, std::vector<std::string>& gwMacLists) in GetGwMacAddrList() argument
177 gwMacLists.clear(); in GetGwMacAddrList()
208 SaveGwMacAddr(gwMacAddr, gwMacLists); in GetGwMacAddrList()
217 void DhcpArpChecker::SaveGwMacAddr(std::string gwMacAddr, std::vector<std::string>& gwMacLists) in SaveGwMacAddr() argument
219 auto it = std::find(gwMacLists.begin(), gwMacLists.end(), gwMacAddr); in SaveGwMacAddr()
220 if (!gwMacAddr.empty() && (it == gwMacLists.end())) { in SaveGwMacAddr()
221 gwMacLists.push_back(gwMacAddr); in SaveGwMacAddr()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/net_helper/
H A Darp_checker.cpp54 …:GetGwMacAddrList(int32_t timeoutMillis, bool isFillSenderIp, std::vector<std::string>& gwMacLists) in GetGwMacAddrList() argument
56 m_dhcpArpChecker.GetGwMacAddrList(timeoutMillis, isFillSenderIp, gwMacLists); in GetGwMacAddrList()
H A Darp_checker.h30 …GetGwMacAddrList(int32_t timeoutMillis, bool isFillSenderIp, std::vector<std::string>& gwMacLists);
/ohos5.0/foundation/communication/dhcp/services/utils/include/
H A Ddhcp_arp_checker.h47 …GetGwMacAddrList(int32_t timeoutMillis, bool isFillSenderIp, std::vector<std::string>& gwMacLists);
56 void SaveGwMacAddr(std::string gwMacAddr, std::vector<std::string>& gwMacLists);