Searched refs:enableUpdate (Results 1 - 9 of 9) sorted by relevance
/foundation/ability/form_fwk/test/fuzztest/formdatamgrtwo_fuzzer/ |
H A D | formdatamgrtwo_fuzzer.cpp | 64 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 D | fms_form_event_util_test.cpp | 738 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 D | form_timer.h | 151 bool enableUpdate = false; member
|
H A D | form_data_mgr.h | 284 * @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 D | fms_form_timer_mgr_test.cpp | 115 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 D | form_event_util.cpp | 359 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 D | form_data_mgr.cpp | 967 * @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 D | form_timer_mgr.cpp | 150 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 D | fms_form_data_mgr_test.cpp | 1474 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