Searched refs:CleanRemovedTempFormRecords (Results 1 - 5 of 5) sorted by relevance
/foundation/ability/form_fwk/test/fuzztest/formdatamgrtwo_fuzzer/ |
H A D | formdatamgrtwo_fuzzer.cpp | 76 formDataMgr.CleanRemovedTempFormRecords(bundleName, userId, removedForms); in DoSomethingInterestingWithMyAPI()
|
/foundation/ability/form_fwk/services/include/ |
H A D | form_data_mgr.h | 308 void CleanRemovedTempFormRecords(const std::string &bundleName, const int32_t userId,
|
/foundation/ability/form_fwk/services/src/ |
H A D | form_event_util.cpp | 172 FormDataMgr::GetInstance().CleanRemovedTempFormRecords(bundleName, userId, removedForms); in HandleProviderRemoved()
|
H A D | form_data_mgr.cpp | 1050 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 D | fms_form_data_mgr_test.cpp | 1632 * @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