Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/core/components/text_clock/
H A Drosen_render_text_clock.cpp35 auto timeUsec = timeOfNow.timeUsec_; in RequestRenderForNextSecond() local
39 // when [tv_usec] is 000100, (INTERVAL_OF_USECOND - timeUsec) / MICROSECONDS_OF_MILLISECOND = 999 msec in RequestRenderForNextSecond()
42 int32_t delayTime = (INTERVAL_OF_USECOND - timeUsec) / MICROSECONDS_OF_MILLISECOND + 1; // millisecond in RequestRenderForNextSecond()
/foundation/arkui/ace_engine/frameworks/core/components/clock/
H A Drosen_render_clock.cpp96 auto timeUsec = timeOfNow.timeUsec_; in RequestRenderForNextSecond() local
100 // when [tv_usec] is 000100, (INTERVAL_OF_USECOND - timeUsec) / MICROSECONDS_OF_MILLISECOND = 999 msec in RequestRenderForNextSecond()
103 int32_t delayTime = (INTERVAL_OF_USECOND - timeUsec) / MICROSECONDS_OF_MILLISECOND + 1; // millisecond in RequestRenderForNextSecond()

Completed in 2 milliseconds