Home
last modified time | relevance | path

Searched refs:setLocations (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/geotestplugin/
H A Dqgeocodingmanagerengine_test.h77 void callSetLocations ( const QList<QGeoLocation> & locations ) {setLocations(locations);} in callSetLocations()
131 setLocations(geocodeReply_, searchString, limit, offset);
175 setLocations(geocodeReply_, address); in geocode()
205 void setLocations(GeocodeReplyTest* reply, const QString searchString, int limit, int offset) in setLocations() function
221 void setLocations(GeocodeReplyTest* reply, const QGeoAddress& address) in setLocations() function
234 void setLocations(GeocodeReplyTest* reply, const QGeoCoordinate & coordinate) in setLocations() function
250 setLocations(geocodeReply_, coordinate); in reverseGeocode()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeocodemodel.cpp394 setLocations(reply->locations()); in geocodeFinished()
417 setLocations(reply->locations()); in geocodeError()
503 void QDeclarativeGeocodeModel::setLocations(const QList<QGeoLocation> &locations) in setLocations() function in QDeclarativeGeocodeModel
612 setLocations(QList<QGeoLocation>()); in reset()
H A Dqdeclarativegeocodemodel_p.h184 void setLocations(const QList<QGeoLocation> &locations);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/esri/
H A Dgeocodereply_esri.cpp112 setLocations(locations); in networkReplyFinished()
124 setLocations(locations); in networkReplyFinished()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/osm/
H A Dqgeocodereplyosm.cpp154 setLocations(locations); in networkReplyFinished()
192 setLocations(locations); in networkReplyFinished()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeocodereply/
H A Dtst_qgeocodereply.h58 void callSetLocations ( const QList<QGeoLocation> & locations ) {setLocations(locations);} in callSetLocations()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeocodereply.h95 void setLocations(const QList<QGeoLocation> &locations);
H A Dqgeocodereply.cpp229 void QGeoCodeReply::setLocations(const QList<QGeoLocation> &locations) in setLocations() function in QGeoCodeReply
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapbox/
H A Dqgeocodereplymapbox.cpp92 setLocations(locations); in onNetworkReplyFinished()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeocodingmanagerplugins/
H A Dqgeocodingmanagerengine_test.h53 void callSetLocations ( const QList<QGeoLocation> & locations ) {setLocations(locations);} in callSetLocations()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/
H A Dqgeocodereply_nokia.cpp115 setLocations(locations); in appendResults()