Home
last modified time | relevance | path

Searched refs:FormBatchDeleteConnection (Results 1 - 4 of 4) sorted by relevance

/foundation/ability/form_fwk/services/include/
H A Dform_batch_delete_connection.h29 * @class FormBatchDeleteConnection
32 class FormBatchDeleteConnection : public FormAbilityConnection { class
34 FormBatchDeleteConnection(const std::set<int64_t> &formIds, const std::string &bundleName,
36 virtual ~FormBatchDeleteConnection() = default;
50 DISALLOW_COPY_AND_MOVE(FormBatchDeleteConnection);
/foundation/ability/form_fwk/services/src/
H A Dform_batch_delete_connection.cpp27 FormBatchDeleteConnection::FormBatchDeleteConnection(const std::set<int64_t> &formIds, in FormBatchDeleteConnection() function in OHOS::AppExecFwk::FormBatchDeleteConnection
38 void FormBatchDeleteConnection::OnAbilityConnectDone( in OnAbilityConnectDone()
48 sptr<FormBatchDeleteConnection> connection(this); in OnAbilityConnectDone()
H A Dform_provider_mgr.cpp353 sptr<IAbilityConnection> batchDeleteConnection = new FormBatchDeleteConnection(formIds, bundleName, abilityName); in NotifyProviderFormsBatchDelete()
355 HILOG_ERROR("create FormBatchDeleteConnection failed"); in NotifyProviderFormsBatchDelete()
/foundation/ability/form_fwk/test/unittest/fms_form_batch_delete_connection_test/
H A Dfms_form_batch_delete_connection_test.cpp37 sptr<FormBatchDeleteConnection> formBatchDeleteConnection_ = nullptr;
68 sptr<FormBatchDeleteConnection> formBatchDeleteConnection = in HWTEST_F()
69 new FormBatchDeleteConnection(formIds, bundleName, abilityName); in HWTEST_F()
94 sptr<FormBatchDeleteConnection> formBatchDeleteConnection = in HWTEST_F()
95 new FormBatchDeleteConnection(formIds, bundleName, abilityName); in HWTEST_F()

Completed in 4 milliseconds