Home
last modified time | relevance | path

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 Dwifi_config_center.cpp1306 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 Dwifi_config_center.h330 WifiMacAddrErrCode InsertMacAddrPairs(std::map<WifiMacAddrInfo, std::string>& macAddrInfoMap,