| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeopositioninfosource/ |
| H A D | testqgeopositioninfosource.cpp | 86 virtual void startUpdates() {} in startUpdates() function in MyPositionSource 332 m_source->startUpdates(); in lastKnownPosition() 430 m_source->startUpdates(); in startUpdates_testIntervals() 456 m_source->startUpdates(); in startUpdates_testIntervalChangesWhileRunning() 503 m_source->startUpdates(); in startUpdates_testDefaultInterval() 520 m_source->startUpdates(); in startUpdates_testZeroInterval() 535 m_source->startUpdates(); in startUpdates_moreThanOnce() 537 m_source->startUpdates(); // check there is no crash in startUpdates_moreThanOnce() 541 m_source->startUpdates(); // check there is no crash in startUpdates_moreThanOnce() 554 m_source->startUpdates(); in stopUpdates() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeosatelliteinfosource/ |
| H A D | testqgeosatelliteinfosource.cpp | 67 virtual void startUpdates() {} in startUpdates() function in MySatelliteSource 255 m_source->startUpdates(); in startUpdates_testIntervals() 288 m_source->startUpdates(); in startUpdates_testIntervalChangesWhileRunning() 347 m_source->startUpdates(); in startUpdates_testDefaultInterval() 371 m_source->startUpdates(); in startUpdates_testZeroInterval() 394 m_source->startUpdates(); in startUpdates_moreThanOnce() 399 m_source->startUpdates(); // check there is no crash in startUpdates_moreThanOnce() 403 m_source->startUpdates(); // check there is no crash in startUpdates_moreThanOnce() 419 m_source->startUpdates(); in stopUpdates() 604 m_source->startUpdates(); in requestUpdateAfterStartUpdates_ZeroInterval() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qnmeapositioninfosource/ |
| H A D | tst_qnmeapositioninfosource.cpp | 118 proxy->source()->startUpdates(); in setUpdateInterval_delayedUpdate() 157 proxy->source()->startUpdates(); in lastKnownPosition() 187 source.startUpdates(); in beginWithBufferedData() 222 void tst_QNmeaPositionInfoSource::startUpdates() in startUpdates() function in tst_QNmeaPositionInfoSource 231 proxy->source()->startUpdates(); in startUpdates() 257 proxy->source()->startUpdates(); in startUpdates_withTimeout() 333 proxy->source()->startUpdates(); in startUpdates_expectLatestUpdateOnly() 365 proxy->source()->startUpdates(); in startUpdates_waitForValidDateTime() 529 proxy->source()->startUpdates(); in requestUpdate_after_start() 553 proxy->source()->startUpdates(); in testWithBadNmea()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/position/serialnmea/ |
| H A D | qnmeasatelliteinfosource.cpp | 98 void startUpdates(); 270 void QNmeaSatelliteInfoSourcePrivate::startUpdates() in startUpdates() function in QNmeaSatelliteInfoSourcePrivate 520 d->startUpdates(); in setUpdateInterval() 534 void QNmeaSatelliteInfoSource::startUpdates() in startUpdates() function in QNmeaSatelliteInfoSource 536 d->startUpdates(); in startUpdates()
|
| H A D | qnmeasatelliteinfosource_p.h | 82 void startUpdates() override;
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/position/android/src/ |
| H A D | qgeopositioninfosource_android.cpp | 130 void QGeoPositionInfoSourceAndroid::startUpdates() in startUpdates() function in QGeoPositionInfoSourceAndroid 141 … QGeoPositionInfoSource::Error error = AndroidPositioning::startUpdates(androidClassKeyForUpdate); in startUpdates() 266 startUpdates(); in reconfigureRunningSystem()
|
| H A D | qgeosatelliteinfosource_android.cpp | 101 void QGeoSatelliteInfoSourceAndroid::startUpdates() in startUpdates() function in QGeoSatelliteInfoSourceAndroid 209 startUpdates(); in reconfigureRunningSystem()
|
| H A D | jnipositioning.h | 55 QGeoPositionInfoSource::Error startUpdates(int androidClassKey);
|
| H A D | qgeosatelliteinfosource_android_p.h | 72 void startUpdates();
|
| H A D | qgeopositioninfosource_android_p.h | 73 virtual void startUpdates();
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/positioning/logfilepositionsource/doc/src/ |
| H A D | logfilepositionsource.qdoc | 63 \li \l{QGeoPositionInfoSource::startUpdates()}{startUpdates()}: called by client applications 79 \skipto LogFilePositionSource::startUpdates
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/positionpluginV1/ |
| H A D | plugin.cpp | 45 void startUpdates(); 120 void DummySource::startUpdates() in startUpdates() function in DummySource
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/doc/src/ |
| H A D | cpp-position.qdoc | 74 call \l{QGeoPositionInfoSource::startUpdates()}{startUpdates()} or 105 then call either \l{QGeoPositionInfoSource::startUpdates()}{startUpdates()} 123 source->startUpdates();
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/positionplugin/ |
| H A D | plugin.cpp | 46 void startUpdates(); 150 void DummySource::startUpdates() in startUpdates() function in DummySource
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/ |
| H A D | qnmeapositioninfosource.cpp | 571 void QNmeaPositionInfoSourcePrivate::startUpdates() in startUpdates() function in QNmeaPositionInfoSourcePrivate 894 d->startUpdates(); in setUpdateInterval() 901 void QNmeaPositionInfoSource::startUpdates() in startUpdates() function in QNmeaPositionInfoSource 903 d->startUpdates(); in startUpdates()
|
| H A D | qnmeapositioninfosource.h | 78 void startUpdates();
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/positioning/logfilepositionsource/ |
| H A D | clientapplication.cpp | 66 source->startUpdates(); in ClientApplication()
|
| H A D | logfilepositionsource.h | 73 virtual void startUpdates();
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeoareamonitor/ |
| H A D | logfilepositionsource.h | 52 virtual void startUpdates();
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/position/simulator/ |
| H A D | qgeosatelliteinfosource_simulator_p.h | 78 virtual void startUpdates();
|
| H A D | qgeopositioninfosource_simulator_p.h | 77 void startUpdates();
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/position/corelocation/ |
| H A D | qgeopositioninfosource_cl_p.h | 83 void startUpdates();
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/position/geoclue2/ |
| H A D | qgeopositioninfosource_geoclue2_p.h | 70 void startUpdates() override;
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/position/geoclue/ |
| H A D | qgeosatelliteinfosource_geocluemaster.h | 69 void startUpdates() override;
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/positionplugintest/ |
| H A D | tst_positionplugin.cpp | 97 src->startUpdates(); in getUpdates()
|