Home
last modified time | relevance | path

Searched refs:TOTAL_SECONDS_OF_HOUR (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/base/utils/
H A Dtime_util.cpp35 constexpr int32_t TOTAL_SECONDS_OF_HOUR = 60 * 60; variable
114 …(secondsOfToday / TOTAL_SECONDS_OF_HOUR) % TWENTY_FOUR_HOUR_BASE + timeOfNow.minute_ / TOTAL_MINUT… in GetTimeOfNow()
169 …(secondsOfToday / TOTAL_SECONDS_OF_HOUR) % TWENTY_FOUR_HOUR_BASE + timeOfZone.minute_ / TOTAL_MINU… in GetTimeOfZone()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/texttimer/
H A Dtext_timer_pattern.cpp34 constexpr int32_t TOTAL_SECONDS_OF_HOUR = 60 * 60; variable
344 duration = duration * (SECONDS_OF_MILLISECOND * TOTAL_SECONDS_OF_HOUR); in GetMillisecondsDuration()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_clock/
H A Dtext_clock_pattern.cpp35 constexpr int32_t TOTAL_SECONDS_OF_HOUR = 60 * 60; variable
324 current = current - int32_t(hourWest_ * TOTAL_SECONDS_OF_HOUR); in GetCurrentFormatDateTime()