Home
last modified time | relevance | path

Searched refs:setResults (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplacesearchreply/
H A Dtst_qplacesearchreply.cpp47 void setResults(const QList<QPlaceSearchResult> &results) { in setResults() function in TestSearchReply
48 QPlaceSearchReply::setResults(results); in setResults()
126 reply->setResults(results); in resultsTest()
128 reply->setResults(QList<QPlaceSearchResult>()); in resultsTest()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplacematchrequest/
H A Dtst_qplacematchrequest.cpp119 request.setResults(results); in resultsTest()
125 request.setResults(QList<QPlaceSearchResult>()); in resultsTest()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/places/
H A Dqplacematchrequest.h66 void setResults(const QList<QPlaceSearchResult> &results);
H A Dqplacesearchreply.h64 void setResults(const QList<QPlaceSearchResult> &results);
H A Dqplacesearchreply.cpp103 void QPlaceSearchReply::setResults(const QList<QPlaceSearchResult> &results) in setResults() function in QPlaceSearchReply
H A Dqplacematchrequest.cpp208 void QPlaceMatchRequest::setResults(const QList<QPlaceSearchResult> &results) in setResults() function in QPlaceMatchRequest
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/snippets/places/
H A Drequesthandler.h304 request.setResults(results); in matchPlaces()
548 void setResults(const QList<QPlaceSearchResult> &results);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapbox/
H A Dqplacesearchreplymapbox.cpp216 setResults(results); in onReplyFinished()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/esri/
H A Dplacesearchreply_esri.cpp139 setResults(results); in replyFinished()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/placesv2/
H A Dqplacesearchreplyhere.cpp138 setResults(results); in replyFinished()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/osm/
H A Dqplacesearchreplyosm.cpp161 setResults(results); in replyFinished()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativeplaces/
H A Dqdeclarativesearchresultmodel.cpp809 request.setResults(m_resultsBuffer); in queryFinished()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/src/plugins/
H A Dplaces-backend.qdoc67 The protected functions of QPlaceSearchReply::setResults() and QPlaceSearchReply::setRequest()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/geotestplugin/
H A Dqplacemanagerengine_test.h190 setResults(results); in QPlaceSearchReply()