Home
last modified time | relevance | path

Searched refs:AtTimerToIntervalTimer (Results 1 - 4 of 4) sorted by relevance

/foundation/ability/form_fwk/test/fuzztest/formtimermgr_fuzzer/
H A Dformtimermgr_fuzzer.cpp58 formTimerMgr.AtTimerToIntervalTimer(formId, timerCfg); in DoSomethingInterestingWithMyAPI()
/foundation/ability/form_fwk/services/include/
H A Dform_timer_mgr.h251 bool AtTimerToIntervalTimer(int64_t formId, const FormTimerCfg &timerCfg);
/foundation/ability/form_fwk/test/unittest/fms_form_timer_mgr_test/
H A Dfms_form_timer_mgr_test.cpp837 * @tc.name: AtTimerToIntervalTimer.
838 * @tc.desc: test AtTimerToIntervalTimer function.
847 EXPECT_EQ(false, formTimerMgr.AtTimerToIntervalTimer(formId, timerCfg)); in HWTEST_F()
853 * @tc.name: AtTimerToIntervalTimer.
854 * @tc.desc: test AtTimerToIntervalTimer function.
863 EXPECT_EQ(false, formTimerMgr.AtTimerToIntervalTimer(formId, timerCfg)); in HWTEST_F()
869 * @tc.name: AtTimerToIntervalTimer.
870 * @tc.desc: test AtTimerToIntervalTimer function.
879 EXPECT_EQ(true, formTimerMgr.AtTimerToIntervalTimer(formId, timerCfg)); in HWTEST_F()
885 * @tc.name: AtTimerToIntervalTimer
[all...]
/foundation/ability/form_fwk/services/src/
H A Dform_timer_mgr.cpp166 return AtTimerToIntervalTimer(formId, timerCfg); in UpdateFormTimer()
281 bool FormTimerMgr::AtTimerToIntervalTimer(int64_t formId, const FormTimerCfg &timerCfg) in AtTimerToIntervalTimer() function in OHOS::AppExecFwk::FormTimerMgr

Completed in 7 milliseconds