Home
last modified time | relevance | path

Searched refs:CleanRemovedTempFormRecords (Results 1 - 5 of 5) sorted by relevance

/foundation/ability/form_fwk/test/fuzztest/formdatamgrtwo_fuzzer/
H A Dformdatamgrtwo_fuzzer.cpp76 formDataMgr.CleanRemovedTempFormRecords(bundleName, userId, removedForms); in DoSomethingInterestingWithMyAPI()
/foundation/ability/form_fwk/services/include/
H A Dform_data_mgr.h308 void CleanRemovedTempFormRecords(const std::string &bundleName, const int32_t userId,
/foundation/ability/form_fwk/services/src/
H A Dform_event_util.cpp172 FormDataMgr::GetInstance().CleanRemovedTempFormRecords(bundleName, userId, removedForms); in HandleProviderRemoved()
H A Dform_data_mgr.cpp1050 void FormDataMgr::CleanRemovedTempFormRecords(const std::string &bundleName, const int32_t userId, in CleanRemovedTempFormRecords() function in OHOS::AppExecFwk::FormDataMgr
/foundation/ability/form_fwk/test/unittest/fms_form_data_mgr_test/
H A Dfms_form_data_mgr_test.cpp1632 * @tc.name: CleanRemovedTempFormRecords
1661 formDataMgr_.CleanRemovedTempFormRecords(bundleName, FormUtil::GetCurrentAccountId(), removedForms); in HWTEST_F()
1670 * @tc.name: CleanRemovedTempFormRecords
1700 formDataMgr_.CleanRemovedTempFormRecords(bundleName, Constants::DEFAULT_USER_ID, removedForms); in HWTEST_F()

Completed in 13 milliseconds