Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/placesv2/
H A Dqplacesearchreplyhere.cpp55 QPlaceSearchReplyHere::QPlaceSearchReplyHere(const QPlaceSearchRequest &request, in QPlaceSearchReplyHere() function in QPlaceSearchReplyHere
73 QPlaceSearchReplyHere::~QPlaceSearchReplyHere() in ~QPlaceSearchReplyHere()
77 void QPlaceSearchReplyHere::setError(QPlaceReply::Error error_, const QString &errorString) in setError()
85 void QPlaceSearchReplyHere::replyFinished() in replyFinished()
144 QPlaceResult QPlaceSearchReplyHere::parsePlaceResult(const QJsonObject &item) const in parsePlaceResult()
206 QPlaceProposedSearchResult QPlaceSearchReplyHere::parseSearchResult(const QJsonObject &item) const in parseSearchResult()
223 void QPlaceSearchReplyHere::replyError(QNetworkReply::NetworkError error) in replyError()
H A Dqplacesearchreplyhere.h49 class QPlaceSearchReplyHere : public QPlaceSearchReply
54 explicit QPlaceSearchReplyHere(const QPlaceSearchRequest &request,
57 ~QPlaceSearchReplyHere();
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/
H A Dqplacemanagerengine_nokiav2.cpp366 QPlaceSearchReplyHere *reply = new QPlaceSearchReplyHere(query, 0, this); in search()
382 QPlaceSearchReplyHere *reply = new QPlaceSearchReplyHere(query, 0, this); in search()
428 QPlaceSearchReplyHere *reply = new QPlaceSearchReplyHere(query, networkReply, this); in search()
472 QPlaceSearchReplyHere *reply = new QPlaceSearchReplyHere(query, networkReply, this); in search()