Home
last modified time | relevance | path

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

/base/update/updateservice/services/core/ability/alarm/src/
Dalarm_timer_utils.cpp62 uint8_t timerType = in RegisterAlarm() local
64 timerInfo->SetType(static_cast<int>(timerType)); in RegisterAlarm()
82 uint8_t timerType = static_cast<uint8_t>(timerInfo->TIMER_TYPE_REALTIME); in RegisterRepeatAlarm() local
83 timerInfo->SetType(static_cast<int>(timerType)); in RegisterRepeatAlarm()
/base/time/time_service/utils/native/include/
Dtime_common.h29 int timerType; member
/base/time/time_service/test/unittest/service_test/src/
Dtime_proxy_test.cpp77 paras.timerType = 2;
118 paras.timerType = 2;
154 paras.timerType = 2;
221 paras.timerType = 2;
/base/time/time_service/services/
Dtime_system_ability.cpp250 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()
/base/notification/distributed_notification_service/services/ans/src/
Dreminder_data_manager.cpp367 int32_t timerType; in InitTimerInfo() local
383 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()
/base/time/time_service/services/time/src/
Dntp_update_time.cpp94 timerPara.timerType = static_cast<int>(ITimerManager::TimerType::ELAPSED_REALTIME); in Init()
/base/time/time_service/services/timer/src/
Dtimer_manager.cpp103 … "uid:%{public}d pid:%{public}d", paras.timerType, paras.windowLength, paras.interval, paras.flag, in CreateTimer()
108 paras.timerType, in CreateTimer()