#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>
Go to the source code of this file.
|
| 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::RepoType > | zyppng::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::RefreshCheckStatus > | zyppng::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) |
|