Home
last modified time | relevance | path

Searched refs:enableUpdate (Results 1 - 9 of 9) sorted by relevance

/foundation/ability/form_fwk/test/fuzztest/formdatamgrtwo_fuzzer/
H A Dformdatamgrtwo_fuzzer.cpp64 bool enableUpdate = *data % ENABLE; in DoSomethingInterestingWithMyAPI() local
65 formDataMgr.SetEnableUpdate(formId, enableUpdate); in DoSomethingInterestingWithMyAPI()
69 formDataMgr.SetUpdateInfo(formId, enableUpdate, updateDuration, updateAtHour, updateAtMin); in DoSomethingInterestingWithMyAPI()
/foundation/ability/form_fwk/test/unittest/fms_form_event_util_test/
H A Dfms_form_event_util_test.cpp738 timerCfg.enableUpdate = false; in HWTEST_F()
755 timerCfg.enableUpdate = false; in HWTEST_F()
772 timerCfg.enableUpdate = true; in HWTEST_F()
790 timerCfg.enableUpdate = true; in HWTEST_F()
808 timerCfg.enableUpdate = true; in HWTEST_F()
827 timerCfg.enableUpdate = true; in HWTEST_F()
846 timerCfg.enableUpdate = true; in HWTEST_F()
865 timerCfg.enableUpdate = true; in HWTEST_F()
888 timerCfg.enableUpdate = true; in HWTEST_F()
911 timerCfg.enableUpdate in HWTEST_F()
[all...]
/foundation/ability/form_fwk/services/include/
H A Dform_timer.h151 bool enableUpdate = false; member
H A Dform_data_mgr.h284 * @param enableUpdate true or false.
286 void SetEnableUpdate(const int64_t formId, const bool enableUpdate);
290 * @param enableUpdate true or false.
295 void SetUpdateInfo(const int64_t formId, const bool enableUpdate, const long updateDuration,
/foundation/ability/form_fwk/test/unittest/fms_form_timer_mgr_test/
H A Dfms_form_timer_mgr_test.cpp115 timerCfg1.enableUpdate = true; in HWTEST_F()
135 timerCfg2.enableUpdate = true; in HWTEST_F()
157 timerCfg3.enableUpdate = true; in HWTEST_F()
178 timerCfg4.enableUpdate = true; in HWTEST_F()
304 timerCfg1.enableUpdate = true; in HWTEST_F()
324 timerCfg2.enableUpdate = true; in HWTEST_F()
346 timerCfg3.enableUpdate = true; in HWTEST_F()
367 timerCfg4.enableUpdate = true; in HWTEST_F()
579 timerCfg.enableUpdate = true; in HWTEST_F()
/foundation/ability/form_fwk/services/src/
H A Dform_event_util.cpp359 cfg.enableUpdate = true; in GetTimerCfg()
383 cfg.enableUpdate = true; in GetTimerCfg()
392 if (!record.isEnableUpdate && !timerCfg.enableUpdate) { in HandleTimerUpdate()
397 if (record.isEnableUpdate && !timerCfg.enableUpdate) { in HandleTimerUpdate()
404 if (!record.isEnableUpdate && timerCfg.enableUpdate) { in HandleTimerUpdate()
563 timerCfg.enableUpdate = true; in HandleAdditionalInfoChanged()
H A Dform_data_mgr.cpp967 * @param enableUpdate true or false.
969 void FormDataMgr::SetEnableUpdate(const int64_t formId, const bool enableUpdate) in SetEnableUpdate() argument
977 itFormRecord->second.isEnableUpdate = enableUpdate; in SetEnableUpdate()
982 * @param enableUpdate true or false.
989 const bool enableUpdate, in SetUpdateInfo()
1001 itFormRecord->second.isEnableUpdate = enableUpdate; in SetUpdateInfo()
987 SetUpdateInfo( const int64_t formId, const bool enableUpdate, const long updateDuration, const int updateAtHour, const int updateAtMin) SetUpdateInfo() argument
H A Dform_timer_mgr.cpp150 if (!timerCfg.enableUpdate) { in UpdateFormTimer()
151 HILOG_WARN("enableUpdate is false"); in UpdateFormTimer()
/foundation/ability/form_fwk/test/unittest/fms_form_data_mgr_test/
H A Dfms_form_data_mgr_test.cpp1474 bool enableUpdate = true; in HWTEST_F() local
1478 formDataMgr->SetEnableUpdate(formId, enableUpdate); in HWTEST_F()
1495 bool enableUpdate = true; in HWTEST_F() local
1504 formDataMgr_.SetEnableUpdate(formId, enableUpdate); in HWTEST_F()
1522 bool enableUpdate = true; in HWTEST_F() local
1529 formDataMgr->SetUpdateInfo(formId, enableUpdate, updateDuration, updateAtHour, updateAtMin); in HWTEST_F()
1546 bool enableUpdate = true; in HWTEST_F() local
1558 formDataMgr_.SetUpdateInfo(formId, enableUpdate, updateDuration, updateAtHour, updateAtMin); in HWTEST_F()

Completed in 18 milliseconds