libzypp 17.37.17
repomanagerwf.h File Reference
#include <zypp-core/zyppng/pipelines/AsyncResult>
#include <zypp-core/zyppng/pipelines/Expected>
#include <zypp-media/ng/LazyMediaHandle>
#include <zypp/ng/repomanager.h>
#include <zypp/RepoManagerFlags.h>
#include <zypp/ng/repo/Refresh>
Include dependency graph for repomanagerwf.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  zyppng
namespace  zyppng::RepoManagerWorkflow

Functions

 zyppng::ZYPP_FWD_DECL_TYPE_WITH_REFS (Context)
 zyppng::ZYPP_FWD_DECL_TYPE_WITH_REFS (SyncContext)
 zyppng::ZYPP_FWD_DECL_TYPE_WITH_REFS (ProgressObserver)
AsyncOpRef< expected< zypp::repo::RepoType > > zyppng::RepoManagerWorkflow::probeRepoType (ContextRef ctx, AsyncLazyMediaHandle medium, zypp::Pathname path, std::optional< zypp::Pathname > targetPath)
expected< zypp::repo::RepoTypezyppng::RepoManagerWorkflow::probeRepoType (SyncContextRef ctx, SyncLazyMediaHandle medium, zypp::Pathname path, std::optional< zypp::Pathname > targetPath)
AsyncOpRef< expected< zypp::repo::RepoType > > zyppng::RepoManagerWorkflow::probeRepoType (ContextRef ctx, RepoInfo repo, std::optional< zypp::Pathname > targetPath)
expected< zypp::repo::RepoTypezyppng::RepoManagerWorkflow::probeRepoType (SyncContextRef ctx, RepoInfo repo, std::optional< zypp::Pathname > targetPath)
AsyncOpRef< expected< std::list< RepoInfo > > > zyppng::RepoManagerWorkflow::readRepoFile (ContextRef ctx, zypp::Url repoFileUrl)
expected< std::list< RepoInfo > > zyppng::RepoManagerWorkflow::readRepoFile (SyncContextRef ctx, zypp::Url repoFileUrl)
AsyncOpRef< expected< repo::RefreshCheckStatus > > zyppng::RepoManagerWorkflow::checkIfToRefreshMetadata (repo::AsyncRefreshContextRef refCtx, AsyncLazyMediaHandle medium, ProgressObserverRef progressObserver=nullptr)
expected< repo::RefreshCheckStatuszyppng::RepoManagerWorkflow::checkIfToRefreshMetadata (repo::SyncRefreshContextRef refCtx, SyncLazyMediaHandle medium, ProgressObserverRef progressObserver=nullptr)
AsyncOpRef< expected< repo::AsyncRefreshContextRef > > zyppng::RepoManagerWorkflow::refreshMetadata (repo::AsyncRefreshContextRef refCtx, ProgressObserverRef progressObserver)
expected< repo::SyncRefreshContextRef > zyppng::RepoManagerWorkflow::refreshMetadata (repo::SyncRefreshContextRef refCtx, ProgressObserverRef progressObserver)
AsyncOpRef< expected< repo::AsyncRefreshContextRef > > zyppng::RepoManagerWorkflow::refreshMetadata (repo::AsyncRefreshContextRef refCtx, AsyncLazyMediaHandle medium, ProgressObserverRef progressObserver=nullptr)
expected< repo::SyncRefreshContextRef > zyppng::RepoManagerWorkflow::refreshMetadata (repo::SyncRefreshContextRef refCtx, SyncLazyMediaHandle medium, ProgressObserverRef progressObserver=nullptr)
AsyncOpRef< expected< repo::AsyncRefreshContextRef > > zyppng::RepoManagerWorkflow::buildCache (repo::AsyncRefreshContextRef refCtx, zypp::RepoManagerFlags::CacheBuildPolicy policy, ProgressObserverRef progressObserver)
expected< repo::SyncRefreshContextRef > zyppng::RepoManagerWorkflow::buildCache (repo::SyncRefreshContextRef refCtx, zypp::RepoManagerFlags::CacheBuildPolicy policy, ProgressObserverRef progressObserver)
AsyncOpRef< expected< RepoInfo > > zyppng::RepoManagerWorkflow::addRepository (AsyncRepoManagerRef mgr, RepoInfo info, ProgressObserverRef myProgress, const zypp::TriBool &forcedProbe)
expected< RepoInfozyppng::RepoManagerWorkflow::addRepository (SyncRepoManagerRef mgr, const RepoInfo &info, ProgressObserverRef myProgress, const zypp::TriBool &forcedProbe)
AsyncOpRef< expected< void > > zyppng::RepoManagerWorkflow::addRepositories (AsyncRepoManagerRef mgr, zypp::Url url, ProgressObserverRef myProgress)
expected< void > zyppng::RepoManagerWorkflow::addRepositories (SyncRepoManagerRef mgr, zypp::Url url, ProgressObserverRef myProgress)
AsyncOpRef< expected< void > > zyppng::RepoManagerWorkflow::refreshGeoIPData (ContextRef ctx, RepoInfo::url_set urls)
expected< void > zyppng::RepoManagerWorkflow::refreshGeoIPData (SyncContextRef ctx, RepoInfo::url_set urls)
AsyncOpRef< expected< void > > zyppng::RepoManagerWorkflow::refreshGeoIPData (ContextRef ctx, zypp::MirroredOriginSet origins)
expected< void > zyppng::RepoManagerWorkflow::refreshGeoIPData (SyncContextRef ctx, zypp::MirroredOriginSet origins)