Home
last modified time | relevance | path

Searched refs:LOCALE_KEY (Results 1 - 4 of 4) sorted by relevance

/base/location/interfaces/inner_api/include/
H A Dconstant_definition.h53 constexpr const char* LOCALE_KEY = "persist.global.locale"; member
/base/global/i18n/frameworks/intl/include/
H A Dlocale_config.h121 static const char *LOCALE_KEY; member in OHOS::Global::I18n::LocaleConfig
/base/global/i18n/frameworks/intl/src/
H A Dlocale_config.cpp54 const char *LocaleConfig::LOCALE_KEY = "persist.global.locale"; member in OHOS::Global::I18n::LocaleConfig
297 std::string systemRegion = GetCountry(LOCALE_KEY); in GetSystemRegion()
330 std::string systemLocale = ReadSystemParameter(LOCALE_KEY, CONFIG_LEN); in GetSystemLocale()
1234 if (SetParameter(LOCALE_KEY, localeTag.data()) != 0) { in SetSystemLocale()
1462 return LOCALE_KEY; in GetLocaleKey()
/base/location/frameworks/native/locator_sdk/source/
H A Dcountry_code_manager.cpp297 LBSLOGD(COUNTRY_CODE, "LOCALE_KEY changed"); in SubscribeLocaleConfigEvent()
306 int ret = WatchParameter(LOCALE_KEY, eventCallback, nullptr); in SubscribeLocaleConfigEvent()

Completed in 5 milliseconds