Home
last modified time | relevance | path

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

/ohos5.0/base/update/updateservice/services/core/ability/alarm/src/
H A Dalarm_timer_utils.cpp74 int64_t tiggerTimeMs = time * Constant::MILLESECONDS; in RegisterAlarm()
86 int64_t repeatTimeMs = repeatTime * Constant::MILLESECONDS; in RegisterRepeatAlarm()
/ohos5.0/base/update/updateservice/services/core/ability/status_cache/src/
H A Dstatus_cache.cpp57 if (abs(TimeUtils::GetTimestampByMilliseconds() - lastDownloadTime_) < Constant::MILLESECONDS) { in IsDownloadTriggered()
/ohos5.0/base/update/updateservice/services/core/ability/common/include/
H A Dconstant.h32 constexpr int32_t MILLESECONDS = 1000; variable
/ohos5.0/base/update/updateservice/services/startup/manage/src/
H A Dstartup_schedule.cpp46 static_cast<int64_t>(STARTUP_LOOPER_INTERVAL) * Constant::MILLESECONDS; in RegisterLooper()