Home
last modified time | relevance | path

Searched refs:DeleteInvalidDBForms (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/ability/form_fwk/services/include/
H A Dform_db_cache.h150 …ErrCode DeleteInvalidDBForms(int32_t userId, int32_t callingUid, std::set<int64_t> &matchedFormIds,
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formdbcacheannex_fuzzer/
H A Dformdbcacheannex_fuzzer.cpp69 formDbCache.DeleteInvalidDBForms(userId, callingUid, matchedFormIds, foundFormsMap); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_db_record_test/
H A Dfms_form_db_record_test.cpp367 …EXPECT_EQ(ERR_OK, FormDbCache::GetInstance().DeleteInvalidDBForms(userId, callingUid, matchedFormI…
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_db_cache.cpp400 ErrCode FormDbCache::DeleteInvalidDBForms(int32_t userId, int32_t callingUid, std::set<int64_t> &ma… in DeleteInvalidDBForms() function in OHOS::AppExecFwk::FormDbCache
H A Dform_mgr_adapter.cpp2947 …FormDbCache::GetInstance().DeleteInvalidDBForms(userId, callingUid, matchedFormIds, removedFormsMa… in DeleteInvalidForms()
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_mgr_message_event_test/
H A Dfms_form_mgr_message_event_test.cpp742 …EXPECT_EQ(ERR_OK, formDbCache.DeleteInvalidDBForms(userId, callingUid, matchedFormIds, removedForm…