Home
last modified time | relevance | path

Searched refs:setPlaceId (Results 1 – 23 of 23) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplace/
H A Dtst_qplace.cpp79 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 Dqplace_p.h86 virtual void setPlaceId(const QString &placeIdentifier) = 0;
133 virtual void setPlaceId(const QString &placeIdentifier) override;
H A Dqplace.cpp354 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 Dqplacecontentrequest.h64 void setPlaceId(const QString &identifier);
H A Dqplacecontentrequest.cpp177 void QPlaceContentRequest::setPlaceId(const QString &identifier) in setPlaceId() function in QPlaceContentRequest
H A Dqplace.h96 void setPlaceId(const QString &identifier);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/placesv2/
H A Dqplacedetailsreplyimpl.h56 void setPlaceId(const QString &placeId) { m_placeId = placeId; } in setPlaceId() function
H A Dqplacesearchreplyhere.cpp194 place.setPlaceId(href.path().mid(18, 41)); in parsePlaceResult()
H A Dqplacedetailsreplyimpl.cpp134 place.setPlaceId(object.value(QLatin1String("placeId")).toString()); in replyFinished()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativeplaces/
H A Dqdeclarativeplace_p.h88 Q_PROPERTY(QString placeId READ placeId WRITE setPlaceId NOTIFY placeIdChanged)
155 void setPlaceId(const QString &placeId);
H A Dqdeclarativeplace.cpp560 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 Dqdeclarativeplacecontentmodel.cpp268 request.setPlaceId(m_place->place().placeId()); in fetchMore()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/snippets/places/
H A Drequesthandler.h135 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 Dtst_qplacemanager.cpp136 place.setPlaceId(QStringLiteral("4-8-15-16-23-42")); in compatiblePlace()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapbox/
H A Dqplacesearchreplymapbox.cpp66 place.setPlaceId(response.value(QStringLiteral("id")).toString()); in parsePlaceResult()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplacemanager_unsupported/
H A Dtst_qplacemanager_unsupported.cpp207 place.setPlaceId(QStringLiteral("4-8-15-16-23-42")); in compatiblePlace()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/esri/
H A Dplacesearchreply_esri.cpp212 place.setPlaceId(attributes.value(kLongLabelKey).toString()); in parsePlaceResult()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/osm/
H A Dqplacesearchreplyosm.cpp188 place.setPlaceId(QString::number(item.value(QStringLiteral("place_id")).toInt())); in parsePlaceResult()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/geotestplugin/
H A Dqplacemanagerengine_test.h277 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 Dplacemanager_utils.cpp95 place->setPlaceId(saveReply->id()); in doSavePlaces()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qmlinterface/
H A Dtst_qmlinterface.cpp137 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 Dtst_places.cpp607 request.setPlaceId(ValidKnownPlaceId); in content()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/
H A Dqplacemanagerengine_nokiav2.cpp254 reply->setPlaceId(placeId); in getPlaceDetails()