Searched refs:FormDeleteConnection (Results 1 – 5 of 5) sorted by relevance
27 class FormDeleteConnection : public FormAbilityConnection {29 …FormDeleteConnection(const int64_t formId, const std::string &bundleName, const std::string &abili…30 virtual ~FormDeleteConnection() = default;42 DISALLOW_COPY_AND_MOVE(FormDeleteConnection);
28 FormDeleteConnection::FormDeleteConnection(const int64_t formId, const std::string &bundleName, in FormDeleteConnection() function in OHOS::AppExecFwk::FormDeleteConnection40 void FormDeleteConnection::OnAbilityConnectDone( in OnAbilityConnectDone()50 sptr<FormDeleteConnection> connection(this); in OnAbilityConnectDone()
315 sptr<IAbilityConnection> formDeleteConnection = new (std::nothrow) FormDeleteConnection(formId, in NotifyProviderFormDelete()
32 *OHOS::AppExecFwk::FormDeleteConnection*;
514 sptr<FormDeleteConnection> formDeleteConnection =515 new (std::nothrow) FormDeleteConnection(formId, bundleName, abilityName);