Home
last modified time | relevance | path

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

/base/time/time_service/utils/native/include/
Dtime_common.h30 int timerType; member
/base/time/time_service/services/time/src/
Dntp_update_time.cpp104 int32_t timerType = ITimerManager::TimerType::ELAPSED_REALTIME; in Init() local
108 timerPara.timerType = timerType; in Init()
/base/time/time_service/services/
Dtime_system_ability.cpp226 paras.timerType = ITimerManager::TimerType::ELAPSED_REALTIME_WAKEUP; in ParseTimerPara()
228 paras.timerType = ITimerManager::TimerType::ELAPSED_REALTIME; in ParseTimerPara()
230 paras.timerType = ITimerManager::TimerType::RTC_WAKEUP; in ParseTimerPara()
232 paras.timerType = ITimerManager::TimerType::RTC; in ParseTimerPara()
/base/notification/distributed_notification_service/services/ans/src/
Dreminder_data_manager.cpp335 int32_t timerType; in InitTimerInfo() local
351 timerType = static_cast<int32_t>(timerTypeWakeup | timerTypeExact); in InitTimerInfo()
354 timerType = static_cast<int32_t>(timerTypeAns | timerTypeExact); in InitTimerInfo()
357 timerType = static_cast<int32_t>(timerTypeWakeup | timerTypeExact); in InitTimerInfo()
360 timerType = static_cast<int32_t>(timerTypeWakeup | timerTypeExact); in InitTimerInfo()
362 sharedTimerInfo->SetType(timerType); in InitTimerInfo()
/base/time/time_service/services/timer/src/
Dtimer_manager.cpp92 paras.timerType, in CreateTimer()
101 paras.timerType, in CreateTimer()