Searched refs:WifiCategoryBlackListInfo (Results 1 – 8 of 8) 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 | 64 const WifiCategoryBlackListInfo wifiBlackListInfo) = 0; 67 std::map<std::string, WifiCategoryBlackListInfo> &blackListCache) = 0; 174 const WifiCategoryBlackListInfo wifiBlackListInfo)); 177 int blacklistType, std::map<std::string, WifiCategoryBlackListInfo> &blackListCache));
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/config/ |
H A D | wifi_config_center.h | 137 const WifiCategoryBlackListInfo wifiBlackListInfo); 142 std::map<std::string, WifiCategoryBlackListInfo> &blackListCache); 361 std::map<int, std::map<std::string, WifiCategoryBlackListInfo>> mWifiCategoryBlackListCache;
|
H A D | wifi_config_center.cpp | 441 const WifiCategoryBlackListInfo wifiBlackListInfo) in InsertWifiCategoryBlackListCache() 444 std::map<std::string, WifiCategoryBlackListInfo> wifiBlackListCache; in InsertWifiCategoryBlackListCache() 464 …std::map<std::string, WifiCategoryBlackListInfo> wifiBlackListCache = mWifiCategoryBlackListCache[… in RemoveWifiCategoryBlackListCache() 475 std::map<std::string, WifiCategoryBlackListInfo> &blackListCache) in GetWifiCategoryBlackListCache()
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_self_cure/ |
H A D | self_cure_state_machine.h | 365 std::string BlackListToString(std::map<std::string, WifiCategoryBlackListInfo> &map); 366 …std::string ParseWifiCategoryBlackListInfo(std::pair<std::string, WifiCategoryBlackListInfo> iter); 367 …void AgeOutWifiCategoryBlack(int blaListType, std::map<std::string, WifiCategoryBlackListInfo> &bl…
|
H A D | self_cure_state_machine.cpp | 665 …WifiCategoryBlackListInfo wifi7BlackListInfo(ACTION_TYPE_WIFI7, pSelfCureStateMachine->GetNowMilli… in HandleWifi7WithoutMldBackoff() 687 …WifiCategoryBlackListInfo wifi7BlackListInfo(ACTION_TYPE_MLD, pSelfCureStateMachine->GetNowMilliSe… in HandleWifi7MldBackoff() 1965 …WifiCategoryBlackListInfo wifi6BlackListInfo(ACTION_TYPE_HTC, pSelfCureStateMachine->GetNowMilliSe… in HandleWifi6WithHtcArpFail() 1999 …WifiCategoryBlackListInfo wifi6BlackListInfo(ACTION_TYPE_WIFI6, pSelfCureStateMachine->GetNowMilli… in HandleWifi6WithoutHtcArpFail() 2084 std::map<std::string, WifiCategoryBlackListInfo> wifiBlackListCache; in SendBlaListToDriver() 2098 std::string SelfCureStateMachine::BlackListToString(std::map<std::string, WifiCategoryBlackListInfo… in BlackListToString() 2119 …tateMachine::ParseWifiCategoryBlackListInfo(std::pair<std::string, WifiCategoryBlackListInfo> iter) in ParseWifiCategoryBlackListInfo() 2144 WifiCategoryBlackListInfo> &blackListCache) in AgeOutWifiCategoryBlack() 2689 std::map<std::string, WifiCategoryBlackListInfo> wifi6BlackListCache; in ShouldTransToWifi6SelfCure() 2739 std::map<std::string, WifiCategoryBlackListInfo> blackListCache; in ShouldTransToWifi7SelfCure() [all …]
|
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/unittest/Mock/ |
H A D | mock_wifi_settings.h | 95 const WifiCategoryBlackListInfo wifi6BlackListInfo) = 0; 98 std::map<std::string, WifiCategoryBlackListInfo> &blackListCache) const = 0; 265 const WifiCategoryBlackListInfo wifi6BlackListInfo)); 268 std::map<std::string, WifiCategoryBlackListInfo> &blackListCache));
|
/ohos5.0/foundation/communication/wifi/wifi/interfaces/inner_api/ |
H A D | wifi_msg.h | 794 struct WifiCategoryBlackListInfo { struct 800 WifiCategoryBlackListInfo() {} in WifiCategoryBlackListInfo() argument 802 WifiCategoryBlackListInfo(int type, int64_t time) in WifiCategoryBlackListInfo() argument
|
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_sta/ |
H A D | self_cure_state_machine_test.cpp | 1411 std::map<std::string, WifiCategoryBlackListInfo> wifiBlackListCache = {}; in SendBlaListToDriverTest() 1421 std::map<int, std::map<std::string, WifiCategoryBlackListInfo>> wifiCategoryBlackListCache; in SendBlaListToDriverTest2() 1422 std::map<std::string, WifiCategoryBlackListInfo> wifiBlackListCache; in SendBlaListToDriverTest2() 1424 WifiCategoryBlackListInfo wifiBlackListInfo(1, TIME_MILLS); in SendBlaListToDriverTest2() 1435 std::map<std::string, WifiCategoryBlackListInfo> wifi6BlackListCache = {}; in BlackListToStringTest() 1444 std::map<std::string, WifiCategoryBlackListInfo> wifi6BlackListCache; in BlackListToStringTest2() 1446 WifiCategoryBlackListInfo wifi6BlackListInfo(1, TIME_MILLS); in BlackListToStringTest2() 1458 WifiCategoryBlackListInfo wifi6BlackListInfo(1, TIME_MILLS); in ParseWifi6BlackListInfoTest() 1459 …std::pair<std::string, WifiCategoryBlackListInfo> iter = std::make_pair(CURR_BSSID, wifi6BlackList… in ParseWifi6BlackListInfoTest() 1469 std::map<std::string, WifiCategoryBlackListInfo> wifi6BlackListCache; in AgeOutWifi6BlackTest() [all …]
|