Home
last modified time | relevance | path

Searched refs:FormTimer (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/ability/form_fwk/services/include/
H A Dform_timer_mgr.h49 bool AddFormTimer(const FormTimer &task);
141 bool GetIntervalTimer(int64_t formId, FormTimer &formTimer);
196 bool AddUpdateAtTimer(const FormTimer &task);
207 bool AddIntervalTimer(const FormTimer &task);
217 bool GetRemindTasks(std::vector<FormTimer> &remindTasks);
294 void ExecTimerTask(const FormTimer &task);
307 void ExecTimerTaskCore(const FormTimer &task);
313 void AddToNotExecTaskVec(const FormTimer &task);
399 std::map<int64_t, FormTimer> intervalTimerTasks_;
423 std::vector<FormTimer> notExecTaskVec_;
H A Dform_timer.h39 class FormTimer {
52 FormTimer() in FormTimer() function
65 FormTimer(int64_t id, bool countTimer, int32_t uId = 0)
78 FormTimer(int64_t id, long repeatTime, int32_t uId = 0)
91 FormTimer(int64_t id, int hourTime, int minTime, int32_t uId = 0)
104 ~FormTimer(void) {} in ~FormTimer()
113 FormTimer refreshTask;
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_timer_mgr.cpp65 bool FormTimerMgr::AddFormTimer(const FormTimer &task) in AddFormTimer()
99 FormTimer timerTask(formId, duration, userId); in AddFormTimer()
256 FormTimer timerTask; in IntervalToAtTimer()
424 bool FormTimerMgr::AddUpdateAtTimer(const FormTimer &task) in AddUpdateAtTimer()
459 bool FormTimerMgr::AddIntervalTimer(const FormTimer &task) in AddIntervalTimer()
535 std::vector<FormTimer> remindTasks; in HandleResetLimiter()
593 std::vector<FormTimer> updateList; in OnDynamicTimeTrigger()
639 FormTimer formTimer(id, false); in GetRemindTasks()
831 std::vector<FormTimer> updateList; in OnIntervalTimeOut()
834 FormTimer &intervalTask = intervalPair.second; in OnIntervalTimeOut()
[all …]
H A Dform_mgr_adapter.cpp1296 FormTimer formTimer; in DumpFormInfoByBundleName()
1344 FormTimer formTimer; in DumpFormInfoByFormId()
1373 FormTimer formTimer; in DumpFormTimerByFormId()
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formtimermgr_fuzzer/
H A Dformtimermgr_fuzzer.cpp42 FormTimer task; in DoSomethingInterestingWithMyAPI()
77 std::vector<FormTimer> remindTasks; in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_timer_mgr_test/
H A Dfms_form_timer_mgr_test.cpp1042 FormTimer formTimer;
1182 FormTimer formTimer;
1198 FormTimer formTimer;
1213 FormTimer formTimer;
1347 FormTimer formTimer;
1365 FormTimer formTimer;
1478 FormTimer timerTask;
1493 FormTimer timerTask;
1514 FormTimer timerTask;
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_mgr_adapter_test/
H A Dmock_form_timer_mgr.cpp66 bool FormTimerMgr::GetIntervalTimer(int64_t formId, FormTimer &formTimer) in GetIntervalTimer()
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formtimermgrannex_fuzzer/
H A Dformtimermgrannex_fuzzer.cpp53 FormTimer timerTask; in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_set_next_refresh_test/
H A Dfms_form_set_next_refresh_test.cpp197 FormTimer task(formId, 3 * Constants::MIN_PERIOD, userId);
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_event_util_test/
H A Dfms_form_event_util_test.cpp1122 FormTimer formTimer;