/ohos5.0/base/location/services/utils/lbsutils/source/ |
H A D | lbs_res_loader.cpp | 28 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 D | lbs_resources.cpp | 43 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 D | locale_config_test.cpp | 47 originalRegion = LocaleConfig::GetSystemRegion(); in SetUpTestCase() 89 EXPECT_EQ(LocaleConfig::GetSystemRegion(), "CN"); 388 string currentRegion = LocaleConfig::GetSystemRegion(); 393 currentRegion = LocaleConfig::GetSystemRegion();
|
H A D | intl_test.cpp | 70 originalRegion = LocaleConfig::GetSystemRegion(); in SetUpTestCase()
|
H A D | intl_test_extent.cpp | 109 std::string systemRegion = LocaleConfig::GetSystemRegion();
|
/ohos5.0/base/location/services/utils/inner_api/ |
H A D | i_resources.h | 34 virtual std::string GetSystemRegion() = 0;
|
/ohos5.0/base/location/services/utils/lbsutils/include/ |
H A D | lbs_res_loader.h | 33 std::string GetSystemRegion();
|
/ohos5.0/base/location/services/utils/resource/include/ |
H A D | lbs_resources.h | 36 std::string GetSystemRegion() override;
|
/ohos5.0/base/global/i18n/frameworks/intl/test/fuzztest/localeconfigget_fuzzer/ |
H A D | localeconfigget_fuzzer.cpp | 28 LocaleConfig::GetSystemRegion(); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/global/i18n/frameworks/intl/test/fuzztest/regexrule_fuzzer/ |
H A D | regexrule_fuzzer.cpp | 39 std::string country = LocaleConfig::GetSystemRegion(); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/multimedia/player_framework/services/services/screen_capture/server/ |
H A D | audio_capturer_wrapper.cpp | 68 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 D | screen_capture_server.cpp | 2815 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 D | i18n_system_addon.h | 35 static napi_value GetSystemRegion(napi_env env, napi_callback_info info);
|
/ohos5.0/base/global/i18n/interfaces/js/kits/src/ |
H A D | i18n_system_addon.cpp | 54 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 D | i18n_addon.cpp | 97 DECLARE_NAPI_FUNCTION("getSystemRegion", I18nSystemAddon::GetSystemRegion), in Init()
|
/ohos5.0/base/global/i18n/frameworks/intl/include/ |
H A D | locale_config.h | 83 static std::string GetSystemRegion();
|
/ohos5.0/base/global/i18n/frameworks/intl/src/ |
H A D | system_locale_manager.cpp | 67 …bool isSuggestedWithSystemRegion = LocaleConfig::IsSuggested(*it, LocaleConfig::GetSystemRegion()); in GetLanguageInfoArray()
|
H A D | locale_config.cpp | 296 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 D | country_code_manager.cpp | 242 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 D | wifi_country_code_policy.cpp | 303 tempWifiCountryCode = Global::I18n::LocaleConfig::GetSystemRegion(); in GetWifiCountryCodeByRegion()
|
/ohos5.0/base/web/webview/ohos_nweb/src/ |
H A D | nweb_helper.cpp | 688 std::string systemRegion = OHOS::Global::I18n::LocaleConfig::GetSystemRegion(); in InitWebEngine()
|