Home
last modified time | relevance | path

Searched refs:RecycleForms (Results 1 – 25 of 28) sorted by relevance

12

/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_sys_event_receiver.cpp268 RecycleForms(lastUserId); in HandleUserIdForms()
272 void FormSysEventReceiver::RecycleForms(int32_t userId) in RecycleForms() function in OHOS::AppExecFwk::FormSysEventReceiver
278 FormMgrAdapter::GetInstance().RecycleForms(formIds, want, false); in RecycleForms()
H A Dform_host_callback.cpp132 FormRenderMgr::GetInstance().RecycleForms(formIds, want, callerToken); in OnRecycleForms()
H A Dform_render_mgr.cpp563 ErrCode FormRenderMgr::RecycleForms( in RecycleForms() function in OHOS::AppExecFwk::FormRenderMgr
573 return renderIter->second->RecycleForms(formIds, want, remoteObjectOfHost); in RecycleForms()
577 return sandboxIter->second->RecycleForms(formIds, want, remoteObjectOfHost); in RecycleForms()
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
1666 return FormMgrAdapter::GetInstance().RecycleForms(formIds, want); in RecycleForms()
H A Dform_render_mgr_inner.cpp686 ErrCode FormRenderMgrInner::RecycleForms( in RecycleForms() function in OHOS::AppExecFwk::FormRenderMgrInner
/ohos5.0/foundation/ability/form_fwk/services/include/
H A Dform_sys_event_receiver.h68 void RecycleForms(int32_t userId);
H A Dform_render_mgr.h106 ErrCode RecycleForms(const std::vector<int64_t> &formIds, const Want &want,
H A Dform_render_mgr_inner.h83 ErrCode RecycleForms(const std::vector<int64_t> &formIds, const Want &want,
H A Dform_data_mgr.h681 …void RecycleForms(const std::vector<int64_t> &formIds, const int &callingUid, const Want &want) co…
H A Dform_mgr_service.h604 int32_t RecycleForms(const std::vector<int64_t> &formIds, const Want &want) override;
H A Dform_mgr_adapter.h596 …int32_t RecycleForms(const std::vector<int64_t> &formIds, const Want &want, bool isCheckCallingUid…
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formrendermgrinner_fuzzer/
H A Dformrendermgrinner_fuzzer.cpp78 formRenderMgrInner.RecycleForms(formIds, want, remoteObjectOfHost); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/form_fwk/interfaces/kits/native/include/
H A Dform_mgr.h617 int32_t RecycleForms(const std::vector<int64_t> &formIds, const Want &want);
/ohos5.0/foundation/ability/form_fwk/test/mock/include/
H A Dmock_form_mgr_proxy.h98 MOCK_METHOD2(RecycleForms, int32_t(const std::vector<int64_t> &formIds, const Want &want));
H A Dmock_form_mgr_service.h108 MOCK_METHOD2(RecycleForms, int32_t(const std::vector<int64_t> &formIds, const Want &want));
/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
H A Dform_mgr_proxy.h556 int32_t RecycleForms(const std::vector<int64_t> &formIds, const Want &want) override;
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_mgr_service_test/
H A Dfms_form_mgr_service_test2.cpp856 ErrCode ret = formMgrService.RecycleForms(formIds, want);
860 ret = formMgrService.RecycleForms(formIds, want);
/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
1740 return remoteProxy_->RecycleForms(formIds, want); in RecycleForms()
/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
1712 auto ret = FormMgr::GetInstance().RecycleForms(formIds, want); in OnRecycleForms()
1842 BindNativeFunction(env, exportObj, "recycleForms", moduleName, JsFormHost::RecycleForms); in JsFormHostInit()
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_sys_event_receiver_test/
H A Dfms_form_sys_event_receiver_test.cpp896 receiver->RecycleForms(userId);
/ohos5.0/foundation/ability/form_fwk/test/unittest/form_mgr_test/
H A Dform_mgr_test.cpp2625 int32_t result = FormMgr::GetInstance().RecycleForms(formIds, want);
2640 int32_t result = FormMgr::GetInstance().RecycleForms(formIds, want);
2658 int32_t result = FormMgr::GetInstance().RecycleForms(formIds, want);
4507 int32_t result = FormMgr::GetInstance().RecycleForms(formIds, want);
/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/src/
H A Dform_mgr_stub.cpp1502 int32_t result = RecycleForms(formIds, *want); in HandleRecycleForms()
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/test/unittest/fms_form_mgr_proxy_test/
H A Dfms_form_mgr_proxy_test.cpp2677 int32_t result = proxy->RecycleForms(formIds, want);
2699 int32_t result = proxy->RecycleForms(formIds, want);

12