Searched refs:TimerPara (Results 1 – 7 of 7) sorted by relevance
29 struct TimerPara { struct
61 …int32_t CreateTimer(TimerPara ¶s, std::function<void(const uint64_t)> Callback, uint64_t &time…91 void ParseTimerPara(const std::shared_ptr<ITimerInfo> &timerOptions, TimerPara ¶s);
218 void TimeSystemAbility::ParseTimerPara(const std::shared_ptr<ITimerInfo> &timerOptions, TimerPara &… in ParseTimerPara()251 struct TimerPara paras {}; in CreateTimer()280 int32_t TimeSystemAbility::CreateTimer(TimerPara ¶s, std::function<void(const uint64_t)> Callba… in CreateTimer()
54 virtual int32_t CreateTimer(TimerPara ¶s,
36 int32_t CreateTimer(TimerPara ¶s,
107 TimerPara timerPara{}; in Init()
84 int32_t TimerManager::CreateTimer(TimerPara ¶s, in CreateTimer()