Home
last modified time | relevance | path

Searched refs:DEVICE_CONFIG_INDEX_SSID (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_sta_new/
H A Dsta_auto_connect_service_test.cpp195 int indexType = DEVICE_CONFIG_INDEX_SSID;
212 int indexType = DEVICE_CONFIG_INDEX_SSID;
230 int indexType = DEVICE_CONFIG_INDEX_SSID;
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
H A Dsta_saved_device_appraisal_test.cpp140 …_CALL(WifiSettings::GetInstance(), GetDeviceConfig(scanInfos[0].ssid, DEVICE_CONFIG_INDEX_SSID, _)) in SaveNetworkEvaluatorSuccess1()
166 …_CALL(WifiSettings::GetInstance(), GetDeviceConfig(scanInfos[0].ssid, DEVICE_CONFIG_INDEX_SSID, _)) in SaveNetworkEvaluatorSuccess2()
189 …_CALL(WifiSettings::GetInstance(), GetDeviceConfig(scanInfos[0].ssid, DEVICE_CONFIG_INDEX_SSID, _)) in SaveNetworkEvaluatorSuccess3()
208 …_CALL(WifiSettings::GetInstance(), GetDeviceConfig(scanInfos[0].ssid, DEVICE_CONFIG_INDEX_SSID, _)) in SaveNetworkEvaluatorFail1()
H A Dsta_auto_connect_service_test.cpp1068 int indexType = DEVICE_CONFIG_INDEX_SSID; in RoamingEncryptionModeCheckSuccess()
1084 int indexType = DEVICE_CONFIG_INDEX_SSID; in RoamingEncryptionModeCheckFail1()
1102 int indexType = DEVICE_CONFIG_INDEX_SSID; in RoamingEncryptionModeCheckFail2()
1122 int indexType = DEVICE_CONFIG_INDEX_SSID; in RoamingEncryptionModeCheckFail3()
1142 int indexType = DEVICE_CONFIG_INDEX_SSID; in RoamingEncryptionModeCheckFail4()
1168 int indexType = DEVICE_CONFIG_INDEX_SSID; in RoamingSelectionSuccess1()
1187 int indexType = DEVICE_CONFIG_INDEX_SSID; in RoamingSelectionFail1()
1208 int indexType = DEVICE_CONFIG_INDEX_SSID; in RoamingSelectionFail2()
1230 int indexType = DEVICE_CONFIG_INDEX_SSID; in RoamingSelectionFail3()
1252 int indexType = DEVICE_CONFIG_INDEX_SSID; in RoamingSelectionFail4()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/include/
H A Dwifi_internal_msg.h30 constexpr int DEVICE_CONFIG_INDEX_SSID = 0; variable
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
H A Dsta_auto_connect_service.cpp412 …if (WifiSettings::GetInstance().GetDeviceConfig(scanInfo.ssid, DEVICE_CONFIG_INDEX_SSID, network) … in RoamingEncryptionModeCheck()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/config/
H A Dwifi_settings.cpp235 if (indexType == DEVICE_CONFIG_INDEX_SSID) { in GetDeviceConfig()
441 if (indexType == DEVICE_CONFIG_INDEX_SSID) { in IncreaseDeviceConnFailedCount()
462 if (indexType == DEVICE_CONFIG_INDEX_SSID) { in SetDeviceConnFailedCount()