Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/base/utils/
H A Dwifi_app_parser.cpp45 const std::unordered_map<std::string, AppType> appTypeMap = { variable
271 if (appTypeMap.find(tagName) != appTypeMap.end()) { in GetAppTypeAsInt()
272 return appTypeMap.at(tagName); in GetAppTypeAsInt()