Searched refs:uIntType (Results 1 – 1 of 1) sorted by relevance
220 auto uIntType = static_cast<uint32_t>(timerOptions->type); in ParseTimerPara() local221 bool isRealtime = (uIntType & TIMER_TYPE_REALTIME_MASK) > 0 ? true : false; in ParseTimerPara()222 bool isWakeup = (uIntType & TIMER_TYPE_REALTIME_WAKEUP_MASK) > 0 ? true : false; in ParseTimerPara()223 paras.windowLength = (uIntType & TIMER_TYPE_EXACT_MASK) > 0 ? 0 : -1; in ParseTimerPara()234 if ((uIntType & TIMER_TYPE_IDLE_MASK) > 0) { in ParseTimerPara()237 if ((uIntType & TIMER_TYPE_INEXACT_REMINDER_MASK) > 0) { in ParseTimerPara()