Home
last modified time | relevance | path

Searched refs:DeleteFormUserUid (Results 1 - 8 of 8) sorted by relevance

/foundation/ability/form_fwk/test/fuzztest/formdatamgrone_fuzzer/
H A Dformdatamgrone_fuzzer.cpp51 formDataMgr.DeleteFormUserUid(formId, uid); in DoSomethingInterestingWithMyAPI()
/foundation/ability/form_fwk/test/unittest/fms_form_mgr_adapter_test/
H A Dmock_form_data_mgr.cpp306 bool FormDataMgr::DeleteFormUserUid(const int64_t formId, const int uid) in DeleteFormUserUid() function in OHOS::AppExecFwk::FormDataMgr
/foundation/ability/form_fwk/services/include/
H A Dform_data_mgr.h134 bool DeleteFormUserUid(const int64_t formId, const int uid);
/foundation/ability/form_fwk/services/src/
H A Dform_db_cache.cpp412 FormDataMgr::GetInstance().DeleteFormUserUid(element.first, callingUid); in DeleteInvalidDBForms()
H A Dform_event_util.cpp287 FormDataMgr::GetInstance().DeleteFormUserUid(element.first, uid); in ClearFormDBRecordData()
H A Dform_mgr_adapter.cpp595 FormDataMgr::GetInstance().DeleteFormUserUid(formId, IPCSkeleton::GetCallingUid()); in HandleReleaseForm()
663 FormDataMgr::GetInstance().DeleteFormUserUid(formId, uid); in HandleDeleteTempForm()
739 FormDataMgr::GetInstance().DeleteFormUserUid(formId, uid); in HandleDeleteFormCache()
H A Dform_data_mgr.cpp478 bool FormDataMgr::DeleteFormUserUid(const int64_t formId, const int uid) in DeleteFormUserUid() function in OHOS::AppExecFwk::FormDataMgr
/foundation/ability/form_fwk/test/unittest/fms_form_data_mgr_test/
H A Dfms_form_data_mgr_test.cpp701 * @tc.name: DeleteFormUserUid
713 EXPECT_EQ(false, formDataMgr_.DeleteFormUserUid(formId, formUserUid)); in HWTEST_F()
720 * @tc.name: DeleteFormUserUid
738 EXPECT_EQ(true, formDataMgr_.DeleteFormUserUid(formId, formUserUid)); in HWTEST_F()

Completed in 20 milliseconds