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 D | mock_wifi_config_center.h | 65 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 D | mock_wifi_settings.h | 96 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 D | wifi_config_center.h | 139 void RemoveWifiCategoryBlackListCache(int blacklistType, const std::string bssid);
|
H A D | wifi_config_center.cpp | 457 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 D | self_cure_state_machine_test.cpp | 1255 …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 D | self_cure_state_machine.cpp | 649 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()
|