Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/placesv2/
H A Dqplacecontentreplyimpl.cpp48 QPlaceContentReplyImpl::QPlaceContentReplyImpl(const QPlaceContentRequest &request, in QPlaceContentReplyImpl() function in QPlaceContentReplyImpl
67 QPlaceContentReplyImpl::~QPlaceContentReplyImpl() in ~QPlaceContentReplyImpl()
71 void QPlaceContentReplyImpl::setError(QPlaceReply::Error error_, const QString &errorString) in setError()
79 void QPlaceContentReplyImpl::replyFinished() in replyFinished()
112 void QPlaceContentReplyImpl::replyError(QNetworkReply::NetworkError error) in replyError()
H A Dqplacecontentreplyimpl.h48 class QPlaceContentReplyImpl : public QPlaceContentReply
53 QPlaceContentReplyImpl(const QPlaceContentRequest &request, QNetworkReply *reply,
55 ~QPlaceContentReplyImpl();
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/
H A Dqplacemanagerengine_nokiav2.cpp322 QPlaceContentReply *reply = new QPlaceContentReplyImpl(request, networkReply, this); in getPlaceContent()