Home
last modified time | relevance | path

Searched defs:RecoverForm (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/include/
H A Dform_render_interface.h75 virtual int32_t RecoverForm(const FormJsInfo &formJsInfo, const Want &want) { return ERR_OK; } in RecoverForm() function
/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/src/
H A Dform_render_proxy.cpp328 int32_t FormRenderProxy::RecoverForm(const FormJsInfo &formJsInfo, const Want &want) in RecoverForm() function in OHOS::AppExecFwk::FormRenderProxy
/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/form_render/src/
H A Dform_renderer.cpp524 void FormRenderer::RecoverForm(const std::string& statusData) in RecoverForm() function in OHOS::Ace::FormRenderer
/ohos5.0/foundation/ability/form_fwk/services/form_render_service/src/
H A Dform_render_impl.cpp481 int32_t FormRenderImpl::RecoverForm(const FormJsInfo &formJsInfo, const Want &want) in RecoverForm() function in OHOS::AppExecFwk::FormRender::FormRenderImpl
H A Dform_render_record.cpp1547 int32_t FormRenderRecord::RecoverForm(const FormJsInfo &formJsInfo, in RecoverForm() function in OHOS::AppExecFwk::FormRender::FormRenderRecord
/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/ace/
H A Dui_content.h300 virtual void RecoverForm(const std::string &statusData) {} in RecoverForm() function
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_task_mgr.cpp1253 void FormTaskMgr::RecoverForm(const FormRecord &record, const Want &want, const sptr<IRemoteObject>… in RecoverForm() function in OHOS::AppExecFwk::FormTaskMgr
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dui_content_impl.cpp3525 void UIContentImpl::RecoverForm(const std::string& statusData) in RecoverForm() function in OHOS::Ace::UIContentImpl