| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplace/ |
| H A D | tst_qplace.cpp | 79 testObj.setPlaceId("testId"); in constructorTest() 107 testObj.setPlaceId("testText"); in placeIdTest() 489 testObj.setPlaceId("testId"); in operatorsTest() 501 testObj2.setPlaceId("342-456"); in operatorsTest() 651 place.setPlaceId(QStringLiteral("naniwa")); in isEmptyTest() 653 place.setPlaceId(QString()); in isEmptyTest()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/places/ |
| H A D | qplace_p.h | 86 virtual void setPlaceId(const QString &placeIdentifier) = 0; 133 virtual void setPlaceId(const QString &placeIdentifier) override;
|
| H A D | qplace.cpp | 354 void QPlace::setPlaceId(const QString &identifier) in setPlaceId() function in QPlace 356 d_ptr->setPlaceId(identifier); in setPlaceId() 744 void QPlacePrivateDefault::setPlaceId(const QString &placeIdentifier) in setPlaceId() function in QPlacePrivateDefault
|
| H A D | qplacecontentrequest.h | 64 void setPlaceId(const QString &identifier);
|
| H A D | qplacecontentrequest.cpp | 177 void QPlaceContentRequest::setPlaceId(const QString &identifier) in setPlaceId() function in QPlaceContentRequest
|
| H A D | qplace.h | 96 void setPlaceId(const QString &identifier);
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/placesv2/ |
| H A D | qplacedetailsreplyimpl.h | 56 void setPlaceId(const QString &placeId) { m_placeId = placeId; } in setPlaceId() function
|
| H A D | qplacesearchreplyhere.cpp | 194 place.setPlaceId(href.path().mid(18, 41)); in parsePlaceResult()
|
| H A D | qplacedetailsreplyimpl.cpp | 134 place.setPlaceId(object.value(QLatin1String("placeId")).toString()); in replyFinished()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativeplaces/ |
| H A D | qdeclarativeplace_p.h | 88 Q_PROPERTY(QString placeId READ placeId WRITE setPlaceId NOTIFY placeIdChanged) 155 void setPlaceId(const QString &placeId);
|
| H A D | qdeclarativeplace.cpp | 560 void QDeclarativePlace::setPlaceId(const QString &placeId) in setPlaceId() function in QDeclarativePlace 563 m_src.setPlaceId(placeId); in setPlaceId() 675 setPlaceId(idReply->id()); in finished()
|
| H A D | qdeclarativeplacecontentmodel.cpp | 268 request.setPlaceId(m_place->place().placeId()); in fetchMore()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/snippets/places/ |
| H A D | requesthandler.h | 135 request.setPlaceId(place.placeId()); in images() 248 request.setPlaceId(place.placeId()); in content()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplacemanager/ |
| H A D | tst_qplacemanager.cpp | 136 place.setPlaceId(QStringLiteral("4-8-15-16-23-42")); in compatiblePlace()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapbox/ |
| H A D | qplacesearchreplymapbox.cpp | 66 place.setPlaceId(response.value(QStringLiteral("id")).toString()); in parsePlaceResult()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplacemanager_unsupported/ |
| H A D | tst_qplacemanager_unsupported.cpp | 207 place.setPlaceId(QStringLiteral("4-8-15-16-23-42")); in compatiblePlace()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/esri/ |
| H A D | placesearchreply_esri.cpp | 212 place.setPlaceId(attributes.value(kLongLabelKey).toString()); in parsePlaceResult()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/osm/ |
| H A D | qplacesearchreplyosm.cpp | 188 place.setPlaceId(QString::number(item.value(QStringLiteral("place_id")).toInt())); in parsePlaceResult()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/geotestplugin/ |
| H A D | qplacemanagerengine_test.h | 277 place.setPlaceId(p.value(QStringLiteral("id")).toString()); in QPlaceManagerEngineTest() 537 p.setPlaceId(QUuid::createUuid().toString()); in savePlace()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/placemanager_utils/ |
| H A D | placemanager_utils.cpp | 95 place->setPlaceId(saveReply->id()); in doSavePlaces()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qmlinterface/ |
| H A D | tst_qmlinterface.cpp | 137 m_place.setPlaceId(QStringLiteral("test-place-id")); in tst_qmlinterface()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/nokia_services/places_semiauto/ |
| H A D | tst_places.cpp | 607 request.setPlaceId(ValidKnownPlaceId); in content()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/ |
| H A D | qplacemanagerengine_nokiav2.cpp | 254 reply->setPlaceId(placeId); in getPlaceDetails()
|