Home
last modified time | relevance | path

Searched refs:getAlltimeUL (Results 1 – 6 of 6) sorted by relevance

/dports/net-p2p/qbittorrent/qbittorrent-4.3.9/src/base/bittorrent/
H A Dstatistics.h49 quint64 getAlltimeUL() const;
H A Dstatistics.cpp66 quint64 Statistics::getAlltimeUL() const in getAlltimeUL() function in Statistics
H A Dsession.h447 quint64 getAlltimeUL() const;
H A Dsession.cpp4415 quint64 Session::getAlltimeUL() const in getAlltimeUL() function in Session
4417 return m_statistics->getAlltimeUL(); in getAlltimeUL()
/dports/net-p2p/qbittorrent/qbittorrent-4.3.9/src/gui/
H A Dstatsdialog.cpp80 quint64 atu = BitTorrent::Session::instance()->getAlltimeUL(); in update()
/dports/net-p2p/qbittorrent/qbittorrent-4.3.9/src/webui/api/
H A Dsynccontroller.cpp130 const quint64 atu = session->getAlltimeUL(); in getTransferInfo()