Searched refs:MILLISECS_PER_DAY (Results 1 – 3 of 3) sorted by relevance
104 …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()
35 constexpr uint64_t MILLISECS_PER_DAY = 60 * 60 * 24 * 1000; variable
98 int64_t gapTime = static_cast<int64_t>(TimeUtil::MILLISECS_PER_DAY); in GetAppUsageInfosByUserId()