Home
last modified time | relevance | path

Searched defs:SECONDS_PER_DAY (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/base/utility/include/
H A Dtime_util.h33 constexpr int SECONDS_PER_DAY = 86400; // 60 * 60 * 24 variable
/ohos5.0/commonlibrary/c_utils/base/include/
H A Ddatetime_ex.h53 constexpr int SECONDS_PER_DAY = 86400; // 60 * 60 * 24 variable
/ohos5.0/base/hiviewdfx/hiview_lite/
H A Dhiview_def.h31 #define SECONDS_PER_DAY 86400 macro