libzypp 17.34.0
zyppng::RepoManagerWorkflow Namespace Reference

Functions

AsyncOpRef< expected< repo::AsyncRefreshContextRef > > refreshMetadata (repo::AsyncRefreshContextRef refCtx, ProvideMediaHandle medium, ProgressObserverRef progressObserver)
 
expected< repo::SyncRefreshContextRef > refreshMetadata (repo::SyncRefreshContextRef refCtx, SyncMediaHandle medium, ProgressObserverRef progressObserver)
 
AsyncOpRef< expected< zypp::repo::RepoType > > probeRepoType (ContextRef ctx, ProvideMediaHandle medium, zypp::Pathname path, std::optional< zypp::Pathname > targetPath={})
 
expected< zypp::repo::RepoTypeprobeRepoType (SyncContextRef ctx, SyncMediaHandle medium, zypp::Pathname path, std::optional< zypp::Pathname > targetPath={})
 
AsyncOpRef< expected< repo::RefreshCheckStatus > > checkIfToRefreshMetadata (repo::AsyncRefreshContextRef refCtx, ProvideMediaHandle medium, ProgressObserverRef progressObserver=nullptr)
 
expected< repo::RefreshCheckStatuscheckIfToRefreshMetadata (repo::SyncRefreshContextRef refCtx, SyncMediaHandle medium, ProgressObserverRef progressObserver=nullptr)
 
AsyncOpRef< expected< repo::AsyncRefreshContextRef > > buildCache (repo::AsyncRefreshContextRef refCtx, ProgressObserverRef progressObserver=nullptr)
 
expected< repo::SyncRefreshContextRef > buildCache (repo::SyncRefreshContextRef refCtx, ProgressObserverRef progressObserver=nullptr)
 

Function Documentation

◆ refreshMetadata() [1/2]

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

Definition at line 531 of file repomanagerwf.cc.

◆ refreshMetadata() [2/2]

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

Definition at line 536 of file repomanagerwf.cc.

◆ probeRepoType() [1/2]

AsyncOpRef< expected< zypp::repo::RepoType > > zyppng::RepoManagerWorkflow::probeRepoType ( ContextRef ctx,
ProvideMediaHandle medium,
zypp::Pathname path,
std::optional< zypp::Pathname > targetPath = {} )

Definition at line 163 of file repomanagerwf.cc.

◆ probeRepoType() [2/2]

expected< zypp::repo::RepoType > zyppng::RepoManagerWorkflow::probeRepoType ( SyncContextRef ctx,
SyncMediaHandle medium,
zypp::Pathname path,
std::optional< zypp::Pathname > targetPath = {} )

Definition at line 168 of file repomanagerwf.cc.

◆ checkIfToRefreshMetadata() [1/2]

AsyncOpRef< expected< repo::RefreshCheckStatus > > zyppng::RepoManagerWorkflow::checkIfToRefreshMetadata ( repo::AsyncRefreshContextRef refCtx,
ProvideMediaHandle medium,
ProgressObserverRef progressObserver = nullptr )

Definition at line 300 of file repomanagerwf.cc.

◆ checkIfToRefreshMetadata() [2/2]

expected< repo::RefreshCheckStatus > zyppng::RepoManagerWorkflow::checkIfToRefreshMetadata ( repo::SyncRefreshContextRef refCtx,
SyncMediaHandle medium,
ProgressObserverRef progressObserver = nullptr )

Definition at line 305 of file repomanagerwf.cc.

◆ buildCache() [1/2]

AsyncOpRef< expected< repo::AsyncRefreshContextRef > > zyppng::RepoManagerWorkflow::buildCache ( repo::AsyncRefreshContextRef refCtx,
ProgressObserverRef progressObserver = nullptr )

◆ buildCache() [2/2]

expected< repo::SyncRefreshContextRef > zyppng::RepoManagerWorkflow::buildCache ( repo::SyncRefreshContextRef refCtx,
ProgressObserverRef progressObserver = nullptr )