Searched refs:wifiLinkedNetworkIds (Results 1 – 4 of 4) sorted by relevance
625 std::set<int> wifiLinkedNetworkIds; variable626 wifiLinkedNetworkIds.insert(0);627 wifiLinkedNetworkIds.insert(1);628 … WifiSettings::GetInstance().UpdateWifiConfigFromCloud(newWifiDeviceConfigs, wifiLinkedNetworkIds);
313 … std::set<int> wifiLinkedNetworkIds = WifiConfigCenter::GetInstance().GetAllWifiLinkedNetworkId(); in WifiAssetQuery() local314 … WifiSettings::GetInstance().UpdateWifiConfigFromCloud(assetWifiConfig, wifiLinkedNetworkIds); in WifiAssetQuery()
291 const std::set<int> &wifiLinkedNetworkIds);
2096 const std::set<int> &wifiLinkedNetworkIds) in UpdateWifiConfigFromCloud() argument2101 if (wifiLinkedNetworkIds.count(iter->second.networkId) != 0) { in UpdateWifiConfigFromCloud()