Searched refs:gwMacLists (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/communication/dhcp/services/utils/src/ |
H A D | dhcp_arp_checker.cpp | 175 …: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 D | arp_checker.cpp | 54 …: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 D | arp_checker.h | 30 …GetGwMacAddrList(int32_t timeoutMillis, bool isFillSenderIp, std::vector<std::string>& gwMacLists);
|
/ohos5.0/foundation/communication/dhcp/services/utils/include/ |
H A D | dhcp_arp_checker.h | 47 …GetGwMacAddrList(int32_t timeoutMillis, bool isFillSenderIp, std::vector<std::string>& gwMacLists); 56 void SaveGwMacAddr(std::string gwMacAddr, std::vector<std::string>& gwMacLists);
|