Home
last modified time | relevance | path

Searched refs:mP2pGroupsInfoMacAddrPair (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.cpp1179 DelMacAddrPairs(mP2pGroupsInfoMacAddrPair, macAddrInfo); in RemoveMacAddrPairs()
1204 return GetPairMacAddress(mP2pGroupsInfoMacAddrPair, macAddrInfo); in GetMacAddrPairs()
1229 mP2pGroupsInfoMacAddrPair.clear(); in ClearMacAddrPairs()
1370 return InsertMacAddrPairs(mP2pGroupsInfoMacAddrPair, macAddrInfo, randomMacAddr); in AddMacAddrPairs()
H A Dwifi_config_center.h417 std::map<WifiMacAddrInfo, std::string> mP2pGroupsInfoMacAddrPair; variable