Home
last modified time | relevance | path

Searched refs:isEnableUpdate (Results 1 - 25 of 37) sorted by relevance

12

/foundation/ability/form_fwk/test/unittest/fms_form_event_util_test/
H A Dfms_form_event_util_test.cpp737 record.isEnableUpdate = false; in HWTEST_F()
754 record.isEnableUpdate = true; in HWTEST_F()
771 record.isEnableUpdate = false; in HWTEST_F()
789 record.isEnableUpdate = false; in HWTEST_F()
807 record.isEnableUpdate = true; in HWTEST_F()
826 record.isEnableUpdate = true; in HWTEST_F()
845 record.isEnableUpdate = true; in HWTEST_F()
864 record.isEnableUpdate = true; in HWTEST_F()
887 record.isEnableUpdate = true; in HWTEST_F()
910 record.isEnableUpdate in HWTEST_F()
[all...]
H A Dmock_form_data_mgr.cpp87 formRecord.isEnableUpdate = true; in GetFormRecord()
101 formRecord.isEnableUpdate = true; in GetFormRecord()
/foundation/ability/form_fwk/test/unittest/fms_form_data_proxy_record_test/
H A Dmock_form_data_mgr.cpp46 formRecord.isEnableUpdate = true; in GetFormRecord()
/foundation/ability/form_fwk/test/fuzztest/formmgradapterthree_fuzzer/
H A Dformmgradapterthree_fuzzer.cpp67 bool isEnableUpdate = *data % ENABLE; in DoSomethingInterestingWithMyAPI() local
68 formMgrAdapter.NotifyFormsEnableUpdate(formIds, isEnableUpdate, callerToken); in DoSomethingInterestingWithMyAPI()
/foundation/ability/form_fwk/test/fuzztest/formmgrservice_fuzzer/
H A Dformmgrservice_fuzzer.cpp75 bool isEnableUpdate = *data % ENABLE; in DoSomethingInterestingWithMyAPI() local
76 formMgrService.NotifyFormsEnableUpdate(formIds, isEnableUpdate, callerToken); in DoSomethingInterestingWithMyAPI()
/foundation/ability/form_fwk/test/fuzztest/formmgrproxy_fuzzer/
H A Dformmgrproxy_fuzzer.cpp81 bool isEnableUpdate = *data % ENABLE; in DoSomethingInterestingWithMyAPI() local
82 formMgrProxy.NotifyFormsEnableUpdate(formIds, isEnableUpdate, callerToken); in DoSomethingInterestingWithMyAPI()
/foundation/ability/form_fwk/services/include/
H A Dform_record.h46 bool isEnableUpdate = false; member in OHOS::AppExecFwk::FormRecord
H A Dform_mgr_service.h309 * @param isEnableUpdate enable update or not.
313 virtual int NotifyFormsEnableUpdate(const std::vector<int64_t> &formIds, bool isEnableUpdate,
/foundation/ability/form_fwk/services/src/
H A Dform_event_util.cpp392 if (!record.isEnableUpdate && !timerCfg.enableUpdate) { in HandleTimerUpdate()
397 if (record.isEnableUpdate && !timerCfg.enableUpdate) { in HandleTimerUpdate()
404 if (!record.isEnableUpdate && timerCfg.enableUpdate) { in HandleTimerUpdate()
554 if (!formRecord.isEnableUpdate || (formRecord.updateDuration <= 0)) { in HandleAdditionalInfoChanged()
577 formRecord.isEnableUpdate = formInfo.updateEnabled; in UpdateFormRecord()
591 formRecord.isEnableUpdate = formInfo.updateEnabled; in UpdateFormRecord()
H A Dform_provider_mgr.cpp534 bool isEnableUpdate = FormDataMgr::GetInstance().IsEnableUpdate(formId); in IsNeedToFresh() local
535 HILOG_DEBUG("isEnableUpdate is %{public}d", isEnableUpdate); in IsNeedToFresh()
536 return isEnableUpdate; in IsNeedToFresh()
H A Dform_data_mgr.cpp176 newRecord.isEnableUpdate = formInfo.IsEnableUpdateFlag(); in CreateFormRecord()
196 if (newRecord.isEnableUpdate) { in CreateFormRecord()
965 * @brief Set isEnableUpdate for FormRecord.
977 itFormRecord->second.isEnableUpdate = enableUpdate; in SetEnableUpdate()
1001 itFormRecord->second.isEnableUpdate = enableUpdate; in SetUpdateInfo()
1377 record.isEnableUpdate = false; in ParseAtTimerConfig()
1401 record.isEnableUpdate = true; in ParseAtTimerConfig()
H A Dform_dump_mgr.cpp157 formInfo += " isEnableUpdate [" + std::to_string(formRecordInfo.isEnableUpdate) + "]\n"; in DumpFormInfo()
/foundation/ability/form_fwk/frameworks/js/napi/formHost/
H A Dnapi_form_host.h66 bool isEnableUpdate; member
/foundation/ability/form_fwk/interfaces/kits/native/include/
H A Dform_mgr.h367 * @param isEnableUpdate enable update or not.
371 int NotifyFormsEnableUpdate(const std::vector<int64_t> &formIds, bool isEnableUpdate,
/foundation/ability/form_fwk/test/mock/include/
H A Dmock_form_mgr_service.h60 MOCK_METHOD3(NotifyFormsEnableUpdate, int(const std::vector<int64_t> &formIds, bool isEnableUpdate,
/foundation/ability/form_fwk/test/unittest/fms_form_mgr_service_test/
H A Dmock_form_mgr_adapter.cpp242 const std::vector<int64_t> &formIds, bool isEnableUpdate, const sptr<IRemoteObject> &callerToken) in NotifyFormsEnableUpdate()
241 NotifyFormsEnableUpdate( const std::vector<int64_t> &formIds, bool isEnableUpdate, const sptr<IRemoteObject> &callerToken) NotifyFormsEnableUpdate() argument
H A Dfms_form_mgr_service_test.cpp438 bool isEnableUpdate = false; in HWTEST_F() local
441 EXPECT_EQ(formMgrService.NotifyFormsEnableUpdate(formIds, isEnableUpdate, callerToken), ERR_OK); in HWTEST_F()
445 EXPECT_EQ(formMgrService.NotifyFormsEnableUpdate(formIds, isEnableUpdate, callerToken), in HWTEST_F()
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Dmock_form_mgr_service.h136 int32_t NotifyFormsEnableUpdate(const std::vector<int64_t> &formIds, bool isEnableUpdate,
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_appkit_native_test/
H A Dform_extension_context_mock_test.h159 const std::vector<int64_t> &formIds, bool isEnableUpdate, const sptr<IRemoteObject> &callerToken) override
/foundation/ability/form_fwk/test/unittest/fms_form_host_record_test/
H A Dfms_form_host_record_test.cpp634 bool isEnableUpdate = false; in HWTEST_F() local
637 formMgrService.NotifyFormsEnableUpdate(formIds, isEnableUpdate, callerToken)); in HWTEST_F()
/foundation/ability/form_fwk/test/unittest/fms_form_mgr_adapter_test/
H A Dfms_form_mgr_adapter_test.cpp765 formRecord.isEnableUpdate = false; in HWTEST_F()
781 formRecord.isEnableUpdate = true; in HWTEST_F()
798 formRecord.isEnableUpdate = true; in HWTEST_F()
817 formRecord.isEnableUpdate = true; in HWTEST_F()
/foundation/ability/form_fwk/test/unittest/fms_form_db_record_test/
H A Dfms_form_db_record_test.cpp51 formRecord_.isEnableUpdate = false; in InitFormRecord()
/foundation/ability/form_fwk/interfaces/inner_api/include/
H A Dform_mgr_interface.h296 * @param isEnableUpdate enable update or not.
300 virtual int NotifyFormsEnableUpdate(const std::vector<int64_t> &formIds, bool isEnableUpdate,
H A Dform_mgr_proxy.h261 * @param isEnableUpdate enable update or not.
265 virtual int NotifyFormsEnableUpdate(const std::vector<int64_t> &formIds, bool isEnableUpdate,
/foundation/ability/form_fwk/test/fuzztest/formmgrstub_fuzzer/
H A Dformmgrstub_fuzzer.cpp139 int NotifyFormsEnableUpdate(const std::vector<int64_t> &formIds, bool isEnableUpdate,

Completed in 24 milliseconds

12