Home
last modified time | relevance | path

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 Dself_cure_state_machine.h364 void SendBlaListToDriver(int blaListType);
367 …void AgeOutWifiCategoryBlack(int blaListType, std::map<std::string, WifiCategoryBlackListInfo> &bl…
H A Dself_cure_state_machine.cpp2082 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 Dself_cure_state_machine_test.cpp1410 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()