libzypp 17.37.17
|
#include <zypp-media/ng/private/provideitem_p.h>
Public Member Functions | |
void | initialize () override |
ProvidePromiseRef< ProvideRes > | promise () |
void | setMediaRef (Provide::MediaHandle &&hdl) |
Provide::MediaHandle & | mediaRef () |
ItemStats | makeStats () override |
zypp::ByteCount | bytesExpected () const override |
Public Member Functions inherited from zyppng::ProvideItem | |
ProvideItem (ProvidePrivate &parent) | |
~ProvideItem () | |
virtual void | released () |
State | state () const |
SignalProxy< void(ProvideItem &item, State oldState, State newState)> | sigStateChanged () |
ProvidePrivate & | provider () |
virtual bool | canRedirectTo (ProvideRequestRef startedReq, const zypp::Url &url) |
const std::optional< ItemStats > & | currentStats () const |
const std::optional< ItemStats > & | previousStats () const |
virtual std::chrono::steady_clock::time_point | startTime () const |
virtual std::chrono::steady_clock::time_point | finishedTime () const |
void | pulse () |
Public Member Functions inherited from zyppng::Base | |
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) |
Static Public Member Functions | |
static ProvideFileItemRef | create (zypp::MirroredOrigin origin, const ProvideFileSpec &request, ProvidePrivate &parent) |
Static Public Member Functions inherited from zyppng::Base | |
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) |
Protected Member Functions | |
ProvideFileItem (zypp::MirroredOrigin origin, const ProvideFileSpec &request, ProvidePrivate &parent) | |
void | informalMessage (ProvideQueue &, ProvideRequestRef req, const ProvideMessage &msg) override |
void | finishReq (ProvideQueue &queue, ProvideRequestRef finishedReq, const ProvideMessage &msg) override |
void | cancelWithError (std::exception_ptr error) override |
expected< zypp::media::AuthData > | authenticationRequired (ProvideQueue &queue, ProvideRequestRef req, const zypp::Url &effectiveUrl, int64_t lastTimestamp, const std::map< std::string, std::string > &extraFields) override |
virtual void | finishReq (ProvideQueue *queue, ProvideRequestRef finishedReq, const std::exception_ptr excpt) |
Protected Member Functions inherited from zyppng::ProvideItem | |
virtual void | cacheMiss (ProvideRequestRef req) |
bool | safeRedirectTo (ProvideRequestRef startedReq, const zypp::Url &url) |
void | redirectTo (ProvideRequestRef startedReq, const zypp::Url &url) |
virtual bool | enqueueRequest (ProvideRequestRef request) |
bool | dequeue () |
void | updateState (const State newState) |
void | setFinished () |
Protected Member Functions inherited from zyppng::Base | |
Base (BasePrivate &dd) |
Additional Inherited Members | |
Public Types inherited from zyppng::ProvideItem | |
enum | State { Uninitialized , Pending , Downloading , Processing , Cancelling , Finalizing , Finished } |
Public Types inherited from zyppng::Base | |
using | Ptr = std::shared_ptr<Base> |
using | WeakPtr = std::weak_ptr<Base> |
Protected Attributes inherited from zyppng::ProvideItem | |
ProvideRequestRef | _runningReq |
Protected Attributes inherited from zyppng::Base | |
std::unique_ptr< BasePrivate > | d_ptr |
Item downloading and providing a file
Definition at line 134 of file provideitem_p.h.
|
protected |
Definition at line 562 of file provideitem.cc.
|
static |
Definition at line 568 of file provideitem.cc.
|
overridevirtual |
Called by the controller when the item is supposed to start fetching / processing
Implements zyppng::ProvideItem.
Definition at line 573 of file provideitem.cc.
ProvidePromiseRef< ProvideRes > zyppng::ProvideFileItem::promise | ( | ) |
Definition at line 595 of file provideitem.cc.
void zyppng::ProvideFileItem::setMediaRef | ( | Provide::MediaHandle && | hdl | ) |
Definition at line 606 of file provideitem.cc.
Provide::MediaHandle & zyppng::ProvideFileItem::mediaRef | ( | ) |
Definition at line 611 of file provideitem.cc.
|
overridevirtual |
Reimplemented from zyppng::ProvideItem.
Definition at line 828 of file provideitem.cc.
|
overridevirtual |
Returns the bytes the item expects to provide, the default impl returns 0
Reimplemented from zyppng::ProvideItem.
Definition at line 853 of file provideitem.cc.
|
overrideprotectedvirtual |
Request received a informal message, e.g. ProvideStarted
Reimplemented from zyppng::ProvideItem.
Definition at line 616 of file provideitem.cc.
|
overrideprotectedvirtual |
Request was finished by the queue Base implementation handles redirect, metalink and error messages. If a different message is received, cancelWithError is called.
A subclass has to overload this function to handle success messages
Reimplemented from zyppng::ProvideItem.
|
overrideprotectedvirtual |
Cancels all running requests and immediately moves to error state
Implements zyppng::ProvideItem.
Definition at line 792 of file provideitem.cc.
|
overrideprotectedvirtual |
Request needs authentication data, the function is supposed to return the AuthData to use for the response, or an error The default implementation simply uses the given URL to look for a Auth match in the zypp::media::CredentialManager.
Reimplemented from zyppng::ProvideItem.
Definition at line 814 of file provideitem.cc.
|
protectedvirtual |
Request was finished with a error The base implementation simply calls cancelWithError
Reimplemented from zyppng::ProvideItem.
Definition at line 143 of file provideitem.cc.
|
private |
Definition at line 161 of file provideitem_p.h.
|
private |
Definition at line 162 of file provideitem_p.h.
|
private |
Definition at line 163 of file provideitem_p.h.
|
private |
Definition at line 164 of file provideitem_p.h.
|
private |
Definition at line 165 of file provideitem_p.h.
|
private |
Definition at line 166 of file provideitem_p.h.
|
private |
Definition at line 167 of file provideitem_p.h.
|
private |
Definition at line 168 of file provideitem_p.h.