Home
last modified time | relevance | path

Searched refs:EnableFormsTaskToHost (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/ability/form_fwk/services/include/
H A Dform_task_mgr.h561 void EnableFormsTaskToHost(const std::vector<int64_t> &formIds, const bool enable,
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_task_mgr.cpp1371 FormTaskMgr::GetInstance().EnableFormsTaskToHost(formIds, enable, remoteObject); in PostEnableFormsTaskToHost()
1376 void FormTaskMgr::EnableFormsTaskToHost(const std::vector<int64_t> &formIds, const bool enable, in EnableFormsTaskToHost() function in OHOS::AppExecFwk::FormTaskMgr