Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/placesv2/
H A Dqplacesearchsuggestionreplyimpl.cpp47 QPlaceSearchSuggestionReplyImpl::QPlaceSearchSuggestionReplyImpl(QNetworkReply *reply, in QPlaceSearchSuggestionReplyImpl() function in QPlaceSearchSuggestionReplyImpl
62 QPlaceSearchSuggestionReplyImpl::~QPlaceSearchSuggestionReplyImpl() in ~QPlaceSearchSuggestionReplyImpl()
66 void QPlaceSearchSuggestionReplyImpl::setError(QPlaceReply::Error error_, in setError()
75 void QPlaceSearchSuggestionReplyImpl::replyFinished() in replyFinished()
107 void QPlaceSearchSuggestionReplyImpl::replyError(QNetworkReply::NetworkError error) in replyError()
H A Dqplacesearchsuggestionreplyimpl.h45 class QPlaceSearchSuggestionReplyImpl : public QPlaceSearchSuggestionReply
50 explicit QPlaceSearchSuggestionReplyImpl(QNetworkReply *reply, QObject *parent = 0);
51 ~QPlaceSearchSuggestionReplyImpl();
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/
H A Dqplacemanagerengine_nokiav2.cpp491 QPlaceSearchSuggestionReplyImpl *reply = new QPlaceSearchSuggestionReplyImpl(0, this); in searchSuggestions()
509 QPlaceSearchSuggestionReplyImpl *reply = new QPlaceSearchSuggestionReplyImpl(0, this); in searchSuggestions()
523QPlaceSearchSuggestionReplyImpl *reply = new QPlaceSearchSuggestionReplyImpl(networkReply, this); in searchSuggestions()