Home
last modified time | relevance | path

Searched refs:isOnlyEnableUpdate (Results 1 - 8 of 8) sorted by relevance

/foundation/ability/form_fwk/test/fuzztest/formdatamgrthree_fuzzer/
H A Dformdatamgrthree_fuzzer.cpp50 bool isOnlyEnableUpdate = *data % ENABLE; in DoSomethingInterestingWithMyAPI() local
54 formDataMgr.HandleUpdateHostFormFlag(formIds, flag, isOnlyEnableUpdate, formHostRecord, refreshForms); in DoSomethingInterestingWithMyAPI()
56 formDataMgr.UpdateHostFormFlag(formIds, callerToken, flag, isOnlyEnableUpdate, refreshForms); in DoSomethingInterestingWithMyAPI()
/foundation/ability/form_fwk/test/fuzztest/formmgradaptertwo_fuzzer/
H A Dformmgradaptertwo_fuzzer.cpp65 bool isOnlyEnableUpdate = *data % ENABLE; in DoSomethingInterestingWithMyAPI() local
66 formMgrAdapter.HandleUpdateFormFlag(formIDs, callerToken, flag, isOnlyEnableUpdate); in DoSomethingInterestingWithMyAPI()
/foundation/ability/form_fwk/services/include/
H A Dform_data_mgr.h345 * @param isOnlyEnableUpdate form enable update form flag.
350 bool flag, bool isOnlyEnableUpdate, std::vector<int64_t> &refreshForms);
832 * @param isOnlyEnableUpdate form enable update form flag.
837 ErrCode HandleUpdateHostFormFlag(const std::vector<int64_t> &formIds, bool flag, bool isOnlyEnableUpdate,
H A Dform_mgr_adapter.h829 * @param isOnlyEnableUpdate form enable update form flag.
833 bool flag, bool isOnlyEnableUpdate);
/foundation/ability/form_fwk/services/src/
H A Dform_data_mgr.cpp1170 ErrCode FormDataMgr::HandleUpdateHostFormFlag(const std::vector<int64_t> &formIds, bool flag, bool isOnlyEnableUpdate, in HandleUpdateHostFormFlag() argument
1186 if (isOnlyEnableUpdate) { in HandleUpdateHostFormFlag()
1236 * @param isOnlyEnableUpdate form enable update form flag.
1241 bool flag, bool isOnlyEnableUpdate, std::vector<int64_t> &refreshForms) in UpdateHostFormFlag()
1248 HandleUpdateHostFormFlag(formIds, flag, isOnlyEnableUpdate, *itHostRecord, refreshForms); in UpdateHostFormFlag()
1240 UpdateHostFormFlag(const std::vector<int64_t> &formIds, const sptr<IRemoteObject> &callerToken, bool flag, bool isOnlyEnableUpdate, std::vector<int64_t> &refreshForms) UpdateHostFormFlag() argument
H A Dform_mgr_adapter.cpp2666 const sptr<IRemoteObject> &callerToken, bool flag, bool isOnlyEnableUpdate) in HandleUpdateFormFlag()
2675 flag, isOnlyEnableUpdate, refreshForms); in HandleUpdateFormFlag()
2665 HandleUpdateFormFlag(const std::vector<int64_t> &formIds, const sptr<IRemoteObject> &callerToken, bool flag, bool isOnlyEnableUpdate) HandleUpdateFormFlag() argument
/foundation/ability/form_fwk/test/unittest/fms_form_mgr_adapter_test/
H A Dfms_form_mgr_adapter_test2.cpp938 bool isOnlyEnableUpdate = false; in HWTEST_F() local
940 formMgrAdapter.HandleUpdateFormFlag(formIds, callerToken, flag, isOnlyEnableUpdate)); in HWTEST_F()
/foundation/ability/form_fwk/test/unittest/fms_form_share_mgr_test/
H A Dfms_form_share_mgr_test.cpp2277 bool isOnlyEnableUpdate = true; in HWTEST_F() local
2281 formDataMgr.HandleUpdateHostFormFlag(formIds, flag, isOnlyEnableUpdate, formHostRecord, refreshForms); in HWTEST_F()

Completed in 26 milliseconds