Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/config/
H A Dwifi_config_center.h311 std::set<int> GetAllWifiLinkedNetworkId();
H A Dwifi_config_center.cpp1380 std::set<int> WifiConfigCenter::GetAllWifiLinkedNetworkId() in GetAllWifiLinkedNetworkId() function in OHOS::Wifi::WifiConfigCenter
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/wifi_asset/
H A Dwifi_asset_manager.cpp313 … std::set<int> wifiLinkedNetworkIds = WifiConfigCenter::GetInstance().GetAllWifiLinkedNetworkId(); in WifiAssetQuery()