Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview_lite/
H A Dhiview_def.h31 #define SECONDS_PER_DAY 86400 macro
/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/base/utility/include/
H A Dtime_util.h33 constexpr int SECONDS_PER_DAY = 86400; // 60 * 60 * 24 variable
/ohos5.0/commonlibrary/c_utils/base/src/
H A Ddatetime_ex.cpp57 typedef duration<int64_t, std::ratio<SECONDS_PER_DAY>> dayType; in GetDaysSince1970ToNow()
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/collector/utils/
H A Dtrace_flow_controller.cpp236 uint32_t secondsOfThreeDays = 3 * TimeUtil::SECONDS_PER_DAY; // 3 : clean data three days ago in CleanOldAppTrace()
/ohos5.0/base/hiviewdfx/hievent_lite/frameworks/
H A Dhiview_output_event.c420 hour = time % SECONDS_PER_DAY / SECONDS_PER_HOUR; in EventContentFmt()