/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/ |
H A D | ark_ohos_resource_adapter_impl.cpp | 60 ArkWebString ArkOhosResourceAdapterImpl::GetSystemLanguage() in GetSystemLanguage() function in OHOS::ArkWeb::ArkOhosResourceAdapterImpl 62 std::string result = real_->GetSystemLanguage(); in GetSystemLanguage()
|
H A D | ark_ohos_resource_adapter_impl.h | 39 ArkWebString GetSystemLanguage() override;
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/ |
H A D | ark_ohos_resource_adapter_wrapper.cpp | 71 std::string ArkOhosResourceAdapterWrapper::GetSystemLanguage() in GetSystemLanguage() function in OHOS::ArkWeb::ArkOhosResourceAdapterWrapper 77 ArkWebString ark_result = ctocpp_->GetSystemLanguage(); in GetSystemLanguage()
|
H A D | ark_ohos_resource_adapter_wrapper.h | 39 std::string GetSystemLanguage() override;
|
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/src/ |
H A D | mtp_storage_manager.cpp | 139 std::string MtpStorageManager::GetSystemLanguage() in GetSystemLanguage() function in OHOS::Media::MtpStorageManager 156 std::string language = GetSystemLanguage(); in GetStorageDescription()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/bundle_resource/ |
H A D | bundle_resource_param.h | 25 static std::string GetSystemLanguage();
|
/ohos5.0/foundation/ability/form_fwk/services/config/ |
H A D | form_resource_param.h | 25 static std::string GetSystemLanguage();
|
H A D | form_resource_param.cpp | 31 std::string FormResourceParam::GetSystemLanguage() in GetSystemLanguage() function in OHOS::AppExecFwk::FormResourceParam
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/bundle_resource/ |
H A D | bundle_system_state.h | 32 std::string GetSystemLanguage();
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/bundle_resource/ |
H A D | bundle_resource_param.cpp | 30 std::string BundleResourceParam::GetSystemLanguage() in GetSystemLanguage() function in OHOS::AppExecFwk::BundleResourceParam
|
H A D | bundle_resource_observer.cpp | 47 if (!language.empty() && (language != BundleSystemState::GetInstance().GetSystemLanguage())) { in OnConfigurationUpdated()
|
H A D | bundle_resource_callback.cpp | 64 if (language == BundleSystemState::GetInstance().GetSystemLanguage()) { in OnSystemLanguageChange()
|
/ohos5.0/foundation/ability/form_fwk/services/src/ |
H A D | form_resource_observer.cpp | 30 language_ == FormResourceParam::GetSystemLanguage(); in FormFwkResourceObserver()
|
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/include/ |
H A D | mtp_storage_manager.h | 43 std::string GetSystemLanguage();
|
/ohos5.0/base/global/i18n/frameworks/intl/test/fuzztest/localeconfigget_fuzzer/ |
H A D | localeconfigget_fuzzer.cpp | 27 LocaleConfig::GetSystemLanguage(); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/ |
H A D | ark_ohos_resource_adapter.h | 69 virtual ArkWebString GetSystemLanguage() = 0;
|
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/ |
H A D | ohos_resource_adapter.h | 60 virtual std::string GetSystemLanguage() = 0;
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/bundle_resource/ |
H A D | bundle_system_state.cpp | 46 std::string BundleSystemState::GetSystemLanguage() in GetSystemLanguage() function in OHOS::AppExecFwk::BundleSystemState
|
/ohos5.0/foundation/multimedia/ringtone_library/services/ringtone_data_extension/include/ |
H A D | ringtone_language_manager.h | 45 EXPORT static std::string GetSystemLanguage();
|
/ohos5.0/base/global/i18n/frameworks/intl/test/unittest/ |
H A D | locale_config_test.cpp | 46 originalLanguage = LocaleConfig::GetSystemLanguage(); in SetUpTestCase() 76 EXPECT_EQ(LocaleConfig::GetSystemLanguage(), "zh-Hans");
|
/ohos5.0/base/web/webview/ohos_adapter/ohos_resource_adapter/include/ |
H A D | ohos_resource_adapter_impl.h | 77 std::string GetSystemLanguage() override;
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_resource_helper.cpp | 36 BundleSystemState::GetInstance().SetSystemLanguage(BundleResourceParam::GetSystemLanguage()); in BundleSystemStateInit()
|
/ohos5.0/foundation/multimedia/ringtone_library/services/ringtone_data_extension/src/ |
H A D | ringtone_language_manager.cpp | 85 systemLanguage_ = GetSystemLanguage(); in SyncAssetLanguage() 101 string RingtoneLanguageManager::GetSystemLanguage() in GetSystemLanguage() function in OHOS::Media::RingtoneLanguageManager
|
/ohos5.0/base/global/i18n/interfaces/js/kits/include/ |
H A D | i18n_system_addon.h | 33 static napi_value GetSystemLanguage(napi_env env, napi_callback_info info);
|
/ohos5.0/base/web/webview/ohos_adapter/ohos_resource_adapter/src/ |
H A D | ohos_resource_adapter_impl.cpp | 570 std::string OhosResourceAdapterImpl::GetSystemLanguage() in GetSystemLanguage() function in OHOS::NWeb::OhosResourceAdapterImpl 572 return OHOS::Global::I18n::LocaleConfig::GetSystemLanguage(); in GetSystemLanguage()
|