Home
last modified time | relevance | path

Searched refs:integerCachedMcc (Results 1 – 1 of 1) 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.cpp121 …int integerCachedMcc = ConvertStringToInt(cachedPlmnStr.substr(PLMN_SUBSTR_LEFT, PLMN_SUBSTR_RIGHT… in GetWifiCountryCodeByMcc() local
122 if (ConvertMncToIso(integerCachedMcc, wifiCountryCode) != true) { in GetWifiCountryCodeByMcc()
123 …"get wifi country code by cached mcc fail, cached plmn invalid, mcc=%{public}d", integerCachedMcc); in GetWifiCountryCodeByMcc()