Home
last modified time | relevance | path

Searched refs:NotifyModuleNotRemovable (Results 1 - 10 of 10) sorted by relevance

/foundation/ability/form_fwk/test/fuzztest/formbmshelper_fuzzer/
H A Dformbmshelper_fuzzer.cpp46 formBmsHelper.NotifyModuleNotRemovable(bundleName, moduleName); in DoSomethingInterestingWithMyAPI()
/foundation/ability/form_fwk/test/unittest/fms_form_bms_helper_test/
H A Dfms_form_bms_helper_test.cpp278 * @tc.desc: Verify that the NotifyModuleNotRemovable interface executes normally and exits without exception.
287 formBmsHelper.NotifyModuleNotRemovable(bundleName, moduleName); in HWTEST_F()
292 formBmsHelper.NotifyModuleNotRemovable(bundleName, moduleName); in HWTEST_F()
299 * @tc.desc: Verify that the NotifyModuleNotRemovable interface executes normally and exits without exception.
311 formBmsHelper.NotifyModuleNotRemovable(bundleName, moduleName); in HWTEST_F()
318 * @tc.desc: Verify that the NotifyModuleNotRemovable interface executes normally and exits without exception.
330 formBmsHelper.NotifyModuleNotRemovable(bundleName, moduleName); in HWTEST_F()
337 * @tc.desc: Verify that the NotifyModuleNotRemovable interface executes normally and exits without exception.
349 formBmsHelper.NotifyModuleNotRemovable(bundleName, moduleName); in HWTEST_F()
500 * @tc.desc: Verify that the NotifyModuleNotRemovable interfac
[all...]
/foundation/ability/form_fwk/services/include/
H A Dform_bms_helper.h51 void NotifyModuleNotRemovable(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.cpp238 * @tc.desc: test NotifyModuleNotRemovable function.
239 * @tc.type: NotifyModuleNotRemovable
248 formBmsHelper->NotifyModuleNotRemovable(bundleName, moduleName); in HWTEST_F()
254 * @tc.desc: test NotifyModuleNotRemovable function.
255 * @tc.type: NotifyModuleNotRemovable
264 formBmsHelper->NotifyModuleNotRemovable(bundleName, moduleName); in HWTEST_F()
270 * @tc.desc: test NotifyModuleNotRemovable function.
271 * @tc.type: NotifyModuleNotRemovable
280 formBmsHelper->NotifyModuleNotRemovable(bundleName, moduleName); in HWTEST_F()
286 * @tc.desc: test NotifyModuleNotRemovable functio
[all...]
/foundation/ability/form_fwk/services/src/
H A Dform_db_cache.cpp258 FormBmsHelper::GetInstance().NotifyModuleNotRemovable(dbInfo.bundleName, dbInfo.moduleName); in GetNoHostDBForms()
350 FormBmsHelper::GetInstance().NotifyModuleNotRemovable(formRecord.bundleName, formRecord.moduleName); in GetNoHostInvalidDBForms()
H A Dform_ability_connection.cpp77 FormBmsHelper::GetInstance().NotifyModuleNotRemovable(formRecord.bundleName, formRecord.moduleName); in OnAbilityConnectDone()
H A Dform_bms_helper.cpp113 void FormBmsHelper::NotifyModuleNotRemovable(const std::string &bundleName, const std::string &moduleName) in NotifyModuleNotRemovable() function in OHOS::AppExecFwk::FormBmsHelper
H A Dform_share_mgr.cpp419 FormBmsHelper::GetInstance().NotifyModuleNotRemovable(bundleName, moduleName); in AddProviderData()
H A Dform_event_util.cpp249 FormBmsHelper::GetInstance().NotifyModuleNotRemovable(formRecord.bundleName, formRecord.moduleName); in ProviderFormUpdated()
H A Dform_mgr_adapter.cpp738 FormBmsHelper::GetInstance().NotifyModuleNotRemovable(dbRecord.bundleName, dbRecord.moduleName); in HandleDeleteFormCache()

Completed in 13 milliseconds