Home
last modified time | relevance | path

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

/foundation/aafwk/standard/services/formmgr/src/
Dform_timer_mgr.cpp90 FormTimer timerTask(formId, duration, userId); in AddFormTimer() local
106 FormTimer timerTask(formId, updateAtHour, updateAtMin, userId); in AddFormTimer() local
246 FormTimer timerTask; in IntervalToAtTimer() local
582 FormTimer timerTask(itItem->formId, true, itItem->userId); in OnDynamicTimeTrigger() local
1217 void FormTimerMgr::ExecTimerTask(const FormTimer &timerTask) in ExecTimerTask()