Searched refs:uIntType (Results 1 – 1 of 1) sorted by relevance
215 auto uIntType = static_cast<uint32_t>(timerOptions->type); in ParseTimerPara() local216 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()