Searched refs:abnormalWifiBlockSet_ (Results 1 – 2 of 2) sorted by relevance
91 abnormalWifiBlockSet_.insert(bssid); in AddAbnormalWifiBlocklist()97 abnormalWifiBlockSet_.clear(); in CleanAbnormalWifiBlocklist()102 if (abnormalWifiBlockSet_.empty()) { in IsInAbnormalWifiBlocklist()107 return abnormalWifiBlockSet_.find(bssid) != abnormalWifiBlockSet_.end(); in IsInAbnormalWifiBlocklist()
43 std::set<std::string> abnormalWifiBlockSet_; variable