Searched refs:NotifyModuleNotRemovable (Results 1 - 10 of 10) sorted by relevance
/foundation/ability/form_fwk/test/fuzztest/formbmshelper_fuzzer/ |
H A D | formbmshelper_fuzzer.cpp | 46 formBmsHelper.NotifyModuleNotRemovable(bundleName, moduleName); in DoSomethingInterestingWithMyAPI()
|
/foundation/ability/form_fwk/test/unittest/fms_form_bms_helper_test/ |
H A D | fms_form_bms_helper_test.cpp | 278 * @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 D | form_bms_helper.h | 51 void NotifyModuleNotRemovable(const std::string &bundleName, const std::string &moduleName);
|
/foundation/ability/form_fwk/test/unittest/fms_form_host_record_test/ |
H A D | fms_form_host_record_test.cpp | 238 * @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 D | form_db_cache.cpp | 258 FormBmsHelper::GetInstance().NotifyModuleNotRemovable(dbInfo.bundleName, dbInfo.moduleName); in GetNoHostDBForms() 350 FormBmsHelper::GetInstance().NotifyModuleNotRemovable(formRecord.bundleName, formRecord.moduleName); in GetNoHostInvalidDBForms()
|
H A D | form_ability_connection.cpp | 77 FormBmsHelper::GetInstance().NotifyModuleNotRemovable(formRecord.bundleName, formRecord.moduleName); in OnAbilityConnectDone()
|
H A D | form_bms_helper.cpp | 113 void FormBmsHelper::NotifyModuleNotRemovable(const std::string &bundleName, const std::string &moduleName) in NotifyModuleNotRemovable() function in OHOS::AppExecFwk::FormBmsHelper
|
H A D | form_share_mgr.cpp | 419 FormBmsHelper::GetInstance().NotifyModuleNotRemovable(bundleName, moduleName); in AddProviderData()
|
H A D | form_event_util.cpp | 249 FormBmsHelper::GetInstance().NotifyModuleNotRemovable(formRecord.bundleName, formRecord.moduleName); in ProviderFormUpdated()
|
H A D | form_mgr_adapter.cpp | 738 FormBmsHelper::GetInstance().NotifyModuleNotRemovable(dbRecord.bundleName, dbRecord.moduleName); in HandleDeleteFormCache()
|
Completed in 13 milliseconds