Home
last modified time | relevance | path

Searched refs:formTimerMgr (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formtimermgr_fuzzer/
H A Dformtimermgr_fuzzer.cpp41 FormTimerMgr formTimerMgr; in DoSomethingInterestingWithMyAPI() local
43 formTimerMgr.AddFormTimer(task); in DoSomethingInterestingWithMyAPI()
51 formTimerMgr.RemoveFormTimer(formId); in DoSomethingInterestingWithMyAPI()
65 formTimerMgr.GetRefreshCount(formId); in DoSomethingInterestingWithMyAPI()
66 formTimerMgr.MarkRemind(formId); in DoSomethingInterestingWithMyAPI()
67 formTimerMgr.AddUpdateAtTimer(task); in DoSomethingInterestingWithMyAPI()
68 formTimerMgr.AddIntervalTimer(task); in DoSomethingInterestingWithMyAPI()
70 formTimerMgr.AddUpdateAtItem(atItem); in DoSomethingInterestingWithMyAPI()
72 formTimerMgr.HandleResetLimiter(); in DoSomethingInterestingWithMyAPI()
90 formTimerMgr.OnIntervalTimeOut(); in DoSomethingInterestingWithMyAPI()
[all …]
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_timer_mgr_test/
H A Dfms_form_timer_mgr_test.cpp559 FormTimerMgr formTimerMgr; variable
575 FormTimerMgr formTimerMgr; variable
592 FormTimerMgr formTimerMgr; variable
608 FormTimerMgr formTimerMgr; variable
624 FormTimerMgr formTimerMgr; variable
640 FormTimerMgr formTimerMgr; variable
656 FormTimerMgr formTimerMgr; variable
672 FormTimerMgr formTimerMgr; variable
688 FormTimerMgr formTimerMgr; variable
704 FormTimerMgr formTimerMgr; variable
[all …]
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formtimermgrannex_fuzzer/
H A Dformtimermgrannex_fuzzer.cpp41 FormTimerMgr formTimerMgr; in DoSomethingInterestingWithMyAPI() local
42 formTimerMgr.ClearLimiterTimerResource(); in DoSomethingInterestingWithMyAPI()
43 formTimerMgr.GetLimiterWantAgent(); in DoSomethingInterestingWithMyAPI()
44 formTimerMgr.UpdateDynamicAlarm(); in DoSomethingInterestingWithMyAPI()
47 formTimerMgr.GetDynamicWantAgent(nextTime, userId); in DoSomethingInterestingWithMyAPI()
48 formTimerMgr.ClearDynamicResource(); in DoSomethingInterestingWithMyAPI()
51 formTimerMgr.FindNextAtTimerItem(nowTime, updateAtItem); in DoSomethingInterestingWithMyAPI()
52 formTimerMgr.ClearIntervalTimer(); in DoSomethingInterestingWithMyAPI()
54 formTimerMgr.ExecTimerTask(timerTask); in DoSomethingInterestingWithMyAPI()
55 formTimerMgr.Init(); in DoSomethingInterestingWithMyAPI()
[all …]
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_timer_mgr_new_test/
H A Dfms_form_timer_mgr_new_test.cpp59 std::shared_ptr<FormTimerMgr> formTimerMgr = std::make_shared<FormTimerMgr>(); variable
60 ASSERT_NE(nullptr, formTimerMgr);
62 formTimerMgr->IsLimiterEnableRefresh(formId);