Home
last modified time | relevance | path

Searched refs:setCountry (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeolocation/
H A Dtst_qgeolocation.cpp84 m_address.setCountry("Germany"); in address()
141 qgeoaddresscopy.setCountry("Germany"); in operators()
148 m_address.setCountry("Spain"); in operators()
196 address.setCountry("USA"); in comparison()
213 otherAddress.setCountry("USA"); in comparison()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioningquick/
H A Dqdeclarativegeoaddress.cpp112 setCountry(address.country()); in setAddress()
170 void QDeclarativeGeoAddress::setCountry(const QString &country) in setCountry() function in QDeclarativeGeoAddress
175 m_address.setCountry(country); in setCountry()
H A Dqdeclarativegeoaddress_p.h66 Q_PROPERTY(QString country READ country WRITE setCountry NOTIFY countryChanged)
86 void setCountry(const QString &country);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeoaddress/
H A Dtst_qgeoaddress.cpp111 testObj.setCountry("testText"); in countryTest()
212 fullAddress.setCountry("country"); in generatedText()
509 testObj2.setCountry("testValue2"); in operatorsTest()
518 testObj.setCountry(QStringLiteral("country")); in emptyClearTest()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqgeoaddress.h68 void setCountry(const QString &country);
H A Dqgeoaddress.cpp462 void QGeoAddress::setCountry(const QString &country) in setCountry() function in QGeoAddress
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapbox/
H A Dqmapboxcommon.cpp105 address.setCountry(valueText); in parseGeoLocation()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/esri/
H A Dgeocodereply_esri.cpp190 address.setCountry(attributesObject.value(QStringLiteral("Country")).toString()); in parseCandidate()
H A Dplacesearchreply_esri.cpp183 geoAddress.setCountry(m_countries.value(keys.value(kCountryKey))); // mismatch code ISO2 vs ISO3 in parsePlaceResult()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/osm/
H A Dqgeocodereplyosm.cpp79 address.setCountry(ao.value(QStringLiteral("country")).toString()); in parseAddressObject()
H A Dqplacesearchreplyosm.cpp212 address.setCountry(addressDetails.value(QStringLiteral("country")).toString()); in parsePlaceResult()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/
H A Dqgeocodejsonparser.cpp347 address.setCountry(ado.value("value").toString()); in parseLocation()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/placesv2/
H A Dqplacedetailsreplyimpl.cpp163 address.setCountry(addressObject.value(QLatin1String("country")).toString()); in replyFinished()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qmlinterface/
H A Dtst_qmlinterface.cpp89 m_address.setCountry(QStringLiteral("Australia")); in tst_qmlinterface()