Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/include/
H A Dform_mgr_interface.h619 virtual int32_t RecoverForms(const std::vector<int64_t> &formIds, const Want &want) in RecoverForms() function
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_render_mgr.cpp582 ErrCode FormRenderMgr::RecoverForms(const std::vector<int64_t> &formIds, const WantParams &wantPara… in RecoverForms() function in OHOS::AppExecFwk::FormRenderMgr
H A Dform_render_mgr_inner.cpp716 ErrCode FormRenderMgrInner::RecoverForms(const std::vector<int64_t> &formIds, const WantParams &wan… in RecoverForms() function in OHOS::AppExecFwk::FormRenderMgrInner
H A Dform_mgr_service.cpp1669 int32_t FormMgrService::RecoverForms(const std::vector<int64_t> &formIds, const Want &want) in RecoverForms() function in OHOS::AppExecFwk::FormMgrService
H A Dform_mgr_adapter.cpp3776 int32_t FormMgrAdapter::RecoverForms(const std::vector<int64_t> &formIds, const Want &want) in RecoverForms() function in OHOS::AppExecFwk::FormMgrAdapter
/ohos5.0/foundation/ability/form_fwk/interfaces/kits/native/src/
H A Dform_mgr.cpp1743 int32_t FormMgr::RecoverForms(const std::vector<int64_t> &formIds, const Want &want) in RecoverForms() function in OHOS::AppExecFwk::FormMgr
/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/src/
H A Dform_mgr_proxy.cpp2205 int32_t FormMgrProxy::RecoverForms(const std::vector<int64_t> &formIds, const Want &want) in RecoverForms() function in OHOS::AppExecFwk::FormMgrProxy
/ohos5.0/foundation/ability/form_fwk/frameworks/js/napi/form_host/
H A Djs_form_host.cpp395 static napi_value RecoverForms(napi_env env, napi_callback_info info) in RecoverForms() function in OHOS::AbilityRuntime::JsFormHost