libzypp 17.37.17
|
Functions | |
AsyncOpRef< expected< std::pair< zypp::ServiceInfo, RepoInfoList > > > | fetchRepoListfromService (ContextRef ctx, zypp::Pathname root_r, ServiceInfo service, ProgressObserverRef myProgress) |
expected< std::pair< zypp::ServiceInfo, RepoInfoList > > | fetchRepoListfromService (SyncContextRef ctx, zypp::Pathname root_r, ServiceInfo service, ProgressObserverRef myProgress) |
AsyncOpRef< expected< zypp::repo::ServiceType > > | probeServiceType (ContextRef ctx, const zypp::Url &url) |
expected< zypp::repo::ServiceType > | probeServiceType (SyncContextRef ctx, const zypp::Url &url) |
AsyncOpRef< expected< void > > | refreshService (AsyncRepoManagerRef repoMgr, ServiceInfo info, zypp::RepoManagerFlags::RefreshServiceOptions options) |
expected< void > | refreshService (SyncRepoManagerRef repoMgr, ServiceInfo info, zypp::RepoManagerFlags::RefreshServiceOptions options) |
AsyncOpRef< expected< std::pair< zypp::ServiceInfo, RepoInfoList > > > zyppng::RepoServicesWorkflow::fetchRepoListfromService | ( | ContextRef | ctx, |
zypp::Pathname | root_r, | ||
ServiceInfo | service, | ||
ProgressObserverRef | myProgress ) |
Definition at line 244 of file serviceswf.cc.
expected< std::pair< zypp::ServiceInfo, RepoInfoList > > zyppng::RepoServicesWorkflow::fetchRepoListfromService | ( | SyncContextRef | ctx, |
zypp::Pathname | root_r, | ||
ServiceInfo | service, | ||
ProgressObserverRef | myProgress ) |
Definition at line 252 of file serviceswf.cc.
AsyncOpRef< expected< zypp::repo::ServiceType > > zyppng::RepoServicesWorkflow::probeServiceType | ( | ContextRef | ctx, |
const zypp::Url & | url ) |
Definition at line 306 of file serviceswf.cc.
expected< zypp::repo::ServiceType > zyppng::RepoServicesWorkflow::probeServiceType | ( | SyncContextRef | ctx, |
const zypp::Url & | url ) |
Definition at line 311 of file serviceswf.cc.
AsyncOpRef< expected< void > > zyppng::RepoServicesWorkflow::refreshService | ( | AsyncRepoManagerRef | repoMgr, |
ServiceInfo | info, | ||
zypp::RepoManagerFlags::RefreshServiceOptions | options ) |
Definition at line 763 of file serviceswf.cc.
expected< void > zyppng::RepoServicesWorkflow::refreshService | ( | SyncRepoManagerRef | repoMgr, |
ServiceInfo | info, | ||
zypp::RepoManagerFlags::RefreshServiceOptions | options ) |
Definition at line 768 of file serviceswf.cc.