Searched refs:InsertMacAddrPairs (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/config/ |
H A D | wifi_config_center.cpp | 1306 WifiMacAddrErrCode WifiConfigCenter::InsertMacAddrPairs(std::map<WifiMacAddrInfo, std::string>& mac… in InsertMacAddrPairs() function in OHOS::Wifi::WifiConfigCenter 1364 return InsertMacAddrPairs(mWifiScanMacAddrPair, macAddrInfo, randomMacAddr); in AddMacAddrPairs() 1366 return InsertMacAddrPairs(mHotspotMacAddrPair, macAddrInfo, randomMacAddr); in AddMacAddrPairs() 1368 return InsertMacAddrPairs(mP2pDeviceMacAddrPair, macAddrInfo, randomMacAddr); in AddMacAddrPairs() 1370 return InsertMacAddrPairs(mP2pGroupsInfoMacAddrPair, macAddrInfo, randomMacAddr); in AddMacAddrPairs() 1372 return InsertMacAddrPairs(mP2pCurrentgroupMacAddrPair, macAddrInfo, randomMacAddr); in AddMacAddrPairs()
|
H A D | wifi_config_center.h | 330 WifiMacAddrErrCode InsertMacAddrPairs(std::map<WifiMacAddrInfo, std::string>& macAddrInfoMap,
|