Home
last modified time | relevance | path

Searched defs:repeat (Results 1 – 9 of 9) sorted by relevance

/base/miscservices/time/interfaces/innerkits/include/
Ditimer_info.h29 bool repeat; variable
/base/startup/init_lite/services/loopevent/timer/
Dle_timer.h27 uint64_t repeat; member
Dle_timer.c47 uint64_t repeat = 0; in HandleTimerEvent_() local
98 const TimerHandle timer, uint64_t timeout, uint64_t repeat) in LE_StartTimer()
/base/startup/init_lite/services/param/adapter/
Dparam_libuvadp.c121 int ParamTimerStart(const ParamTaskPtr timer, uint64_t timeout, uint64_t repeat) in ParamTimerStart()
/base/miscservices/time/services/time_manager/src/
Dtime_service.cpp171 void TimeService::PaserTimerPara(int32_t type, bool repeat, uint64_t interval, TimerPara &paras) in PaserTimerPara()
206 uint64_t TimeService::CreateTimer(int32_t type, bool repeat, uint64_t interval, in CreateTimer()
Dtime_service_stub.cpp235 auto repeat = data.ReadBool(); in OnCreateTimer() local
Dtime_service_proxy.cpp51 uint64_t TimeServiceProxy::CreateTimer(int32_t type, bool repeat, uint64_t interval, sptr<IRemoteOb… in CreateTimer()
/base/hiviewdfx/hiview/base/
Devent_loop.cpp214 uint64_t interval, bool repeat) in AddTimerEvent()
/base/miscservices/time/interfaces/kits/js/napi/system_timer/src/
Dsystem_timer.cpp288 bool repeat = false; in GetTimerOptions() local