Home
last modified time | relevance | path

Searched refs:removedDBForms (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formdbcache_fuzzer/
H A Dformdbcache_fuzzer.cpp52 std::vector<FormDBInfo> removedDBForms; in DoSomethingInterestingWithMyAPI() local
53 removedDBForms.emplace_back(formDBInfo); in DoSomethingInterestingWithMyAPI()
54 formDbCache.DeleteFormInfoByBundleName(bundleName, userId, removedDBForms); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_event_util_test/
H A Dmock_form_db_cache.cpp55 std::vector<FormDBInfo> &removedDBForms) in DeleteFormInfoByBundleName() argument
59 removedDBForms.emplace_back(formDBInfo); in DeleteFormInfoByBundleName()
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_db_record_test/
H A Dfms_form_db_record_test.cpp247 std::vector<FormDBInfo> removedDBForms; variable
250 userId, removedDBForms));
253 removedDBForms));
/ohos5.0/foundation/ability/form_fwk/services/include/
H A Dform_db_cache.h95 std::vector<FormDBInfo> &removedDBForms);
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_db_cache.cpp142 std::vector<FormDBInfo> &removedDBForms) in DeleteFormInfoByBundleName() argument
151 removedDBForms.emplace_back(*itRecord); in DeleteFormInfoByBundleName()