Home
last modified time | relevance | path

Searched refs:FormUninstall (Results 1 - 4 of 4) sorted by relevance

/foundation/ability/form_fwk/test/fuzztest/formtaskmgr_fuzzer/
H A Dformtaskmgr_fuzzer.cpp89 formTaskMgr.FormUninstall(formIdes, remoteObject); in DoSomethingInterestingWithMyAPI()
/foundation/ability/form_fwk/services/include/
H A Dform_task_mgr.h428 void FormUninstall(const std::vector<int64_t> &formIds, const sptr<IRemoteObject> &remoteObject);
/foundation/ability/form_fwk/test/unittest/fms_form_task_mgr_test/
H A Dfms_form_task_mgr_test.cpp695 * @tc.desc: test FormUninstall function and remoteFormHost is nullptr
706 formTaskMgr.FormUninstall(formIds, remoteObject); in HWTEST_F()
712 * @tc.desc: test FormUninstall function and remoteFormHost is not nullptr
723 formTaskMgr.FormUninstall(formIds, remoteObject); in HWTEST_F()
/foundation/ability/form_fwk/services/src/
H A Dform_task_mgr.cpp326 FormTaskMgr::GetInstance().FormUninstall(formIds, remoteObject); in PostUninstallTaskToHost()
704 void FormTaskMgr::FormUninstall(const std::vector<int64_t> &formIds, in FormUninstall() function in OHOS::AppExecFwk::FormTaskMgr

Completed in 5 milliseconds