Searched refs:FormBatchDeleteConnection (Results 1 – 5 of 5) sorted by relevance
32 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);
37 sptr<FormBatchDeleteConnection> formBatchDeleteConnection_ = nullptr;68 sptr<FormBatchDeleteConnection> formBatchDeleteConnection =69 new FormBatchDeleteConnection(formIds, bundleName, abilityName);94 sptr<FormBatchDeleteConnection> formBatchDeleteConnection =95 new FormBatchDeleteConnection(formIds, bundleName, abilityName);
27 FormBatchDeleteConnection::FormBatchDeleteConnection(const std::set<int64_t> &formIds, in FormBatchDeleteConnection() function in OHOS::AppExecFwk::FormBatchDeleteConnection38 void FormBatchDeleteConnection::OnAbilityConnectDone( in OnAbilityConnectDone()48 sptr<FormBatchDeleteConnection> connection(this); in OnAbilityConnectDone()
355 …sptr<IAbilityConnection> batchDeleteConnection = new FormBatchDeleteConnection(formIds, bundleName… in NotifyProviderFormsBatchDelete()
24 *OHOS::AppExecFwk::FormBatchDeleteConnection*;