Home
last modified time | relevance | path

Searched refs:TimerTaskInfo (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/update/updateservice/services/core/ability/alarm/src/
H A Dalarm_timer_utils.cpp27 void AlarmTimerUtils::TimerTaskInfo::OnTrigger() in OnTrigger()
35 void AlarmTimerUtils::TimerTaskInfo::SetType(const int &type) in SetType()
40 void AlarmTimerUtils::TimerTaskInfo::SetRepeat(bool repeat) in SetRepeat()
45 void AlarmTimerUtils::TimerTaskInfo::SetInterval(const uint64_t &interval) in SetInterval()
50 void AlarmTimerUtils::TimerTaskInfo::SetWantAgent(std::shared_ptr<OHOS::AbilityRuntime::WantAgent::… in SetWantAgent()
55 void AlarmTimerUtils::TimerTaskInfo::SetCallbackInfo(const std::function<void()> &callBack) in SetCallbackInfo()
62 auto timerInfo = std::make_shared<TimerTaskInfo>(); in RegisterAlarm()
82 auto timerInfo = std::make_shared<TimerTaskInfo>(); in RegisterRepeatAlarm()
/ohos5.0/base/update/updateservice/services/core/ability/alarm/include/
H A Dalarm_timer_utils.h40 class TimerTaskInfo : public MiscServices::ITimerInfo {
42 TimerTaskInfo() {}; in TimerTaskInfo() function
43 virtual ~TimerTaskInfo() {}; in ~TimerTaskInfo()