Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioningquick/
H A Dqdeclarativegeoaddress.cpp119 setPostalCode(address.postalCode()); in setAddress()
327 void QDeclarativeGeoAddress::setPostalCode(const QString &postalCode) in setPostalCode() function in QDeclarativeGeoAddress
332 m_address.setPostalCode(postalCode); in setPostalCode()
H A Dqdeclarativegeoaddress_p.h73 Q_PROPERTY(QString postalCode READ postalCode WRITE setPostalCode NOTIFY postalCodeChanged)
100 void setPostalCode(const QString &postalCode);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeoaddress/
H A Dtst_qgeoaddress.cpp161 testObj.setPostalCode("testText"); in postalCodeTest()
202 postalCodeOnly.setPostalCode("postcode"); in generatedText()
209 fullAddress.setPostalCode("postcode"); in generatedText()
542 testObj.setPostalCode(QStringLiteral("postalCode")); in emptyClearTest()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeolocation/
H A Dtst_qgeolocation.cpp87 m_address.setPostalCode("10115"); in address()
94 m_address.setPostalCode("10125"); in address()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/esri/
H A Dgeocodereply_esri.cpp145 address.setPostalCode(addressObject.value(QStringLiteral("Postal")).toString()); in parseAddress()
195 address.setPostalCode(attributesObject.value(QStringLiteral("Postal")).toString()); in parseCandidate()
H A Dplacesearchreply_esri.cpp185 geoAddress.setPostalCode(keys.value(kPostalKey)); in parsePlaceResult()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqgeoaddress.h86 void setPostalCode(const QString &postalCode);
H A Dqgeoaddress.cpp584 void QGeoAddress::setPostalCode(const QString &postalCode) in setPostalCode() function in QGeoAddress
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapbox/
H A Dqmapboxcommon.cpp112 address.setPostalCode(valueText); in parseGeoLocation()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/osm/
H A Dqgeocodereplyosm.cpp96 address.setPostalCode(ao.value(QStringLiteral("postcode")).toString()); in parseAddressObject()
H A Dqplacesearchreplyosm.cpp215 address.setPostalCode(addressDetails.value(QStringLiteral("postcode")).toString()); in parsePlaceResult()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/
H A Dqgeocodejsonparser.cpp337 address.setPostalCode(addr.value("PostalCode").toString()); in parseLocation()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/placesv2/
H A Dqplacedetailsreplyimpl.cpp193 address.setPostalCode(addressObject.value(QLatin1String("postalCode")).toString()); in replyFinished()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qmlinterface/
H A Dtst_qmlinterface.cpp91 m_address.setPostalCode(QStringLiteral("4000")); in tst_qmlinterface()