Home
last modified time | relevance | path

Searched refs:setLocation (Results 1 – 17 of 17) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioningquick/
H A Dqdeclarativegeolocation.cpp90 setLocation(QGeoLocation()); in QDeclarativeGeoLocation()
96 setLocation(src); in QDeclarativeGeoLocation()
109 void QDeclarativeGeoLocation::setLocation(const QGeoLocation &src) in setLocation() function in QDeclarativeGeoLocation
H A Dqdeclarativegeolocation_p.h67 Q_PROPERTY(QGeoLocation location READ location WRITE setLocation)
79 void setLocation(const QGeoLocation &src);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/places/
H A Dqplace_p.h78 virtual void setLocation(const QGeoLocation &location) = 0;
125 virtual void setLocation(const QGeoLocation &location) override;
H A Dqplace.cpp237 void QPlace::setLocation(const QGeoLocation &location) in setLocation() function in QPlace
239 d_ptr->setLocation(location); in setLocation()
704 void QPlacePrivateDefault::setLocation(const QGeoLocation &location) in setLocation() function in QPlacePrivateDefault
H A Dqplace.h74 void setLocation(const QGeoLocation &location);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplace/
H A Dtst_qplace.cpp86 testObj.setLocation(loc); in constructorTest()
147 testObj.setLocation(obj); in locationTest()
496 testObj.setLocation(loc); in operatorsTest()
610 place.setLocation(location); in isEmptyTest()
612 place.setLocation(QGeoLocation()); in isEmptyTest()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativeplaces/
H A Dqdeclarativeplace_p.h83 …Q_PROPERTY(QDeclarativeGeoLocation *location READ location WRITE setLocation NOTIFY locationChange…
145 void setLocation(QDeclarativeGeoLocation *location);
H A Dqdeclarativeplace.cpp322 m_location->setLocation(m_src.location()); in setPlace()
406 result.setLocation(m_location ? m_location->location() : QGeoLocation()); in place()
445 void QDeclarativePlace::setLocation(QDeclarativeGeoLocation *location) in setLocation() function in QDeclarativePlace
/OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_android_apk_demo/app/src/main/java/com/rockchip/gpadc/demo/
H A DInferenceResult.java117 public void setLocation(RectF location) { in setLocation() method in InferenceResult.Recognition
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapbox/
H A Dqplacesearchreplymapbox.cpp121 place.setLocation(QMapboxCommon::parseGeoLocation(response)); in parsePlaceResult()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/esri/
H A Dplacesearchreply_esri.cpp211 place.setLocation(geoLocation); in parsePlaceResult()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/placesv2/
H A Dqplacesearchreplyhere.cpp169 place.setLocation(location); in parsePlaceResult()
H A Dqplacedetailsreplyimpl.cpp204 place.setLocation(location); in replyFinished()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/osm/
H A Dqplacesearchreplyosm.cpp225 place.setLocation(location); in parsePlaceResult()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qmlinterface/
H A Dtst_qmlinterface.cpp140 m_place.setLocation(m_location); in tst_qmlinterface()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/snippets/places/
H A Drequesthandler.h169 place.setLocation(location); in savePlace()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/geotestplugin/
H A Dqplacemanagerengine_test.h296 place.setLocation(location); in QPlaceManagerEngineTest()