Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/placesv2/
H A Dqplaceidreplyimpl.cpp41 QPlaceIdReplyImpl::QPlaceIdReplyImpl(QPlaceIdReply::OperationType type, QObject *parent) in QPlaceIdReplyImpl() function in QPlaceIdReplyImpl
46 QPlaceIdReplyImpl::~QPlaceIdReplyImpl() in ~QPlaceIdReplyImpl()
50 void QPlaceIdReplyImpl::setId(const QString &id) in setId()
55 void QPlaceIdReplyImpl::setError(QPlaceReply::Error error_, const QString &errorString) in setError()
H A Dqplaceidreplyimpl.h44 class QPlaceIdReplyImpl : public QPlaceIdReply
49 QPlaceIdReplyImpl(QPlaceIdReply::OperationType type, QObject *parent = 0);
50 ~QPlaceIdReplyImpl();
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/
H A Dqplacemanagerengine_nokiav2.cpp533 QPlaceIdReplyImpl *reply = new QPlaceIdReplyImpl(QPlaceIdReply::SavePlace, this); in savePlace()
546 QPlaceIdReplyImpl *reply = new QPlaceIdReplyImpl(QPlaceIdReply::RemovePlace, this); in removePlace()
561 QPlaceIdReplyImpl *reply = new QPlaceIdReplyImpl(QPlaceIdReply::SaveCategory, this); in saveCategory()
574 QPlaceIdReplyImpl *reply = new QPlaceIdReplyImpl(QPlaceIdReply::RemoveCategory, this); in removeCategory()