Home
last modified time | relevance | path

Searched refs:unhideAllPimItems (Results 1 – 5 of 5) sorted by relevance

/dports/databases/akonadi/akonadi-21.12.3/autotests/server/
H A Dfakedatastore.cpp195 bool FakeDataStore::unhideAllPimItems() in unhideAllPimItems() function in FakeDataStore
198 return DataStore::unhideAllPimItems(); in unhideAllPimItems()
H A Dfakedatastore.h97 bool unhideAllPimItems() override;
/dports/databases/akonadi/akonadi-21.12.3/src/server/storage/
H A Ddatastore.h231 virtual bool unhideAllPimItems();
H A Ddatastore.cpp1170 bool DataStore::unhideAllPimItems() in unhideAllPimItems() function in DataStore
/dports/databases/akonadi/akonadi-21.12.3/src/server/
H A Dakonadi.cpp152 DataStore::self()->unhideAllPimItems(); in init()