Home
last modified time | relevance | path

Searched refs:PostUninstallTaskToHost (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_host_callback.cpp83 FormTaskMgr::GetInstance().PostUninstallTaskToHost(formIds, callerToken); in OnUninstall()
H A Dform_task_mgr.cpp319 void FormTaskMgr::PostUninstallTaskToHost(const std::vector<int64_t> &formIds, const sptr<IRemoteOb… in PostUninstallTaskToHost() function in OHOS::AppExecFwk::FormTaskMgr
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formtaskmgr_fuzzer/
H A Dformtaskmgr_fuzzer.cpp70 formTaskMgr.PostUninstallTaskToHost(formIdes, remoteObject); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/form_fwk/services/include/
H A Dform_task_mgr.h188 …void PostUninstallTaskToHost(const std::vector<int64_t> &formIds, const sptr<IRemoteObject> &remot…
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_task_mgr_test/
H A Dfms_form_task_mgr_test.cpp367 formTaskMgr->PostUninstallTaskToHost(formIds, remoteObject);