Home
last modified time | relevance | path

Searched refs:positionProviderChanged (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/position/geoclue/
H A Dqgeosatelliteinfosource_geocluemaster.cpp58 connect(m_master, SIGNAL(positionProviderChanged(QString,QString,QString,QString)), in Q_DECLARE_LOGGING_CATEGORY()
59 this, SLOT(positionProviderChanged(QString,QString,QString,QString))); in Q_DECLARE_LOGGING_CATEGORY()
214 void QGeoSatelliteInfoSourceGeoclueMaster::positionProviderChanged(const QString &name, in positionProviderChanged() function in QGeoSatelliteInfoSourceGeoclueMaster
H A Dqgeopositioninfosource_geocluemaster.cpp96 connect(m_master, SIGNAL(positionProviderChanged(QString,QString,QString,QString)), in QGeoPositionInfoSourceGeoclueMaster()
97 this, SLOT(positionProviderChanged(QString,QString,QString,QString))); in QGeoPositionInfoSourceGeoclueMaster()
358 void QGeoPositionInfoSourceGeoclueMaster::positionProviderChanged(const QString &name, in positionProviderChanged() function in QGeoPositionInfoSourceGeoclueMaster
H A Dqgeocluemaster.h77 void positionProviderChanged(const QString &name, const QString &description,
H A Dqgeosatelliteinfosource_geocluemaster.h74 void positionProviderChanged(const QString &name, const QString &description,
H A Dqgeopositioninfosource_geocluemaster.h81 void positionProviderChanged(const QString &name, const QString &description,
H A Dqgeocluemaster.cpp100 this, SIGNAL(positionProviderChanged(QString,QString,QString,QString))); in createMasterClient()