|
libzypp
17.32.2
|

Public Member Functions | |
| zypp::CheckSum | checksumFromFile (SyncContextRef &, const zypp::Pathname &path, const std::string &checksumType) |
| 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< SyncCheckSumExecutor, SyncOp< expected< void > > > | |
| ZYPP_ENABLE_LOGIC_BASE (SyncCheckSumExecutor, SyncOp< expected< void > >) | |
| CheckSumWorkflowLogic (ZyppContextRefType zyppContext, zypp::CheckSum &&checksum, zypp::Pathname file) | |
| auto | execute () |
Public Member Functions inherited from zyppng::LogicBase< SyncCheckSumExecutor, SyncOp< expected< void > > > | |
| LogicBase () | |
| virtual | ~LogicBase () |
| SyncCheckSumExecutor * | executor () |
| auto | makeReadyResult (T &&res) |
Additional Inherited Members | |
Public Types inherited from zyppng::CheckSumWorkflow::CheckSumWorkflowLogic< SyncCheckSumExecutor, SyncOp< expected< void > > > | |
| using | ZyppContextRefType = MaybeAsyncContextRef< SyncOp< 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< SyncCheckSumExecutor, SyncOp< expected< void > > > | |
| using | ExecutorType = SyncCheckSumExecutor |
| using | Result = typename SyncOp< expected< void > > ::value_type |
| using | MaybeAsyncRef = std::conditional_t< detail::is_async_op_v< SyncOp< expected< void > > >, AsyncOpRef< Type >, Type > |
Public Types inherited from zyppng::SyncOp< expected< void > > | |
| using | value_type = expected< void > |
Static Public Member Functions inherited from zyppng::LogicBase< SyncCheckSumExecutor, SyncOp< 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 >, Result > | run (Args &&...args) |
Protected Attributes inherited from zyppng::CheckSumWorkflow::CheckSumWorkflowLogic< SyncCheckSumExecutor, SyncOp< expected< void > > > | |
| ZyppContextRefType | _context |
| zypp::CheckSum | _checksum |
| zypp::Pathname | _file |
Definition at line 137 of file checksumwf.cc.
|
inline |
Definition at line 141 of file checksumwf.cc.
|
inline |
Definition at line 144 of file checksumwf.cc.
|
inline |
Definition at line 148 of file checksumwf.cc.
|
inline |
Definition at line 152 of file checksumwf.cc.