Home
last modified time | relevance | path

Searched defs:RecycleForms (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_sys_event_receiver.cpp272 void FormSysEventReceiver::RecycleForms(int32_t userId) in RecycleForms() function in OHOS::AppExecFwk::FormSysEventReceiver
H A Dform_render_mgr.cpp563 ErrCode FormRenderMgr::RecycleForms( in RecycleForms() function in OHOS::AppExecFwk::FormRenderMgr
H A Dform_render_mgr_inner.cpp686 ErrCode FormRenderMgrInner::RecycleForms( in RecycleForms() function in OHOS::AppExecFwk::FormRenderMgrInner
H A Dform_mgr_service.cpp1658 int32_t FormMgrService::RecycleForms(const std::vector<int64_t> &formIds, const Want &want) in RecycleForms() function in OHOS::AppExecFwk::FormMgrService
H A Dform_data_mgr.cpp295 void FormDataMgr::RecycleForms(const std::vector<int64_t> &formIds, const int &callingUid, const Wa… in RecycleForms() function in OHOS::AppExecFwk::FormDataMgr
H A Dform_mgr_adapter.cpp3721 int32_t FormMgrAdapter::RecycleForms(const std::vector<int64_t> &formIds, const Want &want, bool is… in RecycleForms() function in OHOS::AppExecFwk::FormMgrAdapter
/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/include/
H A Dform_mgr_interface.h608 virtual int32_t RecycleForms(const std::vector<int64_t> &formIds, const Want &want) in RecycleForms() function
/ohos5.0/foundation/ability/form_fwk/interfaces/kits/native/src/
H A Dform_mgr.cpp1719 int32_t FormMgr::RecycleForms(const std::vector<int64_t> &formIds, const Want &want) in RecycleForms() function in OHOS::AppExecFwk::FormMgr
/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/src/
H A Dform_mgr_proxy.cpp2179 int32_t FormMgrProxy::RecycleForms(const std::vector<int64_t> &formIds, const Want &want) in RecycleForms() function in OHOS::AppExecFwk::FormMgrProxy
/ohos5.0/foundation/ability/form_fwk/frameworks/js/napi/form_host/
H A Djs_form_host.cpp400 static napi_value RecycleForms(napi_env env, napi_callback_info info) in RecycleForms() function in OHOS::AbilityRuntime::JsFormHost