Home
last modified time | relevance | path

Searched refs:CollectionScheduler (Results 1 – 7 of 7) sorted by relevance

/dports/databases/akonadi/akonadi-21.12.3/src/server/
H A Dcollectionscheduler.cpp96 CollectionScheduler::CollectionScheduler(const QString &threadName, QThread::Priority priority, QOb… in CollectionScheduler() function in CollectionScheduler
101 CollectionScheduler::~CollectionScheduler() in ~CollectionScheduler()
106 void CollectionScheduler::quit() in quit()
114 void CollectionScheduler::inhibit(bool inhibit) in inhibit()
132 CollectionScheduler::TimePoint CollectionScheduler::nextScheduledTime(qint64 collectionId) const in nextScheduledTime()
213 void CollectionScheduler::startScheduler() in startScheduler()
275 CollectionScheduler::ScheduleMap::const_iterator CollectionScheduler::constFind(qint64 collectionId… in constFind()
282 CollectionScheduler::ScheduleMap::iterator CollectionScheduler::find(qint64 collectionId) in find()
290 CollectionScheduler::ScheduleMap::const_iterator CollectionScheduler::constLowerBound(TimePoint tim… in constLowerBound()
296 void CollectionScheduler::init() in init()
[all …]
H A Dcollectionscheduler.h23 class CollectionScheduler : public AkThread
28 …explicit CollectionScheduler(const QString &threadName, QThread::Priority priority, QObject *paren…
29 ~CollectionScheduler() override;
H A Dintervalcheck.h23 class IntervalCheck : public CollectionScheduler
H A Dcachecleaner.h52 class CacheCleaner : public CollectionScheduler
H A Dintervalcheck.cpp19 : CollectionScheduler(QStringLiteral("IntervalCheck"), QThread::IdlePriority) in IntervalCheck()
H A Dcachecleaner.cpp76 : CollectionScheduler(QStringLiteral("CacheCleaner"), QThread::IdlePriority, parent) in CacheCleaner()
/dports/databases/akonadi/akonadi-21.12.3/autotests/server/
H A Dcollectionschedulertest.cpp17 using TimePoint = CollectionScheduler::TimePoint;