Home
last modified time | relevance | path

Searched refs:doSearch (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapbox/
H A Dqgeocodingmanagerenginemapbox.cpp94 return doSearch(address.text().simplified(), queryItems, bounds); in geocode()
135 return doSearch(addressString.join(QStringLiteral(", ")), queryItems, bounds); in geocode()
146 return doSearch(address, queryItems, bounds); in geocode()
156 return doSearch(coordinateString, queryItems, bounds); in reverseGeocode()
159 QGeoCodeReply *QGeoCodingManagerEngineMapbox::doSearch(const QString &request, QUrlQuery &queryItem… in doSearch() function in QGeoCodingManagerEngineMapbox
H A Dqplacemanagerenginemapbox.cpp115 return qobject_cast<QPlaceSearchReply *>(doSearch(request, PlaceSearchType::CompleteSearch)); in search()
120 …return qobject_cast<QPlaceSearchSuggestionReply *>(doSearch(request, PlaceSearchType::SuggestionSe… in searchSuggestions()
123 QPlaceReply *QPlaceManagerEngineMapbox::doSearch(const QPlaceSearchRequest &request, PlaceSearchTyp… in doSearch() function in QPlaceManagerEngineMapbox
H A Dqgeocodingmanagerenginemapbox.h72 QGeoCodeReply *doSearch(const QString &, QUrlQuery &, const QGeoShape &bounds);
H A Dqplacemanagerenginemapbox.h88 QPlaceReply *doSearch(const QPlaceSearchRequest&, PlaceSearchType);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/placemanager_utils/
H A Dplacemanager_utils.h79 static bool doSearch(QPlaceManager *manager, const QPlaceSearchRequest &request,
83 static bool doSearch(QPlaceManager *manager, const QPlaceSearchRequest &request,
158 bool doSearch(const QPlaceSearchRequest &request,
161 return doSearch(placeManager, request, results,expectedError);
H A Dplacemanager_utils.cpp100 bool PlaceManagerUtils::doSearch(QPlaceManager *manager, in doSearch() function in PlaceManagerUtils
111 bool PlaceManagerUtils::doSearch(QPlaceManager *manager, in doSearch() function in PlaceManagerUtils
118 success = doSearch(manager, request, &searchResults, expectedError); in doSearch()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/places/items/
H A DSearchBar.qml60 signal doSearch(string searchText)
96 onAccepted: doSearch(searchText.text)
101 onClicked: doSearch(searchText.text)
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/nokia_services/places_semiauto/
H A Dtst_places.cpp146 QVERIFY(doSearch(searchRequest, &results, error)); in search()
315 QVERIFY(doSearch(searchRequest, &results, error)); in recommendations()