Searched refs:removedFormIds (Results 1 - 7 of 7) sorted by relevance
/foundation/ability/form_fwk/test/fuzztest/formdatamgrfour_fuzzer/ |
H A D | formdatamgrfour_fuzzer.cpp | 44 std::vector<int64_t> removedFormIds; in DoSomethingInterestingWithMyAPI() local 45 removedFormIds.emplace_back(formId); in DoSomethingInterestingWithMyAPI() 46 formDataMgr.DeleteFormsByUserId(userId, removedFormIds); in DoSomethingInterestingWithMyAPI()
|
/foundation/ability/form_fwk/test/fuzztest/formdatamgrone_fuzzer/ |
H A D | formdatamgrone_fuzzer.cpp | 66 std::vector<int64_t> removedFormIds; in DoSomethingInterestingWithMyAPI() local 67 removedFormIds.emplace_back(formId); in DoSomethingInterestingWithMyAPI() 68 formDataMgr.CleanHostRemovedForms(removedFormIds); in DoSomethingInterestingWithMyAPI()
|
/foundation/ability/form_fwk/services/src/ |
H A D | form_sys_event_receiver.cpp | 172 std::vector<int64_t> removedFormIds; in HandleUserIdRemoved() 173 FormDataMgr::GetInstance().DeleteFormsByUserId(userId, removedFormIds); in HandleUserIdRemoved() 178 for (itRemoved = removedFormIds.begin(); itRemoved != removedFormIds.end(); ++itRemoved) { in HandleUserIdRemoved()
|
H A D | form_data_mgr.cpp | 653 * @param removedFormIds The id list of the forms. 655 void FormDataMgr::CleanHostRemovedForms(const std::vector<int64_t> &removedFormIds) in CleanHostRemovedForms() argument 662 for (const int64_t& formId : removedFormIds) { in CleanHostRemovedForms() 1578 * @param removedFormIds removed userId. 1580 void FormDataMgr::DeleteFormsByUserId(const int32_t userId, std::vector<int64_t> &removedFormIds) in DeleteFormsByUserId() argument 1594 removedFormIds.emplace_back(itFormRecord->second.formId); in DeleteFormsByUserId()
|
/foundation/ability/form_fwk/services/include/ |
H A D | form_data_mgr.h | 77 * @param removedFormIds The id list of the forms. 79 void CleanHostRemovedForms(const std::vector<int64_t> &removedFormIds); 375 * @param removedFormIds removed userId. 377 void DeleteFormsByUserId(const int32_t userId, std::vector<int64_t> &removedFormIds);
|
/foundation/ability/form_fwk/test/unittest/fms_form_data_mgr_test/ |
H A D | fms_form_data_mgr_test.cpp | 1031 std::vector<int64_t> removedFormIds; in HWTEST_F() local 1033 removedFormIds.emplace_back(formId); in HWTEST_F() 1041 formDataMgr_.CleanHostRemovedForms(removedFormIds); in HWTEST_F() 4156 std::vector<int64_t> removedFormIds; in HWTEST_F() local 4157 formDataMgr_.DeleteFormsByUserId(usrId, removedFormIds); in HWTEST_F() 4158 EXPECT_NE(std::find(removedFormIds.begin(), removedFormIds.end(), formRecord.formId), removedFormIds.end()); in HWTEST_F()
|
/foundation/ability/form_fwk/test/unittest/fms_form_share_mgr_test/ |
H A D | fms_form_share_mgr_test.cpp | 2614 std::vector<int64_t> removedFormIds; in HWTEST_F() local 2617 formDataMgr->DeleteFormsByUserId(userId, removedFormIds); in HWTEST_F() 2630 std::vector<int64_t> removedFormIds; in HWTEST_F() local 2640 formDataMgr->DeleteFormsByUserId(userId, removedFormIds); in HWTEST_F() 2653 std::vector<int64_t> removedFormIds; in HWTEST_F() local 2663 formDataMgr->DeleteFormsByUserId(userId, removedFormIds); in HWTEST_F() 2676 std::vector<int64_t> removedFormIds; in HWTEST_F() local 2686 formDataMgr->DeleteFormsByUserId(userId, removedFormIds); in HWTEST_F() 2699 std::vector<int64_t> removedFormIds; in HWTEST_F() local 2710 formDataMgr->DeleteFormsByUserId(userId, removedFormIds); in HWTEST_F() [all...] |
Completed in 17 milliseconds