Home
last modified time | relevance | path

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

/dports/databases/akonadi/akonadi-21.12.3/src/server/storage/
H A Ddatastore.h344 std::unique_ptr<NotificationCollector> mNotificationCollector; variable
H A Ddatastore.cpp208 if (!mNotificationCollector) { in notificationCollector()
209 mNotificationCollector = std::make_unique<NotificationCollector>(m_akonadi, this); in notificationCollector()
212 return mNotificationCollector.get(); in notificationCollector()
/dports/databases/akonadi/akonadi-21.12.3/autotests/server/
H A Dfakedatastore.cpp43 mNotificationCollector = std::make_unique<InspectableNotificationCollector>(m_akonadi, this); in FakeDataStore()