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 D | sta_auto_connect_service_test.cpp | 195 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 D | sta_saved_device_appraisal_test.cpp | 140 …_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 D | sta_auto_connect_service_test.cpp | 1068 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 D | wifi_internal_msg.h | 30 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 D | sta_auto_connect_service.cpp | 412 …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 D | wifi_settings.cpp | 235 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()
|