Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_bms_helper_test/
H A Dfms_form_bms_helper_test.cpp287 formBmsHelper.NotifyModuleNotRemovable(bundleName, moduleName);
292 formBmsHelper.NotifyModuleNotRemovable(bundleName, moduleName);
311 formBmsHelper.NotifyModuleNotRemovable(bundleName, moduleName);
330 formBmsHelper.NotifyModuleNotRemovable(bundleName, moduleName);
349 formBmsHelper.NotifyModuleNotRemovable(bundleName, moduleName);
514 formBmsHelper.NotifyModuleNotRemovable(bundleName, moduleName);
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formbmshelper_fuzzer/
H A Dformbmshelper_fuzzer.cpp46 formBmsHelper.NotifyModuleNotRemovable(bundleName, moduleName); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_host_record_test/
H A Dfms_form_host_record_test.cpp248 formBmsHelper->NotifyModuleNotRemovable(bundleName, moduleName);
264 formBmsHelper->NotifyModuleNotRemovable(bundleName, moduleName);
280 formBmsHelper->NotifyModuleNotRemovable(bundleName, moduleName);
296 formBmsHelper->NotifyModuleNotRemovable(bundleName, moduleName);
/ohos5.0/foundation/ability/form_fwk/services/include/
H A Dform_bms_helper.h51 void NotifyModuleNotRemovable(const std::string &bundleName, const std::string &moduleName);
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_db_cache.cpp257 … FormBmsHelper::GetInstance().NotifyModuleNotRemovable(dbInfo.bundleName, dbInfo.moduleName); in GetNoHostDBForms()
349 …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 &modu… 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.cpp257 …FormBmsHelper::GetInstance().NotifyModuleNotRemovable(formRecord.bundleName, formRecord.moduleName… in ProviderFormUpdated()
H A Dform_mgr_adapter.cpp776 FormBmsHelper::GetInstance().NotifyModuleNotRemovable(dbRecord.bundleName, dbRecord.moduleName); in HandleDeleteFormCache()