Searched refs:UpdateFormTimer (Results 1 - 5 of 5) sorted by relevance
/foundation/ability/form_fwk/test/unittest/fms_form_timer_mgr_test/ |
H A D | fms_form_timer_mgr_test.cpp | 104 * @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 D | formtimermgr_fuzzer.cpp | 54 formTimerMgr.UpdateFormTimer(formId, type, timerCfg); in DoSomethingInterestingWithMyAPI()
|
/foundation/ability/form_fwk/services/include/ |
H A D | form_timer_mgr.h | 80 bool UpdateFormTimer(int64_t formId, const UpdateType &type, const FormTimerCfg &timerCfg);
|
/foundation/ability/form_fwk/services/src/ |
H A D | form_event_util.cpp | 438 FormTimerMgr::GetInstance().UpdateFormTimer(formId, type, newTimerCfg); in HandleTimerUpdate() 565 FormTimerMgr::GetInstance().UpdateFormTimer(formRecord.formId, UpdateType::TYPE_INTERVAL_CHANGE, timerCfg); in HandleAdditionalInfoChanged()
|
H A D | form_timer_mgr.cpp | 148 bool FormTimerMgr::UpdateFormTimer(int64_t formId, const UpdateType &type, const FormTimerCfg &timerCfg) in UpdateFormTimer() function in OHOS::AppExecFwk::FormTimerMgr
|
Completed in 11 milliseconds