libzypp  17.32.4
zyppng::CheckSumWorkflow::AsyncCheckSumExecutor Struct Reference
Inheritance diagram for zyppng::CheckSumWorkflow::AsyncCheckSumExecutor:

Public Member Functions

bool askUserToAcceptNoDigest (const zypp::Pathname &file)
 
bool askUserToAccepUnknownDigest (const zypp::Pathname &file, const std::string &name)
 
bool askUserToAcceptWrongDigest (const zypp::Pathname &file, const std::string &requested, const std::string &found)
 
- Public Member Functions inherited from zyppng::CheckSumWorkflow::CheckSumWorkflowLogic< AsyncCheckSumExecutor, AsyncOp< expected< void > > >
 ZYPP_ENABLE_LOGIC_BASE (AsyncCheckSumExecutor, AsyncOp< expected< void > >)
 
 CheckSumWorkflowLogic (ZyppContextRefType zyppContext, zypp::CheckSum &&checksum, zypp::Pathname file)
 
auto execute ()
 
- Public Member Functions inherited from zyppng::LogicBase< AsyncCheckSumExecutor, AsyncOp< expected< void > > >
 LogicBase ()
 
virtual ~LogicBase ()
 
AsyncCheckSumExecutor * executor ()
 
auto makeReadyResult (T &&res)
 

Additional Inherited Members

- Public Types inherited from zyppng::CheckSumWorkflow::CheckSumWorkflowLogic< AsyncCheckSumExecutor, AsyncOp< expected< void > > >
using ZyppContextRefType = MaybeAsyncContextRef< AsyncOp< expected< void > > >
 
using ZyppContextType = remove_smart_ptr_t< ZyppContextRefType >
 
using ProvideType = typename ZyppContextType::ProvideType
 
using MediaHandle = typename ProvideType::MediaHandle
 
using ProvideRes = typename ProvideType::Res
 
- Public Types inherited from zyppng::LogicBase< AsyncCheckSumExecutor, AsyncOp< expected< void > > >
using ExecutorType = AsyncCheckSumExecutor
 
using Result = typename AsyncOp< expected< void > > ::value_type
 
using MaybeAsyncRef = std::conditional_t< detail::is_async_op_v< AsyncOp< expected< void > > >, AsyncOpRef< Type >, Type >
 
- Static Public Member Functions inherited from zyppng::LogicBase< AsyncCheckSumExecutor, AsyncOp< expected< void > > >
static std::enable_if_t< detail::is_async_op_v< FOpType >, AsyncOpRef< Result > > run (Args &&...args)
 
static std::enable_if_t< !detail::is_async_op_v< FOpType >, Resultrun (Args &&...args)
 
- Protected Attributes inherited from zyppng::CheckSumWorkflow::CheckSumWorkflowLogic< AsyncCheckSumExecutor, AsyncOp< expected< void > > >
ZyppContextRefType _context
 
zypp::CheckSum _checksum
 
zypp::Pathname _file
 

Detailed Description

Definition at line 112 of file checksumwf.cc.

Member Function Documentation

◆ askUserToAcceptNoDigest()

bool zyppng::CheckSumWorkflow::AsyncCheckSumExecutor::askUserToAcceptNoDigest ( const zypp::Pathname file)
inline

Definition at line 116 of file checksumwf.cc.

◆ askUserToAccepUnknownDigest()

bool zyppng::CheckSumWorkflow::AsyncCheckSumExecutor::askUserToAccepUnknownDigest ( const zypp::Pathname file,
const std::string &  name 
)
inline

Definition at line 122 of file checksumwf.cc.

◆ askUserToAcceptWrongDigest()

bool zyppng::CheckSumWorkflow::AsyncCheckSumExecutor::askUserToAcceptWrongDigest ( const zypp::Pathname file,
const std::string &  requested,
const std::string &  found 
)
inline

Definition at line 128 of file checksumwf.cc.


The documentation for this struct was generated from the following file: