Home
last modified time | relevance | path

Searched refs:setAddress (Results 1 – 19 of 19) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeolocation/
H A Dtst_qgeolocation.cpp90 m_location.setAddress(m_address); in address()
157 m_location.setAddress(m_address); in operators()
167 qgeolocationcopy.setAddress(qgeoaddresscopy); in operators()
170 qgeolocationcopy.setAddress(m_address); in operators()
197 location.setAddress(address); in comparison()
214 otherLocation.setAddress(otherAddress); in comparison()
256 location.setAddress(address); in isEmpty()
258 location.setAddress(QGeoAddress()); in isEmpty()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioningquick/
H A Dqdeclarativegeolocation.cpp112 m_address->setAddress(src.address()); in setLocation()
126 retValue.setAddress(m_address ? m_address->address() : QGeoAddress()); in location()
138 void QDeclarativeGeoLocation::setAddress(QDeclarativeGeoAddress *address) in setAddress() function in QDeclarativeGeoLocation
H A Dqdeclarativegeolocation_p.h68 Q_PROPERTY(QDeclarativeGeoAddress *address READ address WRITE setAddress NOTIFY addressChanged)
82 void setAddress(QDeclarativeGeoAddress *address);
H A Dqdeclarativegeoaddress_p.h64 Q_PROPERTY(QGeoAddress address READ address WRITE setAddress)
80 void setAddress(const QGeoAddress &address);
H A Dqdeclarativegeoaddress.cpp108 void QDeclarativeGeoAddress::setAddress(const QGeoAddress &address) in setAddress() function in QDeclarativeGeoAddress
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/esri/
H A Dgeocodereply_esri.cpp158 location.setAddress(address); in parseAddress()
201 location.setAddress(address); in parseCandidate()
H A Dplacesearchreply_esri.cpp206 geoLocation.setAddress(geoAddress); in parsePlaceResult()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/osm/
H A Dqgeocodereplyosm.cpp148 location.setAddress(parseAddressObject(object)); in networkReplyFinished()
184 location.setAddress(parseAddressObject(object)); in networkReplyFinished()
H A Dqplacesearchreplyosm.cpp222 location.setAddress(address); in parsePlaceResult()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqgeolocation.h70 void setAddress(const QGeoAddress &address);
H A Dqgeolocation.cpp155 void QGeoLocation::setAddress(const QGeoAddress &address) in setAddress() function in QGeoLocation
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/geotestplugin/
H A Dqgeocodingmanagerengine_test.h214 location.setAddress(address); in setLocations()
227 location.setAddress(address); in setLocations()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapbox/
H A Dqmapboxcommon.cpp127 location.setAddress(address); in parseGeoLocation()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/placesv2/
H A Dqplacesearchreplyhere.cpp160 location.setAddress(address); in parsePlaceResult()
H A Dqplacedetailsreplyimpl.cpp195 location.setAddress(address); in replyFinished()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeocodereply/
H A Dtst_qgeocodereply.cpp231 qgeolocation->setAddress(*qgeoaddress); in locations()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/
H A Dqgeocodejsonparser.cpp359 loc->setAddress(address); in parseLocation()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qmlinterface/
H A Dtst_qmlinterface.cpp99 m_location.setAddress(m_address); in tst_qmlinterface()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/snippets/places/
H A Drequesthandler.h168 location.setAddress(address); in savePlace()