Home
last modified time | relevance | path

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

/ohos5.0/base/update/updateservice/services/startup/manage/src/
H A Dstartup_schedule.cpp30 constexpr uint64_t STARTUP_LOOPER_INTERVAL = 180; // 动态启停定时器轮询周期 variable
46 static_cast<int64_t>(STARTUP_LOOPER_INTERVAL) * Constant::MILLESECONDS; in RegisterLooper()
47 …looperTimerId_ = AlarmTimerUtils::RegisterRepeatAlarm(startTime, STARTUP_LOOPER_INTERVAL, [=]() { … in RegisterLooper()