libzypp 17.36.1
|
#include <zypp/ng/reporthelper.h>
Private Attributes | |
detail::ReportHolder< ZyppContextRef, zypp::KeyRingReport > | _report |
Additional Inherited Members | |
![]() | |
static constexpr bool | async () |
![]() | |
BasicReportHelper (ZyppContextRef &&ctx) | |
![]() | |
ZyppContextRef | _ctx |
Definition at line 101 of file reporthelper.h.
|
inline |
Definition at line 105 of file reporthelper.h.
|
default |
|
default |
|
default |
|
default |
bool zyppng::KeyRingReportHelper< ZyppContextRef >::askUserToAcceptUnsignedFile | ( | const std::string & | file, |
const zypp::KeyContext & | keycontext = {} ) |
Definition at line 62 of file reporthelper.cc.
zypp::KeyRingReport::KeyTrust zyppng::KeyRingReportHelper< ZyppContextRef >::askUserToAcceptKey | ( | const zypp::PublicKey & | key, |
const zypp::KeyContext & | keycontext = {} ) |
Definition at line 86 of file reporthelper.cc.
bool zyppng::KeyRingReportHelper< ZyppContextRef >::askUserToAcceptPackageKey | ( | const zypp::PublicKey & | key_r, |
const zypp::KeyContext & | keycontext_r = {} ) |
Definition at line 102 of file reporthelper.cc.
void zyppng::KeyRingReportHelper< ZyppContextRef >::infoVerify | ( | const std::string & | file_r, |
const zypp::PublicKeyData & | keyData_r, | ||
const zypp::KeyContext & | keycontext = {} ) |
Definition at line 113 of file reporthelper.cc.
void zyppng::KeyRingReportHelper< ZyppContextRef >::reportAutoImportKey | ( | const std::list< zypp::PublicKeyData > & | keyDataList_r, |
const zypp::PublicKeyData & | keySigning_r, | ||
const zypp::KeyContext & | keyContext_r ) |
Definition at line 125 of file reporthelper.cc.
bool zyppng::KeyRingReportHelper< ZyppContextRef >::askUserToAcceptVerificationFailed | ( | const std::string & | file, |
const zypp::PublicKey & | key, | ||
const zypp::KeyContext & | keycontext = {} ) |
Definition at line 138 of file reporthelper.cc.
bool zyppng::KeyRingReportHelper< ZyppContextRef >::askUserToAcceptUnknownKey | ( | const std::string & | file, |
const std::string & | id, | ||
const zypp::KeyContext & | keycontext = {} ) |
Definition at line 160 of file reporthelper.cc.
|
private |
Definition at line 130 of file reporthelper.h.