Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formdatamgrone_fuzzer/
H A Dformdatamgrone_fuzzer.cpp51 formDataMgr.DeleteFormUserUid(formId, uid); in DoSomethingInterestingWithMyAPI()
/ohos5.0/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
/ohos5.0/foundation/ability/form_fwk/services/include/
H A Dform_data_mgr.h134 bool DeleteFormUserUid(const int64_t formId, const int uid);
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_db_cache.cpp411 FormDataMgr::GetInstance().DeleteFormUserUid(element.first, callingUid); in DeleteInvalidDBForms()
H A Dform_event_util.cpp295 FormDataMgr::GetInstance().DeleteFormUserUid(element.first, uid); in ClearFormDBRecordData()
H A Dform_mgr_adapter.cpp633 FormDataMgr::GetInstance().DeleteFormUserUid(formId, IPCSkeleton::GetCallingUid()); in HandleReleaseForm()
701 FormDataMgr::GetInstance().DeleteFormUserUid(formId, uid); in HandleDeleteTempForm()
777 FormDataMgr::GetInstance().DeleteFormUserUid(formId, uid); in HandleDeleteFormCache()
H A Dform_data_mgr.cpp483 bool FormDataMgr::DeleteFormUserUid(const int64_t formId, const int uid) in DeleteFormUserUid() function in OHOS::AppExecFwk::FormDataMgr
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_data_mgr_test/
H A Dfms_form_data_mgr_test.cpp713 EXPECT_EQ(false, formDataMgr_.DeleteFormUserUid(formId, formUserUid));
738 EXPECT_EQ(true, formDataMgr_.DeleteFormUserUid(formId, formUserUid));