Home
last modified time | relevance | path

Searched refs:matchReply (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/snippets/places/
H A Drequesthandler.h308 matchReply = manager->matchingPlaces(request); in matchPlaces()
496 if (matchReply->error() == QPlaceReply::NoError) { in matchHandler()
497 foreach (const QPlace place, matchReply->places()) { in matchHandler()
505 matchReply->deleteLater(); in matchHandler()
506 matchReply = 0; in matchHandler()
532 QPlaceMatchReply *matchReply; variable
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativeplaces/
H A Dqdeclarativesearchresultmodel.cpp817 QPlaceMatchReply *matchReply = qobject_cast<QPlaceMatchReply *>(reply); in queryFinished() local
818 Q_ASSERT(matchReply); in queryFinished()
819 updateLayout(matchReply->places()); in queryFinished()