Home
last modified time | relevance | path

Searched refs:FormBatchDeleteConnection (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/ability/form_fwk/services/include/
H A Dform_batch_delete_connection.h32 class FormBatchDeleteConnection : public FormAbilityConnection {
34 FormBatchDeleteConnection(const std::set<int64_t> &formIds, const std::string &bundleName,
36 virtual ~FormBatchDeleteConnection() = default;
50 DISALLOW_COPY_AND_MOVE(FormBatchDeleteConnection);
/ohos5.0/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 =
69 new FormBatchDeleteConnection(formIds, bundleName, abilityName);
94 sptr<FormBatchDeleteConnection> formBatchDeleteConnection =
95 new FormBatchDeleteConnection(formIds, bundleName, abilityName);
/ohos5.0/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.cpp355 …sptr<IAbilityConnection> batchDeleteConnection = new FormBatchDeleteConnection(formIds, bundleName… in NotifyProviderFormsBatchDelete()
/ohos5.0/foundation/ability/form_fwk/
H A Dlibfms.map24 *OHOS::AppExecFwk::FormBatchDeleteConnection*;