Home
last modified time | relevance | path

Searched refs:slotRootCollectionsFetched (Results 1 – 3 of 3) sorted by relevance

/dports/net/akonadi-search/akonadi-search-21.12.3/agent/tests/
H A Demailtest.cpp34 void slotRootCollectionsFetched(KJob *job);
71 connect(job, &Akonadi::CollectionFetchJob::finished, this, &App::slotRootCollectionsFetched); in main()
79 void App::slotRootCollectionsFetched(KJob *kjob) in slotRootCollectionsFetched() function in App
/dports/net/akonadi-search/akonadi-search-21.12.3/agent/
H A Dscheduler.h71 void slotRootCollectionsFetched(KJob *);
H A Dscheduler.cpp150 connect(job, &KJob::finished, this, &Scheduler::slotRootCollectionsFetched); in scheduleCompleteSync()
165 void Scheduler::slotRootCollectionsFetched(KJob *kjob) in slotRootCollectionsFetched() function in Scheduler