| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeopositioninfosource/ |
| H A D | testqgeopositioninfosource.cpp | 279 void TestQGeoPositionInfoSource::setUpdateInterval() in setUpdateInterval() function in TestQGeoPositionInfoSource 286 m_source->setUpdateInterval(interval); in setUpdateInterval() 331 m_source->setUpdateInterval(time_out); in lastKnownPosition() 427 m_source->setUpdateInterval(7000); in startUpdates_testIntervals() 455 m_source->setUpdateInterval(0); in startUpdates_testIntervalChangesWhileRunning() 457 m_source->setUpdateInterval(0); in startUpdates_testIntervalChangesWhileRunning() 463 m_source->setUpdateInterval(5000); in startUpdates_testIntervalChangesWhileRunning() 468 m_source->setUpdateInterval(10000); in startUpdates_testIntervalChangesWhileRunning() 473 m_source->setUpdateInterval(5000); in startUpdates_testIntervalChangesWhileRunning() 478 m_source->setUpdateInterval(5000); in startUpdates_testIntervalChangesWhileRunning() [all …]
|
| H A D | testqgeopositioninfosource_p.h | 87 void setUpdateInterval();
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeosatelliteinfosource/ |
| H A D | testqgeosatelliteinfosource.cpp | 197 void TestQGeoSatelliteInfoSource::setUpdateInterval() in setUpdateInterval() function in TestQGeoSatelliteInfoSource 204 m_source->setUpdateInterval(interval); in setUpdateInterval() 252 m_source->setUpdateInterval(7000); in startUpdates_testIntervals() 287 m_source->setUpdateInterval(0); in startUpdates_testIntervalChangesWhileRunning() 289 m_source->setUpdateInterval(0); in startUpdates_testIntervalChangesWhileRunning() 299 m_source->setUpdateInterval(5000); in startUpdates_testIntervalChangesWhileRunning() 305 m_source->setUpdateInterval(10000); in startUpdates_testIntervalChangesWhileRunning() 311 m_source->setUpdateInterval(5000); in startUpdates_testIntervalChangesWhileRunning() 317 m_source->setUpdateInterval(5000); in startUpdates_testIntervalChangesWhileRunning() 323 m_source->setUpdateInterval(0); in startUpdates_testIntervalChangesWhileRunning() [all …]
|
| H A D | testqgeosatelliteinfosource_p.h | 73 void setUpdateInterval();
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/positionpluginV1/ |
| H A D | plugin.cpp | 52 void setUpdateInterval(int msec); 90 void DummySource::setUpdateInterval(int msec) in setUpdateInterval() function in DummySource 101 QGeoPositionInfoSource::setUpdateInterval(msec); in setUpdateInterval()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/ |
| H A D | qgeosatelliteinfosource.h | 53 Q_PROPERTY(int updateInterval READ updateInterval WRITE setUpdateInterval) 76 virtual void setUpdateInterval(int msec);
|
| H A D | qgeopositioninfosource.h | 53 Q_PROPERTY(int updateInterval READ updateInterval WRITE setUpdateInterval) 77 virtual void setUpdateInterval(int msec);
|
| H A D | qnmeapositioninfosource.h | 69 void setUpdateInterval(int msec);
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/positionplugin/ |
| H A D | plugin.cpp | 53 void setUpdateInterval(int msec); 120 void DummySource::setUpdateInterval(int msec) in setUpdateInterval() function in DummySource 131 QGeoPositionInfoSource::setUpdateInterval(msec); in setUpdateInterval()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/position/simulator/ |
| H A D | qgeosatelliteinfosource_simulator.cpp | 91 void QGeoSatelliteInfoSourceSimulator::setUpdateInterval(int msec) in setUpdateInterval() function in QGeoSatelliteInfoSourceSimulator 98 QGeoSatelliteInfoSource::setUpdateInterval(msec); in setUpdateInterval()
|
| H A D | qgeopositioninfosource_simulator.cpp | 103 void QGeoPositionInfoSourceSimulator::setUpdateInterval(int msec) in setUpdateInterval() function in QGeoPositionInfoSourceSimulator 110 QGeoPositionInfoSource::setUpdateInterval(msec); in setUpdateInterval()
|
| H A D | qgeosatelliteinfosource_simulator_p.h | 72 virtual void setUpdateInterval(int msec);
|
| H A D | qgeopositioninfosource_simulator_p.h | 72 void setUpdateInterval(int msec);
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/position/android/src/ |
| H A D | qgeosatelliteinfosource_android.cpp | 77 void QGeoSatelliteInfoSourceAndroid::setUpdateInterval(int msec) in setUpdateInterval() function in QGeoSatelliteInfoSourceAndroid 85 QGeoSatelliteInfoSource::setUpdateInterval(msec); in setUpdateInterval()
|
| H A D | qgeopositioninfosource_android.cpp | 75 void QGeoPositionInfoSourceAndroid::setUpdateInterval(int msec) in setUpdateInterval() function in QGeoPositionInfoSourceAndroid 83 QGeoPositionInfoSource::setUpdateInterval(msec); in setUpdateInterval()
|
| H A D | qgeosatelliteinfosource_android_p.h | 66 void setUpdateInterval(int msec);
|
| H A D | qgeopositioninfosource_android_p.h | 65 void setUpdateInterval(int msec);
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioningquick/ |
| H A D | qdeclarativepositionsource_p.h | 75 …Q_PROPERTY(int updateInterval READ updateInterval WRITE setUpdateInterval NOTIFY updateIntervalCha… 111 void setUpdateInterval(int updateInterval);
|
| H A D | qdeclarativepositionsource.cpp | 220 m_positionSource->setUpdateInterval(m_updateInterval); in tryAttach() 512 void QDeclarativePositionSource::setUpdateInterval(int updateInterval) in setUpdateInterval() function in QDeclarativePositionSource 520 m_positionSource->setUpdateInterval(updateInterval); in setUpdateInterval()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/position/serialnmea/ |
| H A D | qnmeasatelliteinfosource_p.h | 77 void setUpdateInterval(int msec) override;
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/position/corelocation/ |
| H A D | qgeopositioninfosource_cl_p.h | 71 void setUpdateInterval(int msec);
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qnmeapositioninfosource/ |
| H A D | tst_qnmeapositioninfosource.cpp | 117 proxy->source()->setUpdateInterval(500); in setUpdateInterval_delayedUpdate() 256 proxy->source()->setUpdateInterval(1000); in startUpdates_withTimeout() 332 proxy->source()->setUpdateInterval(500); in startUpdates_expectLatestUpdateOnly() 528 proxy->source()->setUpdateInterval(500); in requestUpdate_after_start()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/position/geoclue/ |
| H A D | qgeosatelliteinfosource_geocluemaster.cpp | 75 void QGeoSatelliteInfoSourceGeoclueMaster::setUpdateInterval(int msec) in setUpdateInterval() function in QGeoSatelliteInfoSourceGeoclueMaster 80 QGeoSatelliteInfoSource::setUpdateInterval(msec); in setUpdateInterval()
|
| H A D | qgeosatelliteinfosource_geocluemaster.h | 65 void setUpdateInterval(int msec) override;
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/position/geoclue2/ |
| H A D | qgeopositioninfosource_geoclue2_p.h | 62 void setUpdateInterval(int msec) override;
|