Home
last modified time | relevance | path

Searched refs:SetFormsRecyclable (Results 1 - 17 of 17) sorted by relevance

/foundation/ability/form_fwk/interfaces/kits/native/include/
H A Dform_mgr.h609 int32_t SetFormsRecyclable(const std::vector<int64_t> &formIds);
/foundation/ability/form_fwk/test/mock/include/
H A Dmock_form_mgr_proxy.h97 MOCK_METHOD1(SetFormsRecyclable, int32_t(const std::vector<int64_t> &formIds));
H A Dmock_form_mgr_service.h107 MOCK_METHOD1(SetFormsRecyclable, int32_t(const std::vector<int64_t> &formIds));
/foundation/ability/form_fwk/test/unittest/fms_form_mgr_service_test/
H A Dfms_form_mgr_service_test2.cpp831 * @tc.name: test SetFormsRecyclable function.
832 * @tc.desc: Verify that the SetFormsRecyclable interface is called normally
840 ErrCode ret = formMgrService.SetFormsRecyclable(formIds); in HWTEST_F()
844 ret = formMgrService.SetFormsRecyclable(formIds); in HWTEST_F()
/foundation/ability/form_fwk/services/include/
H A Dform_mgr_service.h596 int32_t SetFormsRecyclable(const std::vector<int64_t> &formIds) override;
H A Dform_mgr_adapter.h585 int32_t SetFormsRecyclable(const std::vector<int64_t> &formIds);
/foundation/ability/form_fwk/interfaces/inner_api/include/
H A Dform_mgr_interface.h597 virtual int32_t SetFormsRecyclable(const std::vector<int64_t> &formIds) in SetFormsRecyclable() function in OHOS::AppExecFwk::IFormMgr
H A Dform_mgr_proxy.h548 int32_t SetFormsRecyclable(const std::vector<int64_t> &formIds) override;
/foundation/ability/form_fwk/frameworks/js/napi/form_host/
H A Djs_form_host.cpp390 static napi_value SetFormsRecyclable(napi_env env, napi_callback_info info) in SetFormsRecyclable() function in OHOS::AbilityRuntime::JsFormHost
1642 auto ret = FormMgr::GetInstance().SetFormsRecyclable(formIds); in OnSetFormsRecyclable()
1845 BindNativeFunction(env, exportObj, "setFormsRecyclable", moduleName, JsFormHost::SetFormsRecyclable); in JsFormHostInit()
/foundation/ability/form_fwk/interfaces/kits/native/src/
H A Dform_mgr.cpp1691 int32_t FormMgr::SetFormsRecyclable(const std::vector<int64_t> &formIds) in SetFormsRecyclable() function in OHOS::AppExecFwk::FormMgr
1712 return remoteProxy_->SetFormsRecyclable(formIds); in SetFormsRecyclable()
/foundation/ability/form_fwk/services/src/
H A Dform_mgr_service.cpp1642 int32_t FormMgrService::SetFormsRecyclable(const std::vector<int64_t> &formIds) in SetFormsRecyclable() function in OHOS::AppExecFwk::FormMgrService
1650 return FormMgrAdapter::GetInstance().SetFormsRecyclable(formIds); in SetFormsRecyclable()
H A Dform_mgr_adapter.cpp3606 int32_t FormMgrAdapter::SetFormsRecyclable(const std::vector<int64_t> &formIds) in SetFormsRecyclable() function in OHOS::AppExecFwk::FormMgrAdapter
/foundation/ability/form_fwk/test/unittest/form_mgr_test/
H A Dform_mgr_test.cpp2568 * @tc.desc: Verify SetFormsRecyclable
2575 int32_t result = FormMgr::GetInstance().SetFormsRecyclable(formIds); in HWTEST_F()
2582 * @tc.desc: Verify SetFormsRecyclable
2589 int32_t result = FormMgr::GetInstance().SetFormsRecyclable(formIds); in HWTEST_F()
2596 * @tc.desc: Verify SetFormsRecyclable
2607 EXPECT_CALL(*mockProxy, SetFormsRecyclable(_)) in HWTEST_F()
2610 int32_t result = FormMgr::GetInstance().SetFormsRecyclable(formIds); in HWTEST_F()
4477 * @tc.desc: Verify SetFormsRecyclable
4487 int32_t result = FormMgr::GetInstance().SetFormsRecyclable(formIds); in HWTEST_F()
/foundation/ability/form_fwk/test/unittest/fms_form_mgr_proxy_test/
H A Dfms_form_mgr_proxy_test.cpp2619 * @tc.desc: test SetFormsRecyclable function and return ERR.
2633 int32_t result = proxy->SetFormsRecyclable(formIds); in HWTEST_F()
2641 * @tc.desc: test SetFormsRecyclable function and return ERR_OK.
2654 int32_t result = proxy->SetFormsRecyclable(formIds); in HWTEST_F()
/foundation/ability/form_fwk/interfaces/inner_api/src/
H A Dform_mgr_proxy.cpp2157 int32_t FormMgrProxy::SetFormsRecyclable(const std::vector<int64_t> &formIds) in SetFormsRecyclable() function in OHOS::AppExecFwk::FormMgrProxy
H A Dform_mgr_stub.cpp1479 int32_t result = SetFormsRecyclable(formIds); in HandleSetFormsRecyclable()
/foundation/ability/form_fwk/test/unittest/form_mgr_stub_test/
H A Dform_mgr_stub_test.cpp2855 EXPECT_CALL(*mockFormMgrService, SetFormsRecyclable(_)) in HWTEST_F()

Completed in 46 milliseconds