libzypp 17.32.2
|
Public Member Functions | |
bool | askUserToAcceptPackageKey (const zypp::PublicKey &key_r, const zypp::KeyContext &keycontext_r=zypp::KeyContext()) |
ImportKeyFromRepoLogic (ZyppContextRefType context, std::string &&keyId, zypp::RepoInfo &&info) | |
![]() | |
ZYPP_ENABLE_LOGIC_BASE (AsyncImportKeyFromRepoExecutor, zyppng::AsyncOp< bool >) | |
ImportKeyFromRepoLogic (ZyppContextRefType context, std::string &&keyId, zypp::RepoInfo &&info) | |
MaybeAsyncRef< bool > | execute () |
![]() | |
LogicBase () | |
virtual | ~LogicBase () |
Executor * | executor () |
template<typename T > | |
auto | makeReadyResult (T &&res) |
Additional Inherited Members | |
![]() | |
using | ZyppContextRefType |
using | ZyppContextType |
using | ProvideType |
using | MediaHandle |
using | ProvideRes |
![]() | |
using | ExecutorType = Executor |
using | Result = typename OpType::value_type |
template<class Type > | |
using | MaybeAsyncRef = std::conditional_t< detail::is_async_op_v<OpType>, AsyncOpRef<Type>, Type> |
![]() | |
template<typename ... Args, typename FOpType = OpType> | |
static std::enable_if_t< detail::is_async_op_v< FOpType >, AsyncOpRef< Result > > | run (Args &&...args) |
template<typename ... Args, typename FOpType = OpType> | |
static std::enable_if_t< !detail::is_async_op_v< FOpType >, Result > | run (Args &&...args) |
![]() | |
ZyppContextRefType | _context |
std::string | _keyId |
zypp::RepoInfo | _repo |
Definition at line 100 of file keyringwf.cc.
|
inline |
Definition at line 103 of file keyringwf.cc.
|
inline |
Definition at line 40 of file keyringwf.cc.