Home
last modified time | relevance | path

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

/dports/deskutils/zanshin/zanshin-21.12.3/tests/testlib/
H A Dakonadifakestoragebehavior.h29 int fetchCollectionsErrorCode(Akonadi::Collection::Id id) const;
H A Dakonadifakestoragebehavior.cpp24 int AkonadiFakeStorageBehavior::fetchCollectionsErrorCode(Akonadi::Collection::Id id) const in fetchCollectionsErrorCode() function in AkonadiFakeStorageBehavior
H A Dakonadifakestorage.cpp330 job->setExpectedError(m_data->storageBehavior().fetchCollectionsErrorCode(collection.id())); in fetchCollections()