Home
last modified time | relevance | path

Searched refs:GetSystemLanguage (Results 1 – 25 of 43) sorted by relevance

12

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_ohos_resource_adapter_impl.cpp60 ArkWebString ArkOhosResourceAdapterImpl::GetSystemLanguage() in GetSystemLanguage() function in OHOS::ArkWeb::ArkOhosResourceAdapterImpl
62 std::string result = real_->GetSystemLanguage(); in GetSystemLanguage()
H A Dark_ohos_resource_adapter_impl.h39 ArkWebString GetSystemLanguage() override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_ohos_resource_adapter_wrapper.cpp71 std::string ArkOhosResourceAdapterWrapper::GetSystemLanguage() in GetSystemLanguage() function in OHOS::ArkWeb::ArkOhosResourceAdapterWrapper
77 ArkWebString ark_result = ctocpp_->GetSystemLanguage(); in GetSystemLanguage()
H A Dark_ohos_resource_adapter_wrapper.h39 std::string GetSystemLanguage() override;
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/src/
H A Dmtp_storage_manager.cpp139 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 Dbundle_resource_param.h25 static std::string GetSystemLanguage();
/ohos5.0/foundation/ability/form_fwk/services/config/
H A Dform_resource_param.h25 static std::string GetSystemLanguage();
H A Dform_resource_param.cpp31 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 Dbundle_system_state.h32 std::string GetSystemLanguage();
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/bundle_resource/
H A Dbundle_resource_param.cpp30 std::string BundleResourceParam::GetSystemLanguage() in GetSystemLanguage() function in OHOS::AppExecFwk::BundleResourceParam
H A Dbundle_resource_observer.cpp47 if (!language.empty() && (language != BundleSystemState::GetInstance().GetSystemLanguage())) { in OnConfigurationUpdated()
H A Dbundle_resource_callback.cpp64 if (language == BundleSystemState::GetInstance().GetSystemLanguage()) { in OnSystemLanguageChange()
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_resource_observer.cpp30 language_ == FormResourceParam::GetSystemLanguage(); in FormFwkResourceObserver()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/include/
H A Dmtp_storage_manager.h43 std::string GetSystemLanguage();
/ohos5.0/base/global/i18n/frameworks/intl/test/fuzztest/localeconfigget_fuzzer/
H A Dlocaleconfigget_fuzzer.cpp27 LocaleConfig::GetSystemLanguage(); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H A Dark_ohos_resource_adapter.h69 virtual ArkWebString GetSystemLanguage() = 0;
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dohos_resource_adapter.h60 virtual std::string GetSystemLanguage() = 0;
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/bundle_resource/
H A Dbundle_system_state.cpp46 std::string BundleSystemState::GetSystemLanguage() in GetSystemLanguage() function in OHOS::AppExecFwk::BundleSystemState
/ohos5.0/foundation/multimedia/ringtone_library/services/ringtone_data_extension/include/
H A Dringtone_language_manager.h45 EXPORT static std::string GetSystemLanguage();
/ohos5.0/base/global/i18n/frameworks/intl/test/unittest/
H A Dlocale_config_test.cpp46 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 Dohos_resource_adapter_impl.h77 std::string GetSystemLanguage() override;
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_resource_helper.cpp36 BundleSystemState::GetInstance().SetSystemLanguage(BundleResourceParam::GetSystemLanguage()); in BundleSystemStateInit()
/ohos5.0/foundation/multimedia/ringtone_library/services/ringtone_data_extension/src/
H A Dringtone_language_manager.cpp85 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 Di18n_system_addon.h33 static napi_value GetSystemLanguage(napi_env env, napi_callback_info info);
/ohos5.0/base/web/webview/ohos_adapter/ohos_resource_adapter/src/
H A Dohos_resource_adapter_impl.cpp570 std::string OhosResourceAdapterImpl::GetSystemLanguage() in GetSystemLanguage() function in OHOS::NWeb::OhosResourceAdapterImpl
572 return OHOS::Global::I18n::LocaleConfig::GetSystemLanguage(); in GetSystemLanguage()

12