Searched refs:timerType (Results 1 – 7 of 7) sorted by relevance
62 uint8_t timerType = in RegisterAlarm() local64 timerInfo->SetType(static_cast<int>(timerType)); in RegisterAlarm()82 uint8_t timerType = static_cast<uint8_t>(timerInfo->TIMER_TYPE_REALTIME); in RegisterRepeatAlarm() local83 timerInfo->SetType(static_cast<int>(timerType)); in RegisterRepeatAlarm()
29 int timerType; member
77 paras.timerType = 2;118 paras.timerType = 2;154 paras.timerType = 2;221 paras.timerType = 2;
250 paras.timerType = ITimerManager::TimerType::ELAPSED_REALTIME_WAKEUP; in ParseTimerPara()252 paras.timerType = ITimerManager::TimerType::ELAPSED_REALTIME; in ParseTimerPara()254 paras.timerType = ITimerManager::TimerType::RTC_WAKEUP; in ParseTimerPara()256 paras.timerType = ITimerManager::TimerType::RTC; in ParseTimerPara()
367 int32_t timerType; in InitTimerInfo() local383 timerType = static_cast<int32_t>(timerTypeWakeup | timerTypeExact); in InitTimerInfo()386 timerType = static_cast<int32_t>(timerTypeAns | timerTypeExact); in InitTimerInfo()389 timerType = static_cast<int32_t>(timerTypeWakeup | timerTypeExact); in InitTimerInfo()392 timerType = static_cast<int32_t>(timerTypeWakeup | timerTypeExact); in InitTimerInfo()394 sharedTimerInfo->SetType(timerType); in InitTimerInfo()
94 timerPara.timerType = static_cast<int>(ITimerManager::TimerType::ELAPSED_REALTIME); in Init()
103 … "uid:%{public}d pid:%{public}d", paras.timerType, paras.windowLength, paras.interval, paras.flag, in CreateTimer()108 paras.timerType, in CreateTimer()