Home
last modified time | relevance | path

Searched refs:isRemoteSearchEnabled (Results 1 – 8 of 8) sorted by relevance

/dports/databases/akonadi/akonadi-21.12.3/src/core/attributes/
H A Dpersistentsearchattribute.cpp72 bool PersistentSearchAttribute::isRemoteSearchEnabled() const in isRemoteSearchEnabled() function in PersistentSearchAttribute
94 attr->setRemoteSearchEnabled(isRemoteSearchEnabled()); in clone()
H A Dpersistentsearchattribute.h132 bool isRemoteSearchEnabled() const;
/dports/databases/akonadi/akonadi-21.12.3/autotests/libs/
H A Dsearchjobtest.cpp85 QVERIFY(!attr->isRemoteSearchEnabled()); in testModifySearch()
110 QVERIFY(attr->isRemoteSearchEnabled()); in testModifySearch()
/dports/databases/akonadi/akonadi-21.12.3/src/core/jobs/
H A Dsearchcreatejob.h124 Q_REQUIRED_RESULT bool isRemoteSearchEnabled() const;
H A Ditemsearchjob.h221 Q_REQUIRED_RESULT bool isRemoteSearchEnabled() const;
H A Dsearchcreatejob.cpp106 bool SearchCreateJob::isRemoteSearchEnabled() const in isRemoteSearchEnabled() function in SearchCreateJob
H A Dcollectionmodifyjob.cpp94 cmd->setPersistentSearchRemote(attr->isRemoteSearchEnabled()); in doStart()
H A Ditemsearchjob.cpp209 bool ItemSearchJob::isRemoteSearchEnabled() const in isRemoteSearchEnabled() function in ItemSearchJob