Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hilog/services/hilogtool/
H A Dlog_display.cpp50 static constexpr int HOUR2SEC = MIN2SEC * HOUR2MIN; variable
131 uint32_t hour = tmp / HOUR2SEC; in DurationStr()
132 tmp -= (hour * HOUR2SEC); in DurationStr()