Home
last modified time | relevance | path

Searched refs:SetSystemRegionImpl (Results 1 - 2 of 2) sorted by relevance

/base/global/i18n/interfaces/js/kits/include/
H A Di18n_system_addon.h73 static napi_value SetSystemRegionImpl(napi_env env, napi_callback_info info, bool throwError);
/base/global/i18n/interfaces/js/kits/src/
H A Di18n_system_addon.cpp187 return I18nSystemAddon::SetSystemRegionImpl(env, info, false); in SetSystemRegion()
192 return I18nSystemAddon::SetSystemRegionImpl(env, info, true); in SetSystemRegionWithError()
629 napi_value I18nSystemAddon::SetSystemRegionImpl(napi_env env, napi_callback_info info, bool throwError) in SetSystemRegionImpl() function in OHOS::Global::I18n::I18nSystemAddon
640 HILOG_ERROR_I18N("SetSystemRegionImpl: Missing parameter"); in SetSystemRegionImpl()
649 HILOG_ERROR_I18N("SetSystemRegionImpl: Failed to get string item"); in SetSystemRegionImpl()
653 HILOG_INFO_I18N("I18nSystemAddon::SetSystemRegionImpl with code %{public}d", static_cast<int32_t>(err)); in SetSystemRegionImpl()
664 HILOG_ERROR_I18N("SetSystemRegionImpl: Create set system language boolean value failed"); in SetSystemRegionImpl()

Completed in 2 milliseconds