Home
last modified time | relevance | path

Searched refs:updateData (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/position/simulator/
H A Dqgeosatelliteinfosource_simulator.cpp53 connect(timer, SIGNAL(timeout()), this, SLOT(updateData())); in QGeoSatelliteInfoSourceSimulator()
55 connect(requestTimer, SIGNAL(timeout()), this, SLOT(updateData())); in QGeoSatelliteInfoSourceSimulator()
110 void QGeoSatelliteInfoSourceSimulator::updateData() in updateData() function in QGeoSatelliteInfoSourceSimulator
H A Dqgeosatelliteinfosource_simulator_p.h83 void updateData();
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/tile/
H A Dgeojson_tile.cpp13 updateData(std::move(features)); in GeoJSONTile()
16 void GeoJSONTile::updateData(mapbox::geometry::feature_collection<int16_t> features) { in updateData() function in mbgl::GeoJSONTile
H A Dgeojson_tile.hpp17 void updateData(mapbox::geometry::feature_collection<int16_t>);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/annotation/
H A Dannotation_manager.hpp42 void updateData();
H A Dannotation_manager.cpp190 void AnnotationManager::updateData() { in updateData() function in mbgl::AnnotationManager
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/sources/
H A Drender_geojson_source.cpp46 … static_cast<GeoJSONTile*>(pair.second.get())->updateData(data->getTile(pair.first.canonical)); in update()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/
H A Dqdeclarativenavigator_p_p.h102 void updateData(const QList<T*> &data) in updateData() function
H A Dqdeclarativenavigator.cpp770 m_routes.updateData(declarativeRoutes); in onAlternativeRoutesChanged()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/
H A Drenderer_impl.cpp94 updateParameters.annotationManager.updateData(); in render()