/foundation/ability/form_fwk/test/unittest/fms_form_mgr_release_form_test/ |
H A D | fms_form_mgr_release_form_test.cpp | 95 * 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 D | formmgr_fuzzer.cpp | 51 formMgr.ReleaseForm(formId, callerToken, delCache); in DoSomethingInterestingWithMyAPI()
|
/foundation/ability/form_fwk/test/fuzztest/formmgradapter_fuzzer/ |
H A D | formmgradapter_fuzzer.cpp | 49 formMgrAdapter.ReleaseForm(formId, callerToken, delCache); in DoSomethingInterestingWithMyAPI()
|
/foundation/ability/form_fwk/frameworks/js/napi/formHost/ |
H A D | native_module.cpp | 47 OHOS::AbilityRuntime::BindNativeFunction(env, exports, "releaseForm", moduleName, NapiFormHost::ReleaseForm); in NapiFormHostInit()
|
H A D | napi_form_host.h | 87 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 D | mock_form_mgr_service.h | 94 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 D | mock_form_manager_delegate.cpp | 91 void FormManagerDelegate::ReleaseForm() {} in ReleaseForm() function in OHOS::Ace::FormManagerDelegate
|
/foundation/ability/form_fwk/test/fuzztest/formmgrservice_fuzzer/ |
H A D | formmgrservice_fuzzer.cpp | 50 formMgrService.ReleaseForm(formId, callerToken, delCache); in DoSomethingInterestingWithMyAPI()
|
/foundation/ability/form_fwk/test/fuzztest/formmgrproxy_fuzzer/ |
H A D | formmgrproxy_fuzzer.cpp | 50 formMgrProxy.ReleaseForm(formId, callerToken, delCache); in DoSomethingInterestingWithMyAPI()
|
/foundation/ability/form_fwk/test/unittest/fms_form_mgr_adapter_test/ |
H A D | fms_form_mgr_adapter_test.cpp | 190 * @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 D | form_mgr.h | 125 int ReleaseForm(const int64_t formId, const sptr<IRemoteObject> &callerToken, const bool delCache);
|
/foundation/ability/form_fwk/test/mock/include/ |
H A D | mock_form_mgr_proxy.h | 65 MOCK_METHOD3(ReleaseForm, int(const int64_t formId, const sptr<IRemoteObject> &callerToken, const bool delCache));
|
H A D | mock_form_mgr_service.h | 31 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 D | mock_form_mgr_adapter.cpp | 183 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 D | fms_form_mgr_service_test.cpp | 177 * @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 D | mock_form_mgr_service.h | 49 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 D | form_extension_context_mock_test.h | 52 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 D | form_manager_delegate.h | 136 void ReleaseForm();
|
H A D | form_manager_delegate.cpp | 71 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 D | form_mgr_service.h | 98 int ReleaseForm(const int64_t formId, const sptr<IRemoteObject> &callerToken, const bool delCache) override;
|
H A D | form_mgr_adapter.h | 109 int ReleaseForm(const int64_t formId, const sptr<IRemoteObject> &callerToken, const bool delCache);
|
/foundation/ability/form_fwk/interfaces/inner_api/include/ |
H A D | form_mgr_interface.h | 95 virtual int ReleaseForm(const int64_t formId, const sptr<IRemoteObject> &callerToken, const bool delCache) = 0;
|
H A D | form_mgr_proxy.h | 79 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 D | formmgrstub_fuzzer.cpp | 52 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 D | js_form_host.cpp | 280 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()
|