/ohos5.0/drivers/hdf_core/framework/test/unittest/platform/virtual/mini/ |
H A D | rtc_mini_virtual.c | 12 int32_t RtcSetTimeZone(int32_t timeZone) in RtcSetTimeZone() 19 int32_t RtcGetTimeZone(int32_t *timeZone) in RtcGetTimeZone()
|
/aosp14/frameworks/base/packages/SettingsLib/tests/integ/src/com/android/settingslib/utils/ |
H A D | ZoneGetterTest.java | 92 final TimeZone timeZone = TimeZone.getTimeZone(TIME_ZONE_LA_ID); in getTimeZoneOffsetAndName_withTtsSpan() local 104 final TimeZone timeZone = TimeZone.getTimeZone(timeZoneId); in testTimeZoneOffsetAndNameInner() local
|
/aosp14/frameworks/base/core/tests/benchmarks/src/android/text/format/ |
H A D | AndroidTimeVsOthersBenchmark.java | 62 java.util.TimeZone timeZone = java.util.TimeZone.getTimeZone(timezoneId); in toMillis_javaUtil() local 76 android.icu.util.TimeZone timeZone = in toMillis_androidIucUtil() local
|
/ohos5.0/base/time/time_service/interfaces/kits/c/src/ |
H A D | time_service.c | 22 TimeService_ErrCode OH_TimeService_GetTimeZone(char *timeZone, uint32_t len) in OH_TimeService_GetTimeZone()
|
/aosp14/frameworks/base/core/java/android/app/admin/ |
H A D | FullyManagedDeviceProvisioningParams.java | 66 @Nullable String timeZone, in FullyManagedDeviceProvisioningParams() 88 @Nullable String timeZone, in FullyManagedDeviceProvisioningParams() 264 public Builder setTimeZone(@Nullable String timeZone) { in setTimeZone()
|
/aosp14/frameworks/base/core/tests/coretests/src/android/text/format/ |
H A D | TimeMigrationUtilsTest.java | 105 TimeZone timeZone = TimeZone.getTimeZone(timeZoneId); in formatMillisAsDateTime_matchesOldBehavior() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/utils/ |
H A D | time_util.cpp | 92 struct timezone timeZone; in GetTimeOfNow() local 147 struct timezone timeZone; in GetTimeOfZone() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_clock/ |
H A D | text_clock_layout_property.cpp | 29 struct timezone timeZone {}; in GetSystemTimeZone() struct
|
/ohos5.0/base/hiviewdfx/hiview/plugins/freeze_detector/ |
H A D | resolver.cpp | 131 std::string timeZone = ""; in GetTimeZone() local
|
/aosp14/frameworks/base/core/java/android/widget/ |
H A D | TextClock.java | 293 private void createTime(String timeZone) { in createTime() 513 public void setTimeZone(String timeZone) { in setTimeZone()
|
H A D | AnalogClock.java | 569 public void setTimeZone(@Nullable String timeZone) { in setTimeZone() 886 private static ZoneId toZoneId(@Nullable String timeZone) { in toZoneId()
|
/ohos5.0/base/telephony/core_service/services/network_search/src/ |
H A D | nitz_update.cpp | 289 std::string timeZone = util.GetDefaultZone(countryCode.c_str()); in UpdateCountryCode() local 301 void NitzUpdate::SaveTimeZone(std::string &timeZone) in SaveTimeZone()
|
/ohos5.0/base/hiviewdfx/hiview/base/event_raw/encoded/ |
H A D | raw_data_builder.cpp | 154 RawDataBuilder& RawDataBuilder::AppendTimeZone(const std::string& timeZone) in AppendTimeZone() 160 RawDataBuilder& RawDataBuilder::AppendTimeZone(const uint8_t timeZone) in AppendTimeZone()
|
/ohos5.0/base/hiviewdfx/hiview/base/event_store/utility/reader/ |
H A D | content_reader_version_1.cpp | 58 uint8_t timeZone; member
|
H A D | content_reader_version_2.cpp | 58 uint8_t timeZone; member
|
/ohos5.0/base/telephony/sms_mms/services/sms/gsm/ |
H A D | gsm_sms_param_encode.cpp | 216 int32_t timeZone = timeStamp->time.absolute.timeZone; in EncodeTimePdu() local
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/ |
H A D | date_time_format_module.cpp | 213 std::string result, timeZone; in Format() local 279 std::string result, timeZone, check; in FormatDate() local 341 std::string result, timeZone; in FormatTime() local
|
/aosp14/frameworks/base/core/java/android/timezone/ |
H A D | CountryTimeZones.java | 102 public OffsetResult(@NonNull TimeZone timeZone, boolean isOnlyMatch) { in OffsetResult()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shared/clocks/ |
H A D | DefaultClockProviderTest.kt | 136 val timeZone = mock<TimeZone>() regex
|
/ohos5.0/base/hiviewdfx/hiview/base/event_store/include/ |
H A D | base_def.h | 98 uint8_t timeZone; member
|
/ohos5.0/base/global/i18n/frameworks/intl/include/ |
H A D | date_time_format.h | 66 std::string timeZone; variable
|
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/include/ |
H A D | raw_data_base_def.h | 55 uint8_t timeZone; member
|
/ohos5.0/base/hiviewdfx/hisysevent/frameworks/native/test/unittest/common/ |
H A D | hisysevent_c_wrapper_test.cpp | 88 const std::string& timeZone) in CreateSysEventRecord()
|
/ohos5.0/base/hiviewdfx/hiview/base/event_raw/include/base/ |
H A D | raw_data_base_def.h | 91 uint8_t timeZone; member
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
H A D | KeyguardUpdateMonitorCallback.java | 54 public void onTimeZoneChanged(TimeZone timeZone) { } in onTimeZoneChanged()
|