Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/osm/
H A Dqplacesearchreplyosm.cpp55 QPlaceSearchReplyOsm::QPlaceSearchReplyOsm(const QPlaceSearchRequest &request, in QPlaceSearchReplyOsm() function in QPlaceSearchReplyOsm
73 QPlaceSearchReplyOsm::~QPlaceSearchReplyOsm() in ~QPlaceSearchReplyOsm()
77 void QPlaceSearchReplyOsm::setError(QPlaceReply::Error errorCode, const QString &errorString) in setError()
98 void QPlaceSearchReplyOsm::replyFinished() in replyFinished()
167 void QPlaceSearchReplyOsm::networkError(QNetworkReply::NetworkError error) in networkError()
175 QPlaceResult QPlaceSearchReplyOsm::parsePlaceResult(const QJsonObject &item) const in parsePlaceResult()
H A Dqplacesearchreplyosm.h52 class QPlaceSearchReplyOsm : public QPlaceSearchReply
57 QPlaceSearchReplyOsm(const QPlaceSearchRequest &request, QNetworkReply *reply,
59 ~QPlaceSearchReplyOsm();
H A Dqplacemanagerengineosm.cpp188 QPlaceSearchReplyOsm *reply = new QPlaceSearchReplyOsm(request, networkReply, this); in search()