Home
last modified time | relevance | path

Searched refs:setExtendedAttributes (Results 1 – 16 of 16) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeolocation/
H A Dtst_qgeolocation.cpp130 m_location.setExtendedAttributes(m_extendedAttributes); in extendedAttributes()
159 m_location.setExtendedAttributes(m_extendedAttributes); in operators()
175 qgeolocationcopy.setExtendedAttributes(extendedAttributesCopy); in operators()
220 otherLocation.setExtendedAttributes(QVariantMap({{"foo", 44}})); in comparison()
274 location.setExtendedAttributes(extendedAttributes); in isEmpty()
276 location.setExtendedAttributes(QVariantMap()); in isEmpty()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeomaneuver.cpp301 void QGeoManeuver::setExtendedAttributes(const QVariantMap &extendedAttributes) in setExtendedAttributes() function in QGeoManeuver
304 d_ptr->setExtendedAttributes(extendedAttributes); in setExtendedAttributes()
437 void QGeoManeuverPrivate::setExtendedAttributes(const QVariantMap &extendedAttributes) in setExtendedAttributes() function in QGeoManeuverPrivate
555 void QGeoManeuverPrivateDefault::setExtendedAttributes(const QVariantMap &extendedAttributes) in setExtendedAttributes() function in QGeoManeuverPrivateDefault
H A Dqgeoroute.cpp329 void QGeoRoute::setExtendedAttributes(const QVariantMap &extendedAttributes) in setExtendedAttributes() function in QGeoRoute
331 d_ptr->setExtendedAttributes(extendedAttributes); in setExtendedAttributes()
496 void QGeoRoutePrivate::setExtendedAttributes(const QVariantMap &/*extendedAttributes*/) in setExtendedAttributes() function in QGeoRoutePrivate
671 void QGeoRoutePrivateDefault::setExtendedAttributes(const QVariantMap &extendedAttributes) in setExtendedAttributes() function in QGeoRoutePrivateDefault
H A Dqgeomaneuver_p.h95 virtual void setExtendedAttributes(const QVariantMap &extendedAttributes);
134 virtual void setExtendedAttributes(const QVariantMap &extendedAttributes) override;
H A Dqgeoroute_p.h104 virtual void setExtendedAttributes(const QVariantMap &extendedAttributes);
160 void setExtendedAttributes(const QVariantMap &extendedAttributes) override;
H A Dqgeomaneuver.h99 void setExtendedAttributes(const QVariantMap &extendedAttributes);
H A Dqgeoroute.h93 void setExtendedAttributes(const QVariantMap &extendedAttributes);
H A Dqgeorouteparserosrmv5.cpp892 geoManeuver.setExtendedAttributes(extraAttributes); in parseStep()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqgeolocation.h76 void setExtendedAttributes(const QVariantMap &data);
H A Dqgeolocation.cpp214 void QGeoLocation::setExtendedAttributes(const QVariantMap &data) in setExtendedAttributes() function in QGeoLocation
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioningquick/
H A Dqdeclarativegeolocation.cpp129 retValue.setExtendedAttributes(m_extendedAttributes); in location()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/geotestplugin/
H A Dqgeoroutingmanagerengine_test.h193 route.setExtendedAttributes(extendedAttributes); in setRoutes()
H A Dqgeocodingmanagerengine_test.h304 location.setExtendedAttributes(extra); in injectExtra()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/osm/
H A Dqgeocodereplyosm.cpp124 location.setExtendedAttributes(extra); in injectExtra()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapbox/
H A Dqgeoroutingmanagerenginemapbox.cpp214 m.setExtendedAttributes(extendedAttributes); in updateSegment()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/
H A Dqgeoroutexmlparser.cpp259 maneuver.maneuver.setExtendedAttributes(extendedAttributes); in postProcessRoute()