Home
last modified time | relevance | path

Searched refs:matchingPlaces (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/places/
H A Dqplacemanager.cpp382 QPlaceMatchReply *QPlaceManager::matchingPlaces(const QPlaceMatchRequest &request) const in matchingPlaces() function in QPlaceManager
384 return d->matchingPlaces(request); in matchingPlaces()
H A Dqplacemanager.h99 QPlaceMatchReply *matchingPlaces(const QPlaceMatchRequest &request) const;
H A Dqplacemanagerengine.h90 virtual QPlaceMatchReply *matchingPlaces(const QPlaceMatchRequest &request);
H A Dqplacemanagerengine.cpp329 QPlaceMatchReply * QPlaceManagerEngine::matchingPlaces(const QPlaceMatchRequest &request) in matchingPlaces() function in QPlaceManagerEngine
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplacemanager/
H A Dtst_qplacemanager.cpp129 QPlaceMatchReply *reply = placeManager->matchingPlaces(request); in testMatchUnsupported()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplacemanager_unsupported/
H A Dtst_qplacemanager_unsupported.cpp217 QPlaceMatchReply *reply = m_manager->matchingPlaces(QPlaceMatchRequest()); in testMatchUnsupported()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/src/plugins/
H A Dplaces-backend.qdoc130 The third is that QPlaceManager::matchingPlaces() of the destination manager accept the QPlaceMatch…
142 In this case, the manager might implement QPlaceManager::matchingPlaces() to accept a QPlaceMatchRe…
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/placemanager_utils/
H A Dplacemanager_utils.cpp255 QPlaceMatchReply *reply = manager->matchingPlaces(request); in doMatch()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/snippets/places/
H A Drequesthandler.h308 matchReply = manager->matchingPlaces(request); in matchPlaces()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativeplaces/
H A Dqdeclarativesearchresultmodel.cpp812 m_reply = favoritesManager->matchingPlaces(request); in queryFinished()