Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/snippets/places/
H A Drequesthandler.h541 class SearchReply : public QPlaceSearchReply
544 explicit SearchReply(ManagerEngine *engine) in SearchReply() function
547 ~SearchReply();
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/places/
H A Dqplacereply.h67 SearchReply, enumerator
H A Dqplacesearchreply.cpp88 return QPlaceReply::SearchReply; in type()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplacesearchreply/
H A Dtst_qplacesearchreply.cpp84 QVERIFY(reply->type() == QPlaceReply::SearchReply); in typeTest()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativeplaces/
H A Dqdeclarativesearchresultmodel.cpp761 if (reply->type() == QPlaceReply::SearchReply) { in queryFinished()
843 if (reply->type() == QPlaceReply::SearchReply) { in onContentUpdated()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/src/plugins/
H A Dplaces-backend.qdoc70 An alternative would have been to declare a friend class in SearchReply.