Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/plugins/usage_event_report/
Dusage_event_report.cpp104 …extReportTime_ = static_cast<uint64_t>(TimeUtil::Get0ClockStampMs()) + TimeUtil::MILLISECS_PER_DAY; in Init()
107 if (nowTime >= (lastReportTime_ + TimeUtil::MILLISECS_PER_DAY)) { in Init()
151 if (nowTime > (nextReportTime_ + TimeUtil::MILLISECS_PER_DAY) in ReportDailyEvent()
152 || nowTime < (nextReportTime_ - TimeUtil::MILLISECS_PER_DAY)) { in ReportDailyEvent()
154 …extReportTime_ = static_cast<uint64_t>(TimeUtil::Get0ClockStampMs()) + TimeUtil::MILLISECS_PER_DAY; in ReportDailyEvent()
166 nextReportTime_ += TimeUtil::MILLISECS_PER_DAY; in ReportDailyEvent()
/base/hiviewdfx/hiview/base/utility/include/
Dtime_util.h35 constexpr uint64_t MILLISECS_PER_DAY = 60 * 60 * 24 * 1000; variable
/base/hiviewdfx/hiview/plugins/usage_event_report/service/factory/
Dapp_usage_event_factory.cpp98 int64_t gapTime = static_cast<int64_t>(TimeUtil::MILLISECS_PER_DAY); in GetAppUsageInfosByUserId()