Home
last modified time | relevance | path

Searched refs:DeleteFormInfo (Results 1 - 14 of 14) sorted by relevance

/foundation/ability/form_fwk/test/unittest/fms_form_db_record_test/
H A Dfms_form_db_record_test.cpp85 FormDbCache::GetInstance().DeleteFormInfo(0); in HWTEST_F()
100 FormDbCache::GetInstance().DeleteFormInfo(1); in HWTEST_F()
115 FormDbCache::GetInstance().DeleteFormInfo(1); in HWTEST_F()
130 FormDbCache::GetInstance().DeleteFormInfo(0); in HWTEST_F()
168 FormDbCache::GetInstance().DeleteFormInfo(0); in HWTEST_F()
169 FormDbCache::GetInstance().DeleteFormInfo(1); in HWTEST_F()
208 FormDbCache::GetInstance().DeleteFormInfo(0); in HWTEST_F()
209 FormDbCache::GetInstance().DeleteFormInfo(1); in HWTEST_F()
223 EXPECT_EQ(ERR_OK, FormDbCache::GetInstance().DeleteFormInfo(2)); in HWTEST_F()
280 EXPECT_EQ(ERR_OK, FormDbCache::GetInstance().DeleteFormInfo(formI in HWTEST_F()
[all...]
/foundation/ability/form_fwk/test/unittest/fms_form_mgr_delete_form_test/
H A Dfms_form_mgr_delete_form_test.cpp114 FormDbCache::GetInstance().DeleteFormInfo(oldFormDBInfo.formId); in HWTEST_F()
159 FormDbCache::GetInstance().DeleteFormInfo(formId); in HWTEST_F()
210 FormDbCache::GetInstance().DeleteFormInfo(formId); in HWTEST_F()
260 FormDbCache::GetInstance().DeleteFormInfo(formId); in HWTEST_F()
316 FormDbCache::GetInstance().DeleteFormInfo(formId); in HWTEST_F()
366 FormDbCache::GetInstance().DeleteFormInfo(formId); in HWTEST_F()
386 FormDbCache::GetInstance().DeleteFormInfo(formId); in HWTEST_F()
406 FormDbCache::GetInstance().DeleteFormInfo(oldFormDBInfo.formId); in HWTEST_F()
452 FormDbCache::GetInstance().DeleteFormInfo(formId); in HWTEST_F()
/foundation/ability/form_fwk/test/unittest/fms_form_mgr_release_form_test/
H A Dfms_form_mgr_release_form_test.cpp142 FormDbCache::GetInstance().DeleteFormInfo(formId); in HWTEST_F()
143 FormDbCache::GetInstance().DeleteFormInfo(formId2); in HWTEST_F()
186 FormDbCache::GetInstance().DeleteFormInfo(formId1); in HWTEST_F()
187 FormDbCache::GetInstance().DeleteFormInfo(formId2); in HWTEST_F()
/foundation/ability/form_fwk/test/unittest/fms_form_mgr_add_form_test/
H A Dfms_form_mgr_add_form_test.cpp225 FormDbCache::GetInstance().DeleteFormInfo(oldFormDBInfo.formId); in HWTEST_F()
266 FormDbCache::GetInstance().DeleteFormInfo(formId); in HWTEST_F()
355 FormDbCache::GetInstance().DeleteFormInfo(formId); in HWTEST_F()
440 FormDbCache::GetInstance().DeleteFormInfo(formId); in HWTEST_F()
573 FormDbCache::GetInstance().DeleteFormInfo(formId); in HWTEST_F()
628 FormDbCache::GetInstance().DeleteFormInfo(formId); in HWTEST_F()
633 FormDbCache::GetInstance().DeleteFormInfo(formId + tempCount); in HWTEST_F()
657 FormDbCache::GetInstance().DeleteFormInfo(oldFormDBInfo.formId); in HWTEST_F()
696 FormDbCache::GetInstance().DeleteFormInfo(formId); in HWTEST_F()
701 FormDbCache::GetInstance().DeleteFormInfo(formI in HWTEST_F()
[all...]
/foundation/ability/form_fwk/test/unittest/fms_form_mgr_cast_temp_form_test/
H A Dfms_form_mgr_cast_temp_form_test.cpp161 FormDbCache::GetInstance().DeleteFormInfo(formId); in HWTEST_F()
227 FormDbCache::GetInstance().DeleteFormInfo(formId); in HWTEST_F()
/foundation/ability/form_fwk/test/unittest/fms_form_mgr_adapter_test/
H A Dmock_form_db_cache.cpp84 ErrCode FormDbCache::DeleteFormInfo(int64_t formId) in DeleteFormInfo() function in OHOS::AppExecFwk::FormDbCache
/foundation/ability/form_fwk/test/fuzztest/formdbcache_fuzzer/
H A Dformdbcache_fuzzer.cpp46 formDbCache.DeleteFormInfo(formId); in DoSomethingInterestingWithMyAPI()
/foundation/ability/form_fwk/services/include/
H A Dform_db_cache.h61 ErrCode DeleteFormInfo(int64_t formId);
/foundation/ability/form_fwk/test/unittest/fms_form_mgr_death_callback_test/
H A Dfms_form_mgr_death_callback_test.cpp195 FormDbCache::GetInstance().DeleteFormInfo(formId); in HWTEST_F()
244 FormDbCache::GetInstance().DeleteFormInfo(formId); in HWTEST_F()
/foundation/ability/form_fwk/services/src/
H A Dform_db_cache.cpp118 ErrCode FormDbCache::DeleteFormInfo(int64_t formId) in DeleteFormInfo() function in OHOS::AppExecFwk::FormDbCache
378 DeleteFormInfo(formId); in BatchDeleteNoHostDBForms()
H A Dform_ability_connection.cpp85 FormDbCache::GetInstance().DeleteFormInfo(formId_); in OnAbilityConnectDone()
H A Dform_event_util.cpp117 FormDbCache::GetInstance().DeleteFormInfo(formId); in HandleProviderUpdated()
528 FormDbCache::GetInstance().DeleteFormInfo(formId); in BatchDeleteNoHostDBForms()
H A Dform_mgr_adapter.cpp485 ret = FormDbCache::GetInstance().DeleteFormInfo(formId); in DeleteThemeForm()
711 if (result = FormDbCache::GetInstance().DeleteFormInfo(formId); result != ERR_OK) { in HandleDeleteFormCache()
/foundation/ability/form_fwk/test/unittest/fms_form_sys_event_receiver_test/
H A Dfms_form_sys_event_receiver_test.cpp187 FormDbCache::GetInstance().DeleteFormInfo(formId); in ClearFormRecord()
235 FormDbCache::GetInstance().DeleteFormInfo(formId); in HWTEST_F()

Completed in 15 milliseconds