|
| 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 (SyncImportKeyFromRepoExecutor, zyppng::SyncOp< bool >) |
| |
| | ImportKeyFromRepoLogic (ZyppContextRefType context, std::string &&keyId, zypp::RepoInfo &&info) |
| |
| MaybeAsyncRef< bool > | execute () |
| |
| | LogicBase () |
| |
| virtual | ~LogicBase () |
| |
| SyncImportKeyFromRepoExecutor * | 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 = MaybeAsyncContextRef< zyppng::SyncOp< bool > > |
| |
| using | ZyppContextType = remove_smart_ptr_t< ZyppContextRefType > |
| |
| using | ProvideType = typename ZyppContextType::ProvideType |
| |
| using | MediaHandle = typename ProvideType::MediaHandle |
| |
| using | ProvideRes = typename ProvideType::Res |
| |
| using | ExecutorType = SyncImportKeyFromRepoExecutor |
| |
| using | Result = typename zyppng::SyncOp< bool > ::value_type |
| |
| using | MaybeAsyncRef = std::conditional_t< detail::is_async_op_v< zyppng::SyncOp< bool > >, AsyncOpRef< Type >, Type > |
| |
| using | value_type = bool |
| |
| 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) |
| |
| ZyppContextRefType | _context |
| |
| std::string | _keyId |
| |
| zypp::RepoInfo | _repo |
| |
| | Base (BasePrivate &dd) |
| |
| std::unique_ptr< BasePrivate > | d_ptr |
| |
Definition at line 110 of file keyringwf.cc.
◆ askUserToAcceptPackageKey()
◆ ImportKeyFromRepoLogic()
The documentation for this struct was generated from the following file: