Searched refs:isOnlyEnableUpdate (Results 1 - 8 of 8) sorted by relevance
/foundation/ability/form_fwk/test/fuzztest/formdatamgrthree_fuzzer/ |
H A D | formdatamgrthree_fuzzer.cpp | 50 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 D | formmgradaptertwo_fuzzer.cpp | 65 bool isOnlyEnableUpdate = *data % ENABLE; in DoSomethingInterestingWithMyAPI() local 66 formMgrAdapter.HandleUpdateFormFlag(formIDs, callerToken, flag, isOnlyEnableUpdate); in DoSomethingInterestingWithMyAPI()
|
/foundation/ability/form_fwk/services/include/ |
H A D | form_data_mgr.h | 345 * @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 D | form_mgr_adapter.h | 829 * @param isOnlyEnableUpdate form enable update form flag. 833 bool flag, bool isOnlyEnableUpdate);
|
/foundation/ability/form_fwk/services/src/ |
H A D | form_data_mgr.cpp | 1170 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 D | form_mgr_adapter.cpp | 2666 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 D | fms_form_mgr_adapter_test2.cpp | 938 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 D | fms_form_share_mgr_test.cpp | 2277 bool isOnlyEnableUpdate = true; in HWTEST_F() local 2281 formDataMgr.HandleUpdateHostFormFlag(formIds, flag, isOnlyEnableUpdate, formHostRecord, refreshForms); in HWTEST_F()
|
Completed in 26 milliseconds