/foundation/ability/form_fwk/test/fuzztest/formmgr_fuzzer/ |
H A D | formmgr_fuzzer.cpp | 50 bool delCache = *data % ENABLE; in DoSomethingInterestingWithMyAPI() local 51 formMgr.ReleaseForm(formId, callerToken, delCache); in DoSomethingInterestingWithMyAPI() 72 formMgr.RequestPublishForm(want, delCache, formBindingDatas, formId); in DoSomethingInterestingWithMyAPI() 73 formMgr.LifecycleUpdate(formIds, callerToken, delCache); in DoSomethingInterestingWithMyAPI()
|
/foundation/ability/form_fwk/test/fuzztest/formmgradapter_fuzzer/ |
H A D | formmgradapter_fuzzer.cpp | 48 bool delCache = *data % ENABLE; in DoSomethingInterestingWithMyAPI() local 49 formMgrAdapter.ReleaseForm(formId, callerToken, delCache); in DoSomethingInterestingWithMyAPI()
|
/foundation/ability/form_fwk/test/fuzztest/formmgrservice_fuzzer/ |
H A D | formmgrservice_fuzzer.cpp | 49 bool delCache = *data % ENABLE; in DoSomethingInterestingWithMyAPI() local 50 formMgrService.ReleaseForm(formId, callerToken, delCache); in DoSomethingInterestingWithMyAPI()
|
/foundation/ability/form_fwk/test/fuzztest/formmgrproxy_fuzzer/ |
H A D | formmgrproxy_fuzzer.cpp | 49 bool delCache = *data % ENABLE; in DoSomethingInterestingWithMyAPI() local 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 | 199 bool delCache = true;
in HWTEST_F() local 200 EXPECT_EQ(ERR_APPEXECFWK_FORM_INVALID_PARAM, formMgrAdapter.ReleaseForm(formId, callerToken, delCache));
in HWTEST_F() 215 bool delCache = true;
in HWTEST_F() local 217 EXPECT_EQ(ERR_APPEXECFWK_FORM_OPERATION_NOT_SELF, formMgrAdapter.ReleaseForm(formId, callerToken, delCache));
in HWTEST_F() 232 bool delCache = true;
in HWTEST_F() local 235 EXPECT_EQ(ERR_APPEXECFWK_FORM_OPERATION_NOT_SELF, formMgrAdapter.ReleaseForm(formId, callerToken, delCache));
in HWTEST_F() 1981 constexpr bool delCache = true;
in HWTEST_F() local 1985 EXPECT_EQ(ERR_APPEXECFWK_FORM_OPERATION_NOT_SELF, formMgrAdapter.ReleaseForm(formId, callerToken, delCache));
in HWTEST_F() 2000 constexpr bool delCache = false;
in HWTEST_F() local 2005 EXPECT_EQ(ERR_OK, formMgrAdapter.ReleaseForm(formId, callerToken, delCache));
in HWTEST_F() 2020 constexpr bool delCache = false; HWTEST_F() local 2041 constexpr bool delCache = false; HWTEST_F() local [all...] |
H A D | fms_form_mgr_adapter_test2.cpp | 468 constexpr bool delCache = true;
in HWTEST_F() local 471 EXPECT_EQ(ERR_APPEXECFWK_FORM_NOT_EXIST_ID, formMgrAdapter.ReleaseForm(formId, callerToken, delCache));
in HWTEST_F()
|
/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/ |
H A D | mock_form_mgr_service.h | 91 * @param delCache Delete Cache or not. 94 int ReleaseForm(const int64_t formId, const sptr<IRemoteObject>& callerToken, const bool delCache) in ReleaseForm() argument
|
/foundation/ability/form_fwk/interfaces/kits/native/include/ |
H A D | form_mgr.h | 122 * @param delCache Delete Cache or not. 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() argument
|
H A D | fms_form_mgr_service_test.cpp | 186 constexpr bool delCache = false; in HWTEST_F() local 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/ability/form_fwk/test/unittest/fms_form_host_record_test/ |
H A D | fms_form_host_record_test.cpp | 424 bool delCache = false; in HWTEST_F() local 426 ERR_APPEXECFWK_FORM_PERMISSION_DENY_SYS, formMgrService.ReleaseForm(formId, callerToken, delCache)); in HWTEST_F()
|
/foundation/ability/form_fwk/services/include/ |
H A D | form_mgr_service.h | 95 * @param delCache Delete Cache or not. 98 int ReleaseForm(const int64_t formId, const sptr<IRemoteObject> &callerToken, const bool delCache) override;
|
H A D | form_mgr_adapter.h | 106 * @param delCache Delete Cache or not. 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 | 92 * @param delCache Delete Cache or not. 95 virtual int ReleaseForm(const int64_t formId, const sptr<IRemoteObject> &callerToken, const bool delCache) = 0;
|
H A D | form_mgr_proxy.h | 76 * @param delCache Delete Cache or not. 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/test/unittest/form_mgr_test/ |
H A D | form_mgr_test.cpp | 696 bool delCache = true; in HWTEST_F() local 698 int result = FormMgr::GetInstance().ReleaseForm(formId, token, delCache); in HWTEST_F() 714 bool delCache = true; in HWTEST_F() local 716 int result = FormMgr::GetInstance().ReleaseForm(formId, token, delCache); in HWTEST_F() 1190 bool delCache = true; in HWTEST_F() local 1192 int result = FormMgr::GetInstance().ReleaseForm(formId, token, delCache); in HWTEST_F() 3410 bool delCache = true; in HWTEST_F() local 3413 int result = FormMgr::GetInstance().ReleaseForm(formId, token, delCache); in HWTEST_F()
|
/foundation/ability/form_fwk/interfaces/kits/native/src/ |
H A D | form_mgr.cpp | 185 * @param delCache Delete Cache or not. 188 int FormMgr::ReleaseForm(const int64_t formId, const sptr<IRemoteObject> &callerToken, const bool delCache) in ReleaseForm() argument 190 HILOG_INFO("formId:%{public}" PRId64 ", delCache:%{public}d", formId, delCache); in ReleaseForm() 212 return remoteProxy_->ReleaseForm(formId, callerToken, delCache); in ReleaseForm()
|
/foundation/ability/form_fwk/services/src/ |
H A D | form_mgr_service.cpp | 305 * @param delCache Delete Cache or not. 308 int FormMgrService::ReleaseForm(const int64_t formId, const sptr<IRemoteObject> &callerToken, const bool delCache) in ReleaseForm() argument 323 return FormMgrAdapter::GetInstance().ReleaseForm(formId, callerToken, delCache); in ReleaseForm()
|
/foundation/ability/form_fwk/interfaces/inner_api/src/ |
H A D | form_mgr_proxy.cpp | 163 * @param delCache Delete Cache or not. 166 int FormMgrProxy::ReleaseForm(const int64_t formId, const sptr<IRemoteObject> &callerToken, const bool delCache) in ReleaseForm() argument 181 if (!data.WriteBool(delCache)) { in ReleaseForm() 182 HILOG_ERROR("write delCache failed"); in ReleaseForm()
|
H A D | form_mgr_stub.cpp | 362 bool delCache = data.ReadBool(); in HandleReleaseForm() local 364 int32_t result = ReleaseForm(formId, client, delCache); in HandleReleaseForm()
|