Home
last modified time | relevance | path

Searched refs:SYSTEM_PARAMETER_ERROR_CODE (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/wifi_country_code/
H A Dwifi_country_code_policy.cpp88 …if (errorCode <= SYSTEM_PARAMETER_ERROR_CODE || strcasecmp(FACTORY_RO_RUN_MODE, roRunModeValue) !=… in GetWifiCountryCodeByFactory()
96 if (errorCode <= SYSTEM_PARAMETER_ERROR_CODE) { in GetWifiCountryCodeByFactory()
115 …if (errorCode <= SYSTEM_PARAMETER_ERROR_CODE || strcasecmp(DEFAULT_OPERATOR_NUMERIC, cachedPlmn) =… in GetWifiCountryCodeByMcc()
327 if (ret <= SYSTEM_PARAMETER_ERROR_CODE) { in GetWifiCountryCodeByCache()
345 if (errorCode <= SYSTEM_PARAMETER_ERROR_CODE) { in GetWifiCountryCodeByDefaultRegion()
H A Dwifi_country_code_define.h42 constexpr int SYSTEM_PARAMETER_ERROR_CODE = 0; variable
H A Dwifi_country_code_manager.cpp249 if (errorCode <= SYSTEM_PARAMETER_ERROR_CODE) { in GetWifiCountryCodePolicy()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/network_select/
H A Dnetwork_selection_utils.cpp137 constexpr const int32_t SYSTEM_PARAMETER_ERROR_CODE = 0; in CheckDeviceTypeByVendorCountry() local
140 if (errorCode <= SYSTEM_PARAMETER_ERROR_CODE) { in CheckDeviceTypeByVendorCountry()