Home
last modified time | relevance | path

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

/base/time/time_service/services/
Dtime_system_ability.cpp222 bool isWakeup = (uIntType & TIMER_TYPE_REALTIME_WAKEUP_MASK) > 0 ? true : false; in ParseTimerPara() local
225 if (isRealtime && isWakeup) { in ParseTimerPara()
229 } else if (isWakeup) { in ParseTimerPara()