Home
last modified time | relevance | path

Searched refs:IsInTempWifiBlockList (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/network_black_list/
H A Dnetwork_black_list_manager.h36 bool IsInTempWifiBlockList(const std::string &bssid);
H A Dnetwork_black_list_manager.cpp117 bool NetworkBlockListManager::IsInTempWifiBlockList(const std::string &bssid) in IsInTempWifiBlockList() function in OHOS::Wifi::NetworkBlockListManager
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_pro/
H A Dwifi_pro_state_machine.cpp401 if (networkBlackListManager.IsInTempWifiBlockList(linkedInfo.bssid)) { in GoInState()