libzypp 17.34.0
repomanagerwf.h File Reference
#include <zypp-core/zyppng/pipelines/AsyncResult>
#include <zypp-core/zyppng/pipelines/Expected>
#include <zypp/zypp_detail/repomanagerbase_p.h>
#include <zypp/RepoManager.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, ProvideMediaHandle medium, zypp::Pathname path, std::optional< zypp::Pathname > targetPath={})
 
expected< zypp::repo::RepoTypezyppng::RepoManagerWorkflow::probeRepoType (SyncContextRef ctx, SyncMediaHandle medium, zypp::Pathname path, std::optional< zypp::Pathname > targetPath={})
 
AsyncOpRef< expected< repo::RefreshCheckStatus > > zyppng::RepoManagerWorkflow::checkIfToRefreshMetadata (repo::AsyncRefreshContextRef refCtx, ProvideMediaHandle medium, ProgressObserverRef progressObserver=nullptr)
 
expected< repo::RefreshCheckStatuszyppng::RepoManagerWorkflow::checkIfToRefreshMetadata (repo::SyncRefreshContextRef refCtx, SyncMediaHandle medium, ProgressObserverRef progressObserver=nullptr)
 
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)
 
AsyncOpRef< expected< repo::AsyncRefreshContextRef > > zyppng::RepoManagerWorkflow::buildCache (repo::AsyncRefreshContextRef refCtx, ProgressObserverRef progressObserver=nullptr)
 
expected< repo::SyncRefreshContextRef > zyppng::RepoManagerWorkflow::buildCache (repo::SyncRefreshContextRef refCtx, ProgressObserverRef progressObserver=nullptr)