Home
last modified time | relevance | path

Searched refs:LinkItems (Results 1 – 6 of 6) sorted by relevance

/dports/databases/akonadi/akonadi-21.12.3/src/core/jobs/
H A Dlinkjobimpl_p.h57 if (!response->isResponse() || response->type() != Protocol::Command::LinkItems) { in handleResponse()
/dports/databases/akonadi/akonadi-21.12.3/src/private/
H A Dprotocol.cpp65 case Command::LinkItems: in operator <<()
181 …el(CopyItems) case_label(DeleteItems) case_label(FetchItems) case_label(LinkItems) case_label(Modi… in toJson()
247 … case_commandlabel(LinkItems, LinkItemsCommand, LinkItemsResponse) case_commandlabel( in toJson()
372 registerType<Command::LinkItems, LinkItemsCommand, LinkItemsResponse>(); in FactoryPrivate()
H A Dprotocol_p.h79 LinkItems, enumerator
/dports/databases/akonadi/akonadi-21.12.3/autotests/server/
H A Dhandlertest.cpp78 MAKE_CMD_ROW(Protocol::Command::LinkItems, ItemLinkHandler) in addAuthCommands()
/dports/databases/akonadi/akonadi-21.12.3/src/server/
H A Dhandler.cpp89 case Protocol::Command::LinkItems: in findHandlerForCommandAuthenticated()
/dports/databases/akonadi/akonadi-21.12.3/autotests/private/
H A Dprotocoltest.cpp41 QTest::newRow("linkItems cmd") << Command::LinkItems << false << true; in testFactory_data()
42 QTest::newRow("linkItems resp") << Command::LinkItems << true << true; in testFactory_data()