Home
last modified time | relevance | path

Searched refs:AddIntervalTimer (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formtimermgr_fuzzer/
H A Dformtimermgr_fuzzer.cpp68 formTimerMgr.AddIntervalTimer(task); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/form_fwk/services/include/
H A Dform_timer_mgr.h207 bool AddIntervalTimer(const FormTimer &task);
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_timer_mgr.cpp80 return AddIntervalTimer(task); in AddFormTimer()
314 if (!AddIntervalTimer(targetItem.refreshTask)) { in AtTimerToIntervalTimer()
459 bool FormTimerMgr::AddIntervalTimer(const FormTimer &task) in AddIntervalTimer() function in OHOS::AppExecFwk::FormTimerMgr