Home
last modified time | relevance | path

Searched refs:PostRenderForm (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_render_connection.cpp74 FormTaskMgr::GetInstance().PostRenderForm(newRecord, std::move(want), remoteObject); in OnAbilityConnectDone()
H A Dform_render_mgr_inner.cpp108 FormTaskMgr::GetInstance().PostRenderForm(formRecord, want, remoteObject); in RenderForm()
162 FormTaskMgr::GetInstance().PostRenderForm(formRecord, std::move(want), remoteObject); in GetConnectionAndRenderForm()
H A Dform_task_mgr.cpp807 void FormTaskMgr::PostRenderForm(const FormRecord &formRecord, const Want &want, in PostRenderForm() function in OHOS::AppExecFwk::FormTaskMgr
/ohos5.0/foundation/ability/form_fwk/services/include/
H A Dform_task_mgr.h215 …void PostRenderForm(const FormRecord &formRecord, const Want &want, const sptr<IRemoteObject> &rem…