Searched refs:MILLESECONDS (Results 1 – 4 of 4) sorted by relevance
74 int64_t tiggerTimeMs = time * Constant::MILLESECONDS; in RegisterAlarm()86 int64_t repeatTimeMs = repeatTime * Constant::MILLESECONDS; in RegisterRepeatAlarm()
57 if (abs(TimeUtils::GetTimestampByMilliseconds() - lastDownloadTime_) < Constant::MILLESECONDS) { in IsDownloadTriggered()
32 constexpr int32_t MILLESECONDS = 1000; variable
46 static_cast<int64_t>(STARTUP_LOOPER_INTERVAL) * Constant::MILLESECONDS; in RegisterLooper()