Home
last modified time | relevance | path

Searched defs:TIMEZONE_KEY (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/base/time/time_service/interfaces/kits/c/src/
H A Dtime_service.c20 const char * const TIMEZONE_KEY = "persist.time.timezone"; variable
/ohos5.0/base/time/time_service/services/time/src/
H A Dtime_zone_info.cpp27 constexpr const char *TIMEZONE_KEY = "persist.time.timezone"; variable
/ohos5.0/base/global/i18n/interfaces/native/inner_api/zone/include/
H A Dzone_util.h174 static const char *TIMEZONE_KEY; variable
/ohos5.0/base/time/time_service/framework/cj/src/
H A Dsystem_date_time.cpp28 const std::string TIMEZONE_KEY = "persist.time.timezone"; variable
/ohos5.0/base/global/i18n/frameworks/intl/include/
H A Ddate_time_format.h116 static const char *TIMEZONE_KEY; variable
/ohos5.0/base/global/i18n/frameworks/intl/src/
H A Ddate_time_format.cpp25 const char *DateTimeFormat::TIMEZONE_KEY = "persist.time.timezone"; member in OHOS::Global::I18n::DateTimeFormat
H A Di18n_timezone.cpp51 const char *I18nTimeZone::TIMEZONE_KEY = "persist.time.timezone"; member in OHOS::Global::I18n::I18nTimeZone
/ohos5.0/base/global/i18n/frameworks/zone/src/
H A Dzone_util.cpp40 const char *ZoneUtil::TIMEZONE_KEY = "persist.time.timezone"; member in ZoneUtil
/ohos5.0/base/time/time_service/framework/js/napi/system_date_time/src/
H A Dnapi_system_date_time.cpp35 const std::string TIMEZONE_KEY = "persist.time.timezone"; variable