Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_toolkit/unittest/Mock/
H A Dmock_wifi_config_center.h65 virtual void RemoveWifiCategoryBlackListCache(int blacklistType, const std::string bssid) = 0;
175 … MOCK_METHOD2(RemoveWifiCategoryBlackListCache, void(int blacklistType, const std::string bssid));
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/unittest/Mock/
H A Dmock_wifi_settings.h96 virtual void RemoveWifiCategoryBlackListCache(int blacklistType, const std::string bssid) = 0;
266 … MOCK_METHOD2(RemoveWifiCategoryBlackListCache, void(int blacklistType, const std::string bssid));
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/config/
H A Dwifi_config_center.h139 void RemoveWifiCategoryBlackListCache(int blacklistType, const std::string bssid);
H A Dwifi_config_center.cpp457 void WifiConfigCenter::RemoveWifiCategoryBlackListCache(int blacklistType, const std::string bssid) in RemoveWifiCategoryBlackListCache() function in OHOS::Wifi::WifiConfigCenter
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
H A Dself_cure_state_machine_test.cpp1255 …EXPECT_CALL(WifiConfigCenter::GetInstance(), RemoveWifiCategoryBlackListCache(_, _)).Times(AtLeast… in InitExeMsgSuccess5()
1267 …EXPECT_CALL(WifiConfigCenter::GetInstance(), RemoveWifiCategoryBlackListCache(_, _)).Times(AtLeast… in InitExeMsgSuccess6()
1299 …EXPECT_CALL(WifiConfigCenter::GetInstance(), RemoveWifiCategoryBlackListCache(_, _)).Times(AtLeast… in InitExeMsgSuccess8()
1315 …EXPECT_CALL(WifiConfigCenter::GetInstance(), RemoveWifiCategoryBlackListCache(_, _)).Times(AtLeast… in InitExeMsgSuccess9()
1330 …EXPECT_CALL(WifiConfigCenter::GetInstance(), RemoveWifiCategoryBlackListCache(_, _)).Times(AtLeast… in InitExeMsgSuccess10()
1473 …EXPECT_CALL(WifiConfigCenter::GetInstance(), RemoveWifiCategoryBlackListCache(_, _)).Times(AtLeast… in AgeOutWifi6BlackTest()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_self_cure/
H A Dself_cure_state_machine.cpp649 WifiConfigCenter::GetInstance().RemoveWifiCategoryBlackListCache(EVENT_BE_BLA_LIST, info.bssid); in HandleWifi7BlacklistRecover()
2152 … WifiConfigCenter::GetInstance().RemoveWifiCategoryBlackListCache(blaListType, iter->first); in AgeOutWifiCategoryBlack()
2164 WifiConfigCenter::GetInstance().RemoveWifiCategoryBlackListCache(blaListType, delBssid); in AgeOutWifiCategoryBlack()