Home
last modified time | relevance | path

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

/ohos5.0/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()
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_event_util_test/
H A Dfms_form_event_util_test.cpp738 timerCfg.enableUpdate = false;
755 timerCfg.enableUpdate = false;
772 timerCfg.enableUpdate = true;
790 timerCfg.enableUpdate = true;
808 timerCfg.enableUpdate = true;
827 timerCfg.enableUpdate = true;
846 timerCfg.enableUpdate = true;
865 timerCfg.enableUpdate = true;
888 timerCfg.enableUpdate = true;
911 timerCfg.enableUpdate = true;
[all …]
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_event_util.cpp367 cfg.enableUpdate = true; in GetTimerCfg()
391 cfg.enableUpdate = true; in GetTimerCfg()
400 if (!record.isEnableUpdate && !timerCfg.enableUpdate) { in HandleTimerUpdate()
405 if (record.isEnableUpdate && !timerCfg.enableUpdate) { in HandleTimerUpdate()
412 if (!record.isEnableUpdate && timerCfg.enableUpdate) { in HandleTimerUpdate()
571 timerCfg.enableUpdate = true; in HandleAdditionalInfoChanged()
H A Dform_data_mgr.cpp1014 void FormDataMgr::SetEnableUpdate(const int64_t formId, const bool enableUpdate) in SetEnableUpdate() argument
1022 itFormRecord->second.isEnableUpdate = enableUpdate; in SetEnableUpdate()
1034 const bool enableUpdate, in SetUpdateInfo() argument
1046 itFormRecord->second.isEnableUpdate = enableUpdate; in SetUpdateInfo()
H A Dform_timer_mgr.cpp150 if (!timerCfg.enableUpdate) { in UpdateFormTimer()
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_timer_mgr_test/
H A Dfms_form_timer_mgr_test.cpp115 timerCfg1.enableUpdate = true;
135 timerCfg2.enableUpdate = true;
157 timerCfg3.enableUpdate = true;
178 timerCfg4.enableUpdate = true;
304 timerCfg1.enableUpdate = true;
324 timerCfg2.enableUpdate = true;
346 timerCfg3.enableUpdate = true;
367 timerCfg4.enableUpdate = true;
579 timerCfg.enableUpdate = true;
/ohos5.0/foundation/ability/form_fwk/services/include/
H A Dform_timer.h151 bool enableUpdate = false; member
H A Dform_data_mgr.h294 void SetEnableUpdate(const int64_t formId, const bool enableUpdate);
303 void SetUpdateInfo(const int64_t formId, const bool enableUpdate, const long updateDuration,
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_data_mgr_test/
H A Dfms_form_data_mgr_test.cpp1474 bool enableUpdate = true; variable
1478 formDataMgr->SetEnableUpdate(formId, enableUpdate);
1495 bool enableUpdate = true; variable
1504 formDataMgr_.SetEnableUpdate(formId, enableUpdate);
1522 bool enableUpdate = true; variable
1529 formDataMgr->SetUpdateInfo(formId, enableUpdate, updateDuration, updateAtHour, updateAtMin);
1546 bool enableUpdate = true; variable
1558 formDataMgr_.SetUpdateInfo(formId, enableUpdate, updateDuration, updateAtHour, updateAtMin);