#include <ZYppCallbacks.h>
Definition at line 100 of file ZYppCallbacks.h.
| virtual void zypp::repo::DownloadResolvableReport::infoInCache |
( |
Resolvable::constPtr |
res_r, |
|
|
const Pathname & |
localfile_r |
|
) |
| |
|
inlinevirtual |
Hint that package is available in the local cache (no download needed).
This will be the only trigger for an already cached package.
Definition at line 118 of file ZYppCallbacks.h.
| virtual void zypp::repo::DownloadResolvableReport::startDeltaDownload |
( |
const Pathname & |
, |
|
|
const ByteCount & |
|
|
) |
| |
|
inlinevirtual |
| virtual bool zypp::repo::DownloadResolvableReport::progressDeltaDownload |
( |
int |
| ) |
|
|
inlinevirtual |
| virtual void zypp::repo::DownloadResolvableReport::problemDeltaDownload |
( |
const std::string & |
| ) |
|
|
inlinevirtual |
| virtual void zypp::repo::DownloadResolvableReport::finishDeltaDownload |
( |
| ) |
|
|
inlinevirtual |
| virtual void zypp::repo::DownloadResolvableReport::startDeltaApply |
( |
const Pathname & |
| ) |
|
|
inlinevirtual |
| virtual void zypp::repo::DownloadResolvableReport::progressDeltaApply |
( |
int |
| ) |
|
|
inlinevirtual |
| virtual void zypp::repo::DownloadResolvableReport::problemDeltaApply |
( |
const std::string & |
| ) |
|
|
inlinevirtual |
| virtual void zypp::repo::DownloadResolvableReport::finishDeltaApply |
( |
| ) |
|
|
inlinevirtual |
| virtual void zypp::repo::DownloadResolvableReport::pkgGpgCheck |
( |
const UserData & |
userData_r = UserData() | ) |
|
|
inlinevirtual |
Detail information about the result of a performed pkgGpgCheck.
Userdata sent:
- Parameters
-
| Package | Package::constPtr of the package |
| Localpath | Pathname to downloaded package on disk |
| CheckPackageResult | RpmDb::CheckPackageResult of signature check |
| CheckPackageDetail | RpmDb::CheckPackageDetail logmessages of rpm signature check |
Userdata accepted:
- Parameters
-
| Action | DownloadResolvableReport::Action user advice how to behave on error (ABORT). If you set just an empty value here, a default probelm report will be triggered. |
Definition at line 183 of file ZYppCallbacks.h.
The documentation for this struct was generated from the following file: