Home
last modified time | relevance | path

Searched refs:ReleaseForm (Results 1 - 25 of 37) sorted by relevance

12

/foundation/ability/form_fwk/test/unittest/fms_form_mgr_release_form_test/
H A Dfms_form_mgr_release_form_test.cpp95 * SubFunction: ReleaseForm Function
96 * FunctionPoints: FormMgr ReleaseForm interface
127 EXPECT_EQ(ERR_OK, FormMgr::GetInstance().ReleaseForm(formId, token_, true)); in HWTEST_F()
151 * SubFunction: ReleaseForm Function
152 * FunctionPoints: FormMgr ReleaseForm interface
182 EXPECT_EQ(ERR_OK, FormMgr::GetInstance().ReleaseForm(formId1, token_, true)); in HWTEST_F()
195 * SubFunction: ReleaseForm Function
196 * FunctionPoints: FormMgr ReleaseForm interface
204 EXPECT_EQ(ERR_APPEXECFWK_FORM_NOT_EXIST_ID, FormMgr::GetInstance().ReleaseForm(formId, token_, true)); in HWTEST_F()
211 * SubFunction: ReleaseForm Functio
[all...]
/foundation/ability/form_fwk/test/fuzztest/formmgr_fuzzer/
H A Dformmgr_fuzzer.cpp51 formMgr.ReleaseForm(formId, callerToken, delCache); in DoSomethingInterestingWithMyAPI()
/foundation/ability/form_fwk/test/fuzztest/formmgradapter_fuzzer/
H A Dformmgradapter_fuzzer.cpp49 formMgrAdapter.ReleaseForm(formId, callerToken, delCache); in DoSomethingInterestingWithMyAPI()
/foundation/ability/form_fwk/frameworks/js/napi/formHost/
H A Dnative_module.cpp47 OHOS::AbilityRuntime::BindNativeFunction(env, exports, "releaseForm", moduleName, NapiFormHost::ReleaseForm); in NapiFormHostInit()
H A Dnapi_form_host.h87 static napi_value ReleaseForm(napi_env env, napi_callback_info info);
/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
H A Dmock_form_mgr_service.h94 int ReleaseForm(const int64_t formId, const sptr<IRemoteObject>& callerToken, const bool delCache) in ReleaseForm() function in OHOS::AppExecFwk::MockFormMgrService
/foundation/arkui/ace_engine/test/unittest/core/pattern/form/mock/
H A Dmock_form_manager_delegate.cpp91 void FormManagerDelegate::ReleaseForm() {} in ReleaseForm() function in OHOS::Ace::FormManagerDelegate
/foundation/ability/form_fwk/test/fuzztest/formmgrservice_fuzzer/
H A Dformmgrservice_fuzzer.cpp50 formMgrService.ReleaseForm(formId, callerToken, delCache); in DoSomethingInterestingWithMyAPI()
/foundation/ability/form_fwk/test/fuzztest/formmgrproxy_fuzzer/
H A Dformmgrproxy_fuzzer.cpp50 formMgrProxy.ReleaseForm(formId, callerToken, delCache); in DoSomethingInterestingWithMyAPI()
/foundation/ability/form_fwk/test/unittest/fms_form_mgr_adapter_test/
H A Dfms_form_mgr_adapter_test.cpp190 * @tc.desc: test ReleaseForm function.
200 EXPECT_EQ(ERR_APPEXECFWK_FORM_INVALID_PARAM, formMgrAdapter.ReleaseForm(formId, callerToken, delCache)); in HWTEST_F()
206 * @tc.desc: test ReleaseForm function.
217 EXPECT_EQ(ERR_APPEXECFWK_FORM_OPERATION_NOT_SELF, formMgrAdapter.ReleaseForm(formId, callerToken, delCache)); in HWTEST_F()
223 * @tc.desc: test ReleaseForm function.
235 EXPECT_EQ(ERR_APPEXECFWK_FORM_OPERATION_NOT_SELF, formMgrAdapter.ReleaseForm(formId, callerToken, delCache)); in HWTEST_F()
1972 * @tc.desc: test ReleaseForm function and the return value is ERR_APPEXECFWK_FORM_OPERATION_NOT_SELF.
1985 EXPECT_EQ(ERR_APPEXECFWK_FORM_OPERATION_NOT_SELF, formMgrAdapter.ReleaseForm(formId, callerToken, delCache)); in HWTEST_F()
1991 * @tc.desc: test ReleaseForm function and the return value is ERR_OK.
2005 EXPECT_EQ(ERR_OK, formMgrAdapter.ReleaseForm(formI in HWTEST_F()
[all...]
/foundation/ability/form_fwk/interfaces/kits/native/include/
H A Dform_mgr.h125 int ReleaseForm(const int64_t formId, const sptr<IRemoteObject> &callerToken, const bool delCache);
/foundation/ability/form_fwk/test/mock/include/
H A Dmock_form_mgr_proxy.h65 MOCK_METHOD3(ReleaseForm, int(const int64_t formId, const sptr<IRemoteObject> &callerToken, const bool delCache));
H A Dmock_form_mgr_service.h31 MOCK_METHOD3(ReleaseForm, int(const int64_t formId, const sptr<IRemoteObject> &callerToken, const bool delCache));
/foundation/ability/form_fwk/test/unittest/fms_form_mgr_service_test/
H A Dmock_form_mgr_adapter.cpp183 int FormMgrAdapter::ReleaseForm(const int64_t formId, const sptr<IRemoteObject> &callerToken, const bool delCache) in ReleaseForm() function in OHOS::AppExecFwk::FormMgrAdapter
185 GTEST_LOG_(INFO) << "ReleaseForm called " << g_releaseForm; in ReleaseForm()
H A Dfms_form_mgr_service_test.cpp177 * @tc.name: test ReleaseForm function.
178 * @tc.desc: Verify that the ReleaseForm interface is called normally and the return value is ERR_OK.
188 EXPECT_EQ(formMgrService.ReleaseForm(formId, callerToken, delCache), ERR_OK); in HWTEST_F()
192 EXPECT_EQ(formMgrService.ReleaseForm(formId, callerToken, delCache), ERR_APPEXECFWK_FORM_PERMISSION_DENY_SYS); in HWTEST_F()
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Dmock_form_mgr_service.h49 int32_t ReleaseForm(const int64_t formId, const sptr<IRemoteObject> &callerToken, const bool delCache) override
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_appkit_native_test/
H A Dform_extension_context_mock_test.h52 int ReleaseForm(const int64_t formId, const sptr<IRemoteObject> &callerToken, const bool delCache) override
/foundation/arkui/ace_engine/frameworks/core/components/form/resource/
H A Dform_manager_delegate.h136 void ReleaseForm();
H A Dform_manager_delegate.cpp71 ReleaseForm(); in ReleasePlatformResource()
122 ReleaseForm(); in AddForm()
927 void FormManagerDelegate::ReleaseForm() in ReleaseForm() function in OHOS::Ace::FormManagerDelegate
/foundation/ability/form_fwk/services/include/
H A Dform_mgr_service.h98 int ReleaseForm(const int64_t formId, const sptr<IRemoteObject> &callerToken, const bool delCache) override;
H A Dform_mgr_adapter.h109 int ReleaseForm(const int64_t formId, const sptr<IRemoteObject> &callerToken, const bool delCache);
/foundation/ability/form_fwk/interfaces/inner_api/include/
H A Dform_mgr_interface.h95 virtual int ReleaseForm(const int64_t formId, const sptr<IRemoteObject> &callerToken, const bool delCache) = 0;
H A Dform_mgr_proxy.h79 virtual int ReleaseForm(const int64_t formId, const sptr<IRemoteObject> &callerToken, const bool delCache) override;
/foundation/ability/form_fwk/test/fuzztest/formmgrstub_fuzzer/
H A Dformmgrstub_fuzzer.cpp52 int ReleaseForm(const int64_t formId, const sptr<IRemoteObject> &callerToken, const bool delCache) override
/foundation/ability/form_fwk/frameworks/js/napi/form_host/
H A Djs_form_host.cpp280 static napi_value ReleaseForm(napi_env env, napi_callback_info info) in ReleaseForm() function in OHOS::AbilityRuntime::JsFormHost
641 auto ret = FormMgr::GetInstance().ReleaseForm(formId, FormHostClient::GetInstance(), isReleaseCache); in OnReleaseForm()
1821 BindNativeFunction(env, exportObj, "releaseForm", moduleName, JsFormHost::ReleaseForm); in JsFormHostInit()

Completed in 22 milliseconds

12