Home
last modified time | relevance | path

Searched refs:mWifiCategoryBlackListCache (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.cpp445 if (mWifiCategoryBlackListCache.find(blacklistType) != mWifiCategoryBlackListCache.end()) { in InsertWifiCategoryBlackListCache()
446 wifiBlackListCache = mWifiCategoryBlackListCache[blacklistType]; in InsertWifiCategoryBlackListCache()
454 mWifiCategoryBlackListCache[blacklistType] = wifiBlackListCache; in InsertWifiCategoryBlackListCache()
460 if (mWifiCategoryBlackListCache.find(blacklistType) == mWifiCategoryBlackListCache.end()) { in RemoveWifiCategoryBlackListCache()
464 …p<std::string, WifiCategoryBlackListInfo> wifiBlackListCache = mWifiCategoryBlackListCache[blackli… in RemoveWifiCategoryBlackListCache()
467 mWifiCategoryBlackListCache[blacklistType] = wifiBlackListCache; in RemoveWifiCategoryBlackListCache()
478 if (mWifiCategoryBlackListCache.find(blacklistType) == mWifiCategoryBlackListCache.end()) { in GetWifiCategoryBlackListCache()
482 blackListCache = mWifiCategoryBlackListCache[blacklistType]; in GetWifiCategoryBlackListCache()
H A Dwifi_config_center.h361 std::map<int, std::map<std::string, WifiCategoryBlackListInfo>> mWifiCategoryBlackListCache; variable