Searched refs:blaListType (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_self_cure/ |
H A D | self_cure_state_machine.h | 364 void SendBlaListToDriver(int blaListType); 367 …void AgeOutWifiCategoryBlack(int blaListType, std::map<std::string, WifiCategoryBlackListInfo> &bl…
|
H A D | self_cure_state_machine.cpp | 2082 void SelfCureStateMachine::SendBlaListToDriver(int blaListType) in SendBlaListToDriver() argument 2085 WifiConfigCenter::GetInstance().GetWifiCategoryBlackListCache(blaListType, wifiBlackListCache); in SendBlaListToDriver() 2089 AgeOutWifiCategoryBlack(blaListType, wifiBlackListCache); in SendBlaListToDriver() 2092 if (WifiCmdClient::GetInstance().SendCmdToDriver(ifName, blaListType, param) != 0) { in SendBlaListToDriver() 2143 void SelfCureStateMachine::AgeOutWifiCategoryBlack(int blaListType, std::map<std::string, in AgeOutWifiCategoryBlack() argument 2146 if (blaListType != EVENT_AX_BLA_LIST && blaListType != EVENT_BE_BLA_LIST) { in AgeOutWifiCategoryBlack() 2152 … WifiConfigCenter::GetInstance().RemoveWifiCategoryBlackListCache(blaListType, iter->first); in AgeOutWifiCategoryBlack() 2164 WifiConfigCenter::GetInstance().RemoveWifiCategoryBlackListCache(blaListType, delBssid); in AgeOutWifiCategoryBlack()
|
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_sta/ |
H A D | self_cure_state_machine_test.cpp | 1410 int blaListType = EVENT_AX_BLA_LIST; in SendBlaListToDriverTest() local 1420 int blaListType = EVENT_AX_BLA_LIST; in SendBlaListToDriverTest2() local 1426 wifiCategoryBlackListCache.emplace(blaListType, wifiBlackListCache); in SendBlaListToDriverTest2()
|