|
| 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) |
| |
| | ZYPP_ENABLE_LOGIC_BASE (SyncCheckSumExecutor, SyncOp< expected< void > >) |
| |
| | CheckSumWorkflowLogic (ZyppContextRefType zyppContext, zypp::CheckSum &&checksum, zypp::Pathname file) |
| |
| auto | execute () |
| |
| | LogicBase () |
| |
| virtual | ~LogicBase () |
| |
| SyncCheckSumExecutor * | executor () |
| |
| auto | makeReadyResult (T &&res) |
| |
| | Base () |
| |
| virtual | ~Base () |
| |
| WeakPtr | parent () const |
| |
| void | addChild (const Base::Ptr &child) |
| |
| void | removeChild (const Ptr &child) |
| |
| const std::unordered_set< Ptr > & | children () const |
| |
| std::thread::id | threadId () const |
| |
| template<typename T > |
| std::vector< std::weak_ptr< T > > | findChildren () const |
| |
| template<typename T > |
| std::shared_ptr< T > | shared_this () const |
| |
| template<typename T > |
| std::shared_ptr< T > | shared_this () |
| |
| template<typename T > |
| std::weak_ptr< T > | weak_this () const |
| |
| template<typename T > |
| std::weak_ptr< T > | weak_this () |
| |
| template<typename SenderFunc , typename ReceiverFunc > |
| auto | connect (SenderFunc &&sFun, typename internal::MemberFunction< ReceiverFunc >::ClassType &recv, ReceiverFunc &&rFunc) |
| |
| template<typename SenderFunc , typename ReceiverFunc , typename ... Tracker> |
| std::enable_if_t< std::is_member_function_pointer_v< SenderFunc >, connection > | connectFunc (SenderFunc &&sFun, ReceiverFunc &&rFunc, const Tracker &...trackers) |
| |
|
| using | ZyppContextRefType |
| |
| using | ZyppContextType |
| |
| using | ProvideType |
| |
| using | MediaHandle |
| |
| using | ProvideRes |
| |
| using | ExecutorType |
| |
| using | Result |
| |
| using | MaybeAsyncRef |
| |
| using | value_type |
| |
| using | Ptr = std::shared_ptr<Base> |
| |
| using | WeakPtr = std::weak_ptr<Base> |
| |
| 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) |
| |
| template<typename Obj , typename Functor > |
| static decltype(auto) | make_base_slot (Obj *o, Functor &&f) |
| |
| template<typename SenderFunc , typename ReceiverFunc > |
| static auto | connect (typename internal::MemberFunction< SenderFunc >::ClassType &s, SenderFunc &&sFun, typename internal::MemberFunction< ReceiverFunc >::ClassType &recv, ReceiverFunc &&rFunc) |
| |
| template<typename SenderFunc , typename ReceiverFunc , typename ... Tracker> |
| static auto | connectFunc (typename internal::MemberFunction< SenderFunc >::ClassType &s, SenderFunc &&sFun, ReceiverFunc &&rFunc, const Tracker &...trackers) |
| |
| | Base (BasePrivate &dd) |
| |
| ZyppContextRefType | _context |
| |
| zypp::CheckSum | _checksum |
| |
| zypp::Pathname | _file |
| |
| std::unique_ptr< BasePrivate > | d_ptr |
| |
Definition at line 137 of file checksumwf.cc.
◆ checksumFromFile()
| zypp::CheckSum zyppng::CheckSumWorkflow::SyncCheckSumExecutor::checksumFromFile |
( |
SyncContextRef & | , |
|
|
const zypp::Pathname & | path, |
|
|
const std::string & | checksumType ) |
|
inline |
◆ askUserToAcceptNoDigest()
| bool zyppng::CheckSumWorkflow::SyncCheckSumExecutor::askUserToAcceptNoDigest |
( |
const zypp::Pathname & | file | ) |
|
|
inline |
◆ askUserToAccepUnknownDigest()
| bool zyppng::CheckSumWorkflow::SyncCheckSumExecutor::askUserToAccepUnknownDigest |
( |
const zypp::Pathname & | file, |
|
|
const std::string & | name ) |
|
inline |
◆ askUserToAcceptWrongDigest()
| bool zyppng::CheckSumWorkflow::SyncCheckSumExecutor::askUserToAcceptWrongDigest |
( |
const zypp::Pathname & | file, |
|
|
const std::string & | requested, |
|
|
const std::string & | found ) |
|
inline |
The documentation for this struct was generated from the following file: