Home
last modified time | relevance | path

Searched refs:UpdateFormTimer (Results 1 - 5 of 5) sorted by relevance

/foundation/ability/form_fwk/test/unittest/fms_form_timer_mgr_test/
H A Dfms_form_timer_mgr_test.cpp104 * @tc.name: UpdateFormTimer.
117 bool isUpdateOk1 = FormTimerMgr::GetInstance().UpdateFormTimer(PARAM_FORM_ID_VALUE_1, in HWTEST_F()
124 * @tc.name: UpdateFormTimer.
138 bool isUpdateOk2 = FormTimerMgr::GetInstance().UpdateFormTimer(PARAM_FORM_ID_VALUE_2, in HWTEST_F()
146 * @tc.name: UpdateFormTimer.
160 bool isUpdateOk3 = FormTimerMgr::GetInstance().UpdateFormTimer(PARAM_FORM_ID_VALUE_3, in HWTEST_F()
167 * @tc.name: UpdateFormTimer.
180 bool isUpdateOk4 = FormTimerMgr::GetInstance().UpdateFormTimer(PARAM_FORM_ID_VALUE_4, in HWTEST_F()
293 * @tc.name: UpdateFormTimer.
306 bool isUpdateOk1 = FormTimerMgr::GetInstance().UpdateFormTimer(PARAM_FORM_ID_VALUE_ in HWTEST_F()
[all...]
/foundation/ability/form_fwk/test/fuzztest/formtimermgr_fuzzer/
H A Dformtimermgr_fuzzer.cpp54 formTimerMgr.UpdateFormTimer(formId, type, timerCfg); in DoSomethingInterestingWithMyAPI()
/foundation/ability/form_fwk/services/include/
H A Dform_timer_mgr.h80 bool UpdateFormTimer(int64_t formId, const UpdateType &type, const FormTimerCfg &timerCfg);
/foundation/ability/form_fwk/services/src/
H A Dform_event_util.cpp438 FormTimerMgr::GetInstance().UpdateFormTimer(formId, type, newTimerCfg); in HandleTimerUpdate()
565 FormTimerMgr::GetInstance().UpdateFormTimer(formRecord.formId, UpdateType::TYPE_INTERVAL_CHANGE, timerCfg); in HandleAdditionalInfoChanged()
H A Dform_timer_mgr.cpp148 bool FormTimerMgr::UpdateFormTimer(int64_t formId, const UpdateType &type, const FormTimerCfg &timerCfg) in UpdateFormTimer() function in OHOS::AppExecFwk::FormTimerMgr

Completed in 6 milliseconds