Home
last modified time | relevance | path

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

/ohos5.0/base/location/frameworks/native/locator_sdk/source/
H A Dcountry_code_manager.cpp217 std::string countryCodeStr8; in GetIsoCountryCode() local
223 countryCodeStr8 = Str16ToStr8(countryCodeForNetwork); in GetIsoCountryCode()
226 if (countryCodeStr8.empty()) { in GetIsoCountryCode()
227 countryCodeStr8 = GetCountryCodeByLastLocation(); in GetIsoCountryCode()
231 if (countryCodeStr8.empty()) { in GetIsoCountryCode()
235 countryCodeStr8 = Str16ToStr8(countryCodeForSim); in GetIsoCountryCode()
240 if (countryCodeStr8.empty()) { in GetIsoCountryCode()
242 countryCodeStr8 = resLoader.GetSystemRegion(); in GetIsoCountryCode()
247 transform(countryCodeStr8.begin(), countryCodeStr8.end(), countryCodeStr8.begin(), ::toupper); in GetIsoCountryCode()
249 country.SetCountryCodeStr(countryCodeStr8); in GetIsoCountryCode()
[all …]