Searched refs:BatchDeleteNoHostDBForms (Results 1 - 8 of 8) sorted by relevance
/foundation/ability/form_fwk/services/include/ |
H A D | form_event_util.h | 54 static void BatchDeleteNoHostDBForms(const int uid, std::map<FormIdKey, std::set<int64_t>> &noHostFormDbMap,
|
H A D | form_db_cache.h | 139 void BatchDeleteNoHostDBForms(int32_t callingUid, std::map<FormIdKey, std::set<int64_t>> &noHostDBFormsMap,
|
/foundation/ability/form_fwk/test/fuzztest/formsyseventreceiver_fuzzer/ |
H A D | formsyseventreceiver_fuzzer.cpp | 80 FormEventUtil::BatchDeleteNoHostDBForms(uid, noHostFormDbMap, removedFormsMap); in DoSomethingInterestingWithMyAPI()
|
/foundation/ability/form_fwk/test/fuzztest/formdbcacheannex_fuzzer/ |
H A D | formdbcacheannex_fuzzer.cpp | 68 formDbCache.BatchDeleteNoHostDBForms(callingUid, noHostFormDBList, foundFormsMap); in DoSomethingInterestingWithMyAPI()
|
/foundation/ability/form_fwk/services/src/ |
H A D | form_db_cache.cpp | 361 void FormDbCache::BatchDeleteNoHostDBForms(int32_t callingUid, std::map<FormIdKey, std::set<int64_t>> &noHostDBFormsMap, in BatchDeleteNoHostDBForms() function in OHOS::AppExecFwk::FormDbCache 416 BatchDeleteNoHostDBForms(callingUid, noHostDBFormsMap, foundFormsMap); in DeleteInvalidDBForms()
|
H A D | form_event_util.cpp | 293 BatchDeleteNoHostDBForms(uid, noHostFormDbMap, foundFormsMap); in ClearFormDBRecordData() 499 void FormEventUtil::BatchDeleteNoHostDBForms(const int uid, std::map<FormIdKey, std::set<int64_t>> &noHostFormDbMap, in BatchDeleteNoHostDBForms() function in OHOS::AppExecFwk::FormEventUtil
|
/foundation/ability/form_fwk/test/unittest/fms_form_event_util_test/ |
H A D | fms_form_event_util_test.cpp | 971 * @tc.desc: test BatchDeleteNoHostDBForms function.
992 FormEventUtil::BatchDeleteNoHostDBForms(userId, noHostFormDbMap, removedFormsMap);
in HWTEST_F() 998 * @tc.desc: test BatchDeleteNoHostDBForms function.
1020 FormEventUtil::BatchDeleteNoHostDBForms(userId, noHostFormDbMap, removedFormsMap);
in HWTEST_F() 1026 * @tc.desc: test BatchDeleteNoHostDBForms function.
1048 FormEventUtil::BatchDeleteNoHostDBForms(userId, noHostFormDbMap, removedFormsMap);
in HWTEST_F()
|
/foundation/ability/form_fwk/test/unittest/fms_form_mgr_message_event_test/ |
H A D | fms_form_mgr_message_event_test.cpp | 643 * @tc.desc: test BatchDeleteNoHostDBForms function. 644 * @tc.type: BatchDeleteNoHostDBForms 665 formDbCache.BatchDeleteNoHostDBForms(callingUid, noHostDBFormsMap, foundFormsMap); in HWTEST_F() 671 * @tc.desc: test BatchDeleteNoHostDBForms function. 672 * @tc.type: BatchDeleteNoHostDBForms 693 formDbCache.BatchDeleteNoHostDBForms(callingUid, noHostDBFormsMap, foundFormsMap); in HWTEST_F() 699 * @tc.desc: test BatchDeleteNoHostDBForms function. 700 * @tc.type: BatchDeleteNoHostDBForms 725 formDbCache.BatchDeleteNoHostDBForms(callingUid, noHostDBFormsMap, foundFormsMap); in HWTEST_F()
|
Completed in 7 milliseconds