Home
last modified time | relevance | path

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

/foundation/ability/form_fwk/test/fuzztest/formbmshelper_fuzzer/
H A Dformbmshelper_fuzzer.cpp45 formBmsHelper.NotifyModuleRemovable(bundleName, moduleName); in DoSomethingInterestingWithMyAPI()
/foundation/ability/form_fwk/test/unittest/fms_form_bms_helper_test/
H A Dfms_form_bms_helper_test.cpp200 * @tc.desc: Verify that the NotifyModuleRemovable interface executes normally and exits without exception.
212 formBmsHelper.NotifyModuleRemovable(bundleName, moduleName); in HWTEST_F()
219 * @tc.desc: Verify that the NotifyModuleRemovable interface executes normally and exits without exception.
231 formBmsHelper.NotifyModuleRemovable(bundleName, moduleName); in HWTEST_F()
238 * @tc.desc: Verify that the NotifyModuleRemovable interface executes normally and exits without exception.
250 formBmsHelper.NotifyModuleRemovable(bundleName, moduleName); in HWTEST_F()
257 * @tc.desc: Verify that the NotifyModuleRemovable interface executes normally and exits without exception.
266 formBmsHelper.NotifyModuleRemovable(bundleName, moduleName); in HWTEST_F()
271 formBmsHelper.NotifyModuleRemovable(bundleName, moduleName); in HWTEST_F()
/foundation/ability/form_fwk/services/include/
H A Dform_bms_helper.h45 void NotifyModuleRemovable(const std::string &bundleName, const std::string &moduleName);
/foundation/ability/form_fwk/test/unittest/fms_form_host_record_test/
H A Dfms_form_host_record_test.cpp174 * @tc.desc: test NotifyModuleRemovable function.
175 * @tc.type: NotifyModuleRemovable
184 formBmsHelper->NotifyModuleRemovable(bundleName, moduleName); in HWTEST_F()
190 * @tc.desc: test NotifyModuleRemovable function.
191 * @tc.type: NotifyModuleRemovable
200 formBmsHelper->NotifyModuleRemovable(bundleName, moduleName); in HWTEST_F()
206 * @tc.desc: test NotifyModuleRemovable function.
207 * @tc.type: NotifyModuleRemovable
216 formBmsHelper->NotifyModuleRemovable(bundleName, moduleName); in HWTEST_F()
222 * @tc.desc: test NotifyModuleRemovable functio
[all...]
/foundation/ability/form_fwk/services/src/
H A Dform_event_util.cpp166 FormBmsHelper::GetInstance().NotifyModuleRemovable(dbForm.bundleName, dbForm.moduleName); in HandleProviderRemoved()
538 FormBmsHelper::GetInstance().NotifyModuleRemovable(item.bundleName, item.moduleName); in BatchDeleteNoHostDBForms()
H A Dform_bms_helper.cpp88 void FormBmsHelper::NotifyModuleRemovable(const std::string &bundleName, const std::string &moduleName) in NotifyModuleRemovable() function in OHOS::AppExecFwk::FormBmsHelper
H A Dform_db_cache.cpp388 FormBmsHelper::GetInstance().NotifyModuleRemovable(item.bundleName, item.moduleName); in BatchDeleteNoHostDBForms()
H A Dform_mgr_adapter.cpp718 FormBmsHelper::GetInstance().NotifyModuleRemovable(dbRecord.bundleName, dbRecord.moduleName); in HandleDeleteFormCache()

Completed in 14 milliseconds