libzypp  17.38.7
rpmmd.cc File Reference
#include "rpmmd.h"
#include <zypp/repo/RepoException.h>
#include <zypp-core/ng/ui/ProgressObserver>
#include <zypp-media/ng/ProvideSpec>
#include <zypp/ng/Context>
#include <zypp/ng/repo/workflows/repodownloaderwf.h>
#include <zypp/parser/yum/RepomdFileReader.h>
#include <zypp/repo/yum/RepomdFileCollector.h>
#include <zypp/ng/workflows/checksumwf.h>
Include dependency graph for rpmmd.cc:

Go to the source code of this file.

Namespaces

 zyppng::RpmmdWorkflows
 Downloader workspace for YUM (rpm-nmd) repositories Encapsulates all the knowledge of which files have to be downloaded to the local disk.
 

Macros

#define ZYPP_BASE_LOGGER_LOGGROUP   "zypp::repomanager"
 

Functions

MaybeAwaitable< expected< zypp::RepoStatus > > zyppng::RpmmdWorkflows::repoStatus (repo::DownloadContextRef dl, ProvideMediaHandle mediaHandle)
 
MaybeAwaitable< expected< repo::DownloadContextRef > > zyppng::RpmmdWorkflows::download (repo::DownloadContextRef dl, ProvideMediaHandle mediaHandle, ProgressObserverRef progressObserver)
 

Macro Definition Documentation

◆ ZYPP_BASE_LOGGER_LOGGROUP

#define ZYPP_BASE_LOGGER_LOGGROUP   "zypp::repomanager"

Definition at line 22 of file rpmmd.cc.

Variable Documentation

◆ _ctx

repo::DownloadContextRef _ctx

Definition at line 63 of file rpmmd.cc.

◆ _handle

MediaHandle _handle

Definition at line 64 of file rpmmd.cc.

◆ _mediaHandle

MediaHandle _mediaHandle
private

Definition at line 150 of file rpmmd.cc.

◆ _progressObserver

ProgressObserverRef _progressObserver
private

Definition at line 151 of file rpmmd.cc.