Home
last modified time | relevance | path

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

/base/global/i18n/interfaces/js/kits/include/
H A Di18n_timezone_addon.h49 static napi_value StaticGetTimeZone(napi_env, napi_value *argv, bool isZoneID);
/base/global/i18n/interfaces/js/kits/src/
H A Di18n_timezone_addon.cpp50 return StaticGetTimeZone(env, argv, true); in GetI18nTimeZone()
257 return StaticGetTimeZone(env, argv, false); in GetTimezoneFromCity()
294 napi_value timezone = StaticGetTimeZone(env, argTimeZoneId, true); in GetTimezonesByLocation()
472 napi_value I18nTimeZoneAddon::StaticGetTimeZone(napi_env env, napi_value *argv, bool isZoneID) in StaticGetTimeZone() function in OHOS::Global::I18n::I18nTimeZoneAddon
477 HILOG_ERROR_I18N("Failed to create reference at StaticGetTimeZone"); in StaticGetTimeZone()
489 HILOG_ERROR_I18N("StaticGetTimeZone create instance failed"); in StaticGetTimeZone()

Completed in 2 milliseconds