Home
last modified time | relevance | path

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

/foundation/ability/form_fwk/services/src/common/timer_mgr/
Dform_timer_mgr.cpp105 FormTimer timerTask(formId, duration, userId); in AddFormTimer() local
120 FormTimer timerTask(formId, updateAtHour, updateAtMin, userId); in AddFormTimer() local
140 FormTimer timerTask(formId, time[0], time[1], userId); in AddFormTimerForMultiUpdate() local
321 FormTimer timerTask; in IntervalToAtTimer() local
695 FormTimer timerTask(itItem->formId, true, itItem->userId); in OnDynamicTimeTrigger() local
1491 void FormTimerMgr::ExecTimerTask(const FormTimer &timerTask) in ExecTimerTask()
1500 void FormTimerMgr::ExecTimerTaskCore(const FormTimer &timerTask) in ExecTimerTaskCore()
/foundation/ability/form_fwk/test/unittest/fms_form_check_mgr_test/
Dfms_form_check_mgr_test2.cpp121 FormTimer timerTask(FORM_ID_ONE, true, 0); variable
Dfms_form_check_mgr_test.cpp333 FormTimer timerTask; variable
/foundation/ability/form_fwk/services/src/form_refresh/refresh_impl/
Dform_timer_refresh_impl.cpp135 void FormTimerRefreshImpl::BuildTimerWant(const FormTimer &timerTask, Want &want) in BuildTimerWant()
/foundation/ability/form_fwk/test/fuzztest/formtimermgrannex_fuzzer/
Dformtimermgrannex_fuzzer.cpp133 FormTimer timerTask; in DoSomethingInterestingWithMyAPI() local
/foundation/resourceschedule/soc_perf/services/core/include/
Dsocperf_common.h282 ffrt::task_handle timerTask; variable
/foundation/ability/form_fwk/test/unittest/fms_form_timer_mgr_test/
Dfms_form_timer_mgr_test.cpp1478 FormTimer timerTask; variable
/foundation/ability/form_fwk/services/src/form_mgr/
Dform_mgr_adapter.cpp375 auto timerTask = [this, formId]() { in IncreaseAddFormRequestTimeOutTask() local