Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_toolkit/unittest/Mock/
H A Dmock_wifi_config_center.h64 const WifiCategoryBlackListInfo wifiBlackListInfo) = 0;
174 const WifiCategoryBlackListInfo wifiBlackListInfo));
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/config/
H A Dwifi_config_center.cpp441 const WifiCategoryBlackListInfo wifiBlackListInfo) in InsertWifiCategoryBlackListCache() argument
450 iter->second = wifiBlackListInfo; in InsertWifiCategoryBlackListCache()
452 wifiBlackListCache.emplace(std::make_pair(currentBssid, wifiBlackListInfo)); in InsertWifiCategoryBlackListCache()
H A Dwifi_config_center.h137 const WifiCategoryBlackListInfo wifiBlackListInfo);
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
H A Dself_cure_state_machine_test.cpp1424 WifiCategoryBlackListInfo wifiBlackListInfo(1, TIME_MILLS); in SendBlaListToDriverTest2() local
1425 wifiBlackListCache.emplace(std::make_pair(currentBssid, wifiBlackListInfo)); in SendBlaListToDriverTest2()