Home
last modified time | relevance | path

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

/ohos5.0/base/location/services/utils/lbsutils/source/
H A Dlbs_res_loader.cpp28 std::string LbsResLoader::GetSystemRegion() in GetSystemRegion() function in OHOS::Location::LbsResLoader
37 return entry_()->GetSystemRegion(); in GetSystemRegion()
/ohos5.0/base/location/services/utils/resource/source/
H A Dlbs_resources.cpp43 std::string LbsResource::GetSystemRegion() in GetSystemRegion() function in OHOS::Location::LbsResource
45 std::string result = Global::I18n::LocaleConfig::GetSystemRegion(); in GetSystemRegion()
/ohos5.0/base/global/i18n/frameworks/intl/test/unittest/
H A Dlocale_config_test.cpp47 originalRegion = LocaleConfig::GetSystemRegion(); in SetUpTestCase()
89 EXPECT_EQ(LocaleConfig::GetSystemRegion(), "CN");
388 string currentRegion = LocaleConfig::GetSystemRegion();
393 currentRegion = LocaleConfig::GetSystemRegion();
H A Dintl_test.cpp70 originalRegion = LocaleConfig::GetSystemRegion(); in SetUpTestCase()
H A Dintl_test_extent.cpp109 std::string systemRegion = LocaleConfig::GetSystemRegion();
/ohos5.0/base/location/services/utils/inner_api/
H A Di_resources.h34 virtual std::string GetSystemRegion() = 0;
/ohos5.0/base/location/services/utils/lbsutils/include/
H A Dlbs_res_loader.h33 std::string GetSystemRegion();
/ohos5.0/base/location/services/utils/resource/include/
H A Dlbs_resources.h36 std::string GetSystemRegion() override;
/ohos5.0/base/global/i18n/frameworks/intl/test/fuzztest/localeconfigget_fuzzer/
H A Dlocaleconfigget_fuzzer.cpp28 LocaleConfig::GetSystemRegion(); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/global/i18n/frameworks/intl/test/fuzztest/regexrule_fuzzer/
H A Dregexrule_fuzzer.cpp39 std::string country = LocaleConfig::GetSystemRegion(); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/multimedia/player_framework/services/services/screen_capture/server/
H A Daudio_capturer_wrapper.cpp68 std::string region = Global::I18n::LocaleConfig::GetSystemRegion(); in Start()
211 std::string region = Global::I18n::LocaleConfig::GetSystemRegion(); in SetInnerStreamUsage()
238 std::string region = Global::I18n::LocaleConfig::GetSystemRegion(); in CreateAudioCapturer()
H A Dscreen_capture_server.cpp2815 std::string region = Global::I18n::LocaleConfig::GetSystemRegion(); in OnRendererStateChange()
2935 std::string region = Global::I18n::LocaleConfig::GetSystemRegion(); in RegisterAudioRendererEventListener()
/ohos5.0/base/global/i18n/interfaces/js/kits/include/
H A Di18n_system_addon.h35 static napi_value GetSystemRegion(napi_env env, napi_callback_info info);
/ohos5.0/base/global/i18n/interfaces/js/kits/src/
H A Di18n_system_addon.cpp54 DECLARE_NAPI_STATIC_FUNCTION("getSystemRegion", GetSystemRegion), in InitI18nSystem()
173 napi_value I18nSystemAddon::GetSystemRegion(napi_env env, napi_callback_info info) in GetSystemRegion() function in OHOS::Global::I18n::I18nSystemAddon
175 std::string value = LocaleConfig::GetSystemRegion(); in GetSystemRegion()
H A Di18n_addon.cpp97 DECLARE_NAPI_FUNCTION("getSystemRegion", I18nSystemAddon::GetSystemRegion), in Init()
/ohos5.0/base/global/i18n/frameworks/intl/include/
H A Dlocale_config.h83 static std::string GetSystemRegion();
/ohos5.0/base/global/i18n/frameworks/intl/src/
H A Dsystem_locale_manager.cpp67 …bool isSuggestedWithSystemRegion = LocaleConfig::IsSuggested(*it, LocaleConfig::GetSystemRegion()); in GetLanguageInfoArray()
H A Dlocale_config.cpp296 string LocaleConfig::GetSystemRegion() in GetSystemRegion() function in OHOS::Global::I18n::LocaleConfig
513 simCountries.push_back(GetSystemRegion()); in GetCountriesFromSim()
/ohos5.0/base/location/frameworks/native/locator_sdk/source/
H A Dcountry_code_manager.cpp242 countryCodeStr8 = resLoader.GetSystemRegion(); in GetIsoCountryCode()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/wifi_country_code/
H A Dwifi_country_code_policy.cpp303 tempWifiCountryCode = Global::I18n::LocaleConfig::GetSystemRegion(); in GetWifiCountryCodeByRegion()
/ohos5.0/base/web/webview/ohos_nweb/src/
H A Dnweb_helper.cpp688 std::string systemRegion = OHOS::Global::I18n::LocaleConfig::GetSystemRegion(); in InitWebEngine()