Home
last modified time | relevance | path

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

/dports/databases/akonadi/akonadi-21.12.3/src/core/jobs/
H A Ditemmodifyjob_p.h19 using ModifyItemsCommandPtr = QSharedPointer<ModifyItemsCommand>; variable
46 Protocol::ModifyItemsCommandPtr fullCommand() const;
H A Ditemmodifyjob.cpp138 Protocol::ModifyItemsCommandPtr ItemModifyJobPrivate::fullCommand() const in fullCommand()
140 auto cmd = Protocol::ModifyItemsCommandPtr::create(); in fullCommand()
248 Protocol::ModifyItemsCommandPtr command; in doStart()
/dports/databases/akonadi/akonadi-21.12.3/autotests/server/
H A Dpartstreamertest.cpp50 Protocol::ModifyItemsCommandPtr createCommand(const PimItem &item) in createCommand()
52 auto cmd = Protocol::ModifyItemsCommandPtr::create(item.id()); in createCommand()