Home
last modified time | relevance | path

Searched refs:delCache (Results 1 - 25 of 28) sorted by relevance

12

/foundation/ability/form_fwk/test/fuzztest/formmgr_fuzzer/
H A Dformmgr_fuzzer.cpp50 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 Dformmgradapter_fuzzer.cpp48 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 Dformmgrservice_fuzzer.cpp49 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 Dformmgrproxy_fuzzer.cpp49 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 Dfms_form_mgr_adapter_test.cpp199 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 Dfms_form_mgr_adapter_test2.cpp468 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 Dmock_form_mgr_service.h91 * @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 Dform_mgr.h122 * @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 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() argument
H A Dfms_form_mgr_service_test.cpp186 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 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/ability/form_fwk/test/unittest/fms_form_host_record_test/
H A Dfms_form_host_record_test.cpp424 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 Dform_mgr_service.h95 * @param delCache Delete Cache or not.
98 int ReleaseForm(const int64_t formId, const sptr<IRemoteObject> &callerToken, const bool delCache) override;
H A Dform_mgr_adapter.h106 * @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 Dform_mgr_interface.h92 * @param delCache Delete Cache or not.
95 virtual int ReleaseForm(const int64_t formId, const sptr<IRemoteObject> &callerToken, const bool delCache) = 0;
H A Dform_mgr_proxy.h76 * @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 Dformmgrstub_fuzzer.cpp52 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 Dform_mgr_test.cpp696 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 Dform_mgr.cpp185 * @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 Dform_mgr_service.cpp305 * @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 Dform_mgr_proxy.cpp163 * @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 Dform_mgr_stub.cpp362 bool delCache = data.ReadBool(); in HandleReleaseForm() local
364 int32_t result = ReleaseForm(formId, client, delCache); in HandleReleaseForm()

Completed in 37 milliseconds

12