Home
last modified time | relevance | path

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

/dports/databases/akonadi/akonadi-21.12.3/src/core/jobs/
H A Drelationfetchjob.cpp90 if (!response->isResponse() || response->type() != Protocol::Command::FetchRelations) { in doHandleResponse()
/dports/databases/akonadi/akonadi-21.12.3/src/private/
H A Dprotocol.cpp103 case Command::FetchRelations: in operator <<()
191 … case_label(FetchRelations) case_label(ModifyRelation) case_label(RemoveRelations) in toJson()
272 … case_commandlabel(FetchRelations, FetchRelationsCommand, FetchRelationsResponse) in toJson()
397 registerType<Command::FetchRelations, FetchRelationsCommand, FetchRelationsResponse>(); in FactoryPrivate()
H A Dprotocol_p.h104 FetchRelations = 80, enumerator
/dports/databases/akonadi/akonadi-21.12.3/src/server/
H A Dhandler.cpp127 case Protocol::Command::FetchRelations: in findHandlerForCommandAuthenticated()
/dports/databases/akonadi/akonadi-21.12.3/autotests/private/
H A Dprotocoltest.cpp75 QTest::newRow("fetchRelations cmd") << Command::FetchRelations << false << true; in testFactory_data()
76 QTest::newRow("fetchRelations resp") << Command::FetchRelations << true << true; in testFactory_data()