Home
last modified time | relevance | path

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

/base/time/time_service/services/
Dtime_system_ability.cpp215 auto uIntType = static_cast<uint32_t>(timerOptions->type); in ParseTimerPara() local
216 bool isRealtime = (uIntType & TIMER_TYPE_REALTIME_MASK) > 0 ? true : false; in ParseTimerPara()
217 bool isWakeup = (uIntType & TIMER_TYPE_REALTIME_WAKEUP_MASK) > 0 ? true : false; in ParseTimerPara()
218 paras.windowLength = (uIntType & TIMER_TYPE_EXACT_MASK) > 0 ? 0 : -1; in ParseTimerPara()