libzypp 17.32.2
repomanagerwf.cc File Reference
#include "repomanagerwf.h"
#include <zypp-core/ManagedFile.h>
#include <utility>
#include <zypp-core/zyppng/pipelines/MTry>
#include <zypp-media/MediaException>
#include <zypp-media/ng/Provide>
#include <zypp-media/ng/ProvideSpec>
#include <zypp/ng/Context>
#include <zypp/ng/workflows/logichelpers.h>
#include <zypp/ng/workflows/contextfacade.h>
#include <zypp/ng/repo/workflows/repodownloaderwf.h>
Include dependency graph for repomanagerwf.cc:

Go to the source code of this file.

Namespaces

namespace  zyppng
 
namespace  zyppng::RepoManagerWorkflow
 

Functions

AsyncOpRef< expected< repo::AsyncRefreshContextRef > > zyppng::RepoManagerWorkflow::refreshMetadata (repo::AsyncRefreshContextRef refCtx, ProvideMediaHandle medium, ProgressObserverRef progressObserver)
 
expected< repo::SyncRefreshContextRef > zyppng::RepoManagerWorkflow::refreshMetadata (repo::SyncRefreshContextRef refCtx, SyncMediaHandle medium, ProgressObserverRef progressObserver)
 

Variable Documentation

◆ _zyppContext

ZyppContextRefType _zyppContext
private

Definition at line 152 of file repomanagerwf.cc.

◆ _medium

MediaHandle _medium
private

Definition at line 153 of file repomanagerwf.cc.

◆ _path

zypp::Pathname _path
private

Definition at line 154 of file repomanagerwf.cc.

◆ _targetPath

std::optional<zypp::Pathname> _targetPath
private

Definition at line 155 of file repomanagerwf.cc.

◆ _error

zypp::repo::RepoException _error
private

Definition at line 157 of file repomanagerwf.cc.

◆ _gotMediaError

bool _gotMediaError = false
private

Definition at line 158 of file repomanagerwf.cc.

◆ _refreshContext

RefreshContextRefType _refreshContext
protected

Definition at line 293 of file repomanagerwf.cc.

◆ _progress

ProgressObserverRef _progress
protected

Definition at line 294 of file repomanagerwf.cc.

◆ _mediarootpath

zypp::Pathname _mediarootpath
protected

Definition at line 296 of file repomanagerwf.cc.