Home
last modified time | relevance | path

Searched refs:g_hotspotConfigMap (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/utils/
H A Dsoftap_parser.cpp104 if (g_hotspotConfigMap.find(tagName) != g_hotspotConfigMap.end()) { in GetConfigNameAsInt()
105 return g_hotspotConfigMap.at(tagName); in GetConfigNameAsInt()
H A Dsoftap_parser.h37 const std::unordered_map<std::string, HotspotConfigType> g_hotspotConfigMap = { variable