Searched refs:NotifyModuleRemovable (Results 1 - 8 of 8) sorted by relevance
/foundation/ability/form_fwk/test/fuzztest/formbmshelper_fuzzer/ |
H A D | formbmshelper_fuzzer.cpp | 45 formBmsHelper.NotifyModuleRemovable(bundleName, moduleName); in DoSomethingInterestingWithMyAPI()
|
/foundation/ability/form_fwk/test/unittest/fms_form_bms_helper_test/ |
H A D | fms_form_bms_helper_test.cpp | 200 * @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 D | form_bms_helper.h | 45 void NotifyModuleRemovable(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 | 174 * @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 D | form_event_util.cpp | 166 FormBmsHelper::GetInstance().NotifyModuleRemovable(dbForm.bundleName, dbForm.moduleName); in HandleProviderRemoved() 538 FormBmsHelper::GetInstance().NotifyModuleRemovable(item.bundleName, item.moduleName); in BatchDeleteNoHostDBForms()
|
H A D | form_bms_helper.cpp | 88 void FormBmsHelper::NotifyModuleRemovable(const std::string &bundleName, const std::string &moduleName) in NotifyModuleRemovable() function in OHOS::AppExecFwk::FormBmsHelper
|
H A D | form_db_cache.cpp | 388 FormBmsHelper::GetInstance().NotifyModuleRemovable(item.bundleName, item.moduleName); in BatchDeleteNoHostDBForms()
|
H A D | form_mgr_adapter.cpp | 718 FormBmsHelper::GetInstance().NotifyModuleRemovable(dbRecord.bundleName, dbRecord.moduleName); in HandleDeleteFormCache()
|
Completed in 14 milliseconds