|
libzypp 17.38.3
|
#include "serviceswf.h"#include <zypp-core/ExternalProgram.h>#include <zypp-core/base/Gettext.h>#include <zypp-core/base/LogTools.h>#include <zypp-core/ng/pipelines/MTry>#include <zypp-core/ng/io/Process>#include <zypp-media/ng/providespec.h>#include <zypp/parser/RepoindexFileReader.h>#include <zypp/parser/RepoFileReader.h>#include <zypp/repo/RepoException.h>#include <zypp/Target.h>#include <zypp/zypp_detail/urlcredentialextractor_p.h>#include <zypp/ng/Context>#include <zypp/ng/media/provide.h>
Go to the source code of this file.
Namespaces | |
| namespace | zyppng |
| namespace | zyppng::RepoServicesWorkflow |
Macros | |
| #define | ZYPP_BASE_LOGGER_LOGGROUP "zypp::repomanager" |
| #define | Z_CHKGPG(I, N) |
Functions | |
| MaybeAwaitable< expected< std::pair< zypp::ServiceInfo, RepoInfoList > > > | zyppng::RepoServicesWorkflow::fetchRepoListfromService (ContextRef ctx, zypp::Pathname root_r, ServiceInfo service, ProgressObserverRef myProgress) |
| MaybeAwaitable< expected< zypp::repo::ServiceType > > | zyppng::RepoServicesWorkflow::probeServiceType (ContextRef ctx, const zypp::Url &url) |
| MaybeAwaitable< expected< void > > | zyppng::RepoServicesWorkflow::refreshService (RepoManagerRef repoMgr, ServiceInfo info, zypp::RepoManagerFlags::RefreshServiceOptions options) |
| #define ZYPP_BASE_LOGGER_LOGGROUP "zypp::repomanager" |
Definition at line 29 of file serviceswf.cc.
| #define Z_CHKGPG | ( | I, | |
| N ) |