Home
last modified time | relevance | path

Searched refs:numFormsDeleted (Results 1 – 25 of 31) sorted by relevance

12

/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formmgrannex_fuzzer/
H A Dformmgrannex_fuzzer.cpp51 int32_t numFormsDeleted = static_cast<int32_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI() local
52 formMgr.DeleteInvalidForms(formIds, callerToken, numFormsDeleted); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formmgradapterthree_fuzzer/
H A Dformmgradapterthree_fuzzer.cpp57 int32_t numFormsDeleted = static_cast<int32_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI() local
58 formMgrAdapter.DeleteInvalidForms(formIds, callerToken, numFormsDeleted); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formmgrservice_fuzzer/
H A Dformmgrservice_fuzzer.cpp69 int32_t numFormsDeleted = static_cast<int32_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI() local
70 formMgrService.DeleteInvalidForms(formIds, callerToken, numFormsDeleted); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/form_fwk/test/benchmarktest/form_manager_test/
H A Dform_manager_test.cpp149 int32_t numFormsDeleted = 0; in SetUp() local
151 FormMgr::GetInstance().DeleteInvalidForms(validFormIds, formHostClient, numFormsDeleted); in SetUp()
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formmgrproxy_fuzzer/
H A Dformmgrproxy_fuzzer.cpp75 int32_t numFormsDeleted = static_cast<int32_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI() local
76 formMgrProxy.DeleteInvalidForms(formIds, callerToken, numFormsDeleted); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
H A Dmock_form_mgr_proxy.h43 int32_t &numFormsDeleted));
/ohos5.0/foundation/ability/form_fwk/frameworks/js/napi/formHost/
H A Dnapi_form_host.h35 int numFormsDeleted = 0; member
H A Dnapi_form_host.cpp59 int32_t numFormsDeleted = 0; member
1666 data->iFormIds, FormHostClient::GetInstance(), data->numFormsDeleted); in OnDeleteInvalidForms()
1679 CreateJsValue(env, data->numFormsDeleted)); in OnDeleteInvalidForms()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/frameworks_kits_appkit_native_test/
H A Dform_extension_context_mock_test.h136 …ector<int64_t> &formIds, const sptr<IRemoteObject> &callerToken, int32_t &numFormsDeleted) override in DeleteInvalidForms() argument
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Dmock_form_mgr_service.h117 int32_t &numFormsDeleted) override in DeleteInvalidForms() argument
/ohos5.0/foundation/ability/form_fwk/interfaces/kits/native/include/
H A Dform_mgr.h334 int32_t &numFormsDeleted);
/ohos5.0/foundation/ability/form_fwk/test/mock/include/
H A Dmock_form_mgr_proxy.h45 int32_t &numFormsDeleted));
H A Dmock_form_mgr_service.h52 int32_t &numFormsDeleted));
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_mgr_adapter_test/
H A Dfms_form_mgr_adapter_test.cpp1274 int32_t numFormsDeleted = 1; variable
1276 …CFWK_FORM_INVALID_PARAM, formMgrAdapter.DeleteInvalidForms(formIds, callerToken, numFormsDeleted));
1291 int32_t numFormsDeleted = 1; variable
1292 EXPECT_EQ(ERR_OK, formMgrAdapter.DeleteInvalidForms(formIds, callerToken, numFormsDeleted));
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_host_record_test/
H A Dfms_form_host_record_test.cpp567 int32_t numFormsDeleted = 1; variable
569 formMgrService.DeleteInvalidForms(formIds, callerToken, numFormsDeleted));
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_mgr_service_test/
H A Dmock_form_mgr_adapter.cpp221 …st std::vector<int64_t> &formIds, const sptr<IRemoteObject> &callerToken, int32_t &numFormsDeleted) in DeleteInvalidForms() argument
H A Dfms_form_mgr_service_test.cpp311 int32_t numFormsDeleted = 1; variable
313 EXPECT_EQ(formMgrService.DeleteInvalidForms(formIds, callerToken, numFormsDeleted), ERR_OK);
317 EXPECT_EQ(formMgrService.DeleteInvalidForms(formIds, callerToken, numFormsDeleted),
/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/include/
H A Dform_mgr_interface.h261 int32_t &numFormsDeleted) = 0;
H A Dform_mgr_proxy.h226 int32_t &numFormsDeleted) override;
/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/src/
H A Dform_mgr_stub.cpp772 int32_t numFormsDeleted = 0; in HandleDeleteInvalidForms() local
773 int32_t result = DeleteInvalidForms(formIds, callerToken, numFormsDeleted); in HandleDeleteInvalidForms()
778 if (!reply.WriteInt32(numFormsDeleted)) { in HandleDeleteInvalidForms()
/ohos5.0/foundation/ability/form_fwk/services/include/
H A Dform_mgr_service.h258 int32_t &numFormsDeleted) override;
/ohos5.0/foundation/ability/form_fwk/test/unittest/form_mgr_test/
H A Dform_mgr_test.cpp493 int32_t numFormsDeleted = 2; variable
494 auto result = FormMgr::GetInstance().DeleteInvalidForms(formInfos, token, numFormsDeleted);
914 int32_t numFormsDeleted = 2; variable
916 int result = FormMgr::GetInstance().DeleteInvalidForms(formIds, token, numFormsDeleted);
1520 int32_t numFormsDeleted = 2; variable
1521 auto result = FormMgr::GetInstance().DeleteInvalidForms(formInfos, token, numFormsDeleted);
3682 int32_t numFormsDeleted = 2; variable
3683 auto result = FormMgr::GetInstance().DeleteInvalidForms(formInfos, token, numFormsDeleted);
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formmgrstub_fuzzer/
H A Dformmgrstub_fuzzer.cpp120 const sptr<IRemoteObject> &callerToken, int32_t &numFormsDeleted) override in DeleteInvalidForms() argument
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_mgr_proxy_test/
H A Dfms_form_mgr_proxy_test.cpp737 int32_t numFormsDeleted = 0; variable
738 int32_t result = proxy->DeleteInvalidForms(formIds, nullptr, numFormsDeleted);
759 int32_t numFormsDeleted = 0; variable
760 int32_t result = proxy->DeleteInvalidForms(formIds, nullptr, numFormsDeleted);
780 int32_t numFormsDeleted = 0; variable
781 int32_t result = proxy->DeleteInvalidForms(formIds, nullptr, numFormsDeleted);
/ohos5.0/foundation/ability/form_fwk/interfaces/kits/native/src/
H A Dform_mgr.cpp941 int32_t &numFormsDeleted) in DeleteInvalidForms() argument
958 int resultCode = remoteProxy_->DeleteInvalidForms(formIds, callerToken, numFormsDeleted); in DeleteInvalidForms()

12