Searched refs:STARTUP_LOOPER_INTERVAL (Results 1 – 1 of 1) sorted by relevance
30 constexpr uint64_t STARTUP_LOOPER_INTERVAL = 180; // 动态启停定时器轮询周期 variable46 static_cast<int64_t>(STARTUP_LOOPER_INTERVAL) * Constant::MILLESECONDS; in RegisterLooper()47 …looperTimerId_ = AlarmTimerUtils::RegisterRepeatAlarm(startTime, STARTUP_LOOPER_INTERVAL, [=]() { … in RegisterLooper()