| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/position/android/src/ |
| H A D | qgeosatelliteinfosource_android.cpp | 65 stopUpdates(); in ~QGeoSatelliteInfoSourceAndroid() 69 AndroidPositioning::stopUpdates(androidClassKeyForSingleRequest); in ~QGeoSatelliteInfoSourceAndroid() 117 void QGeoSatelliteInfoSourceAndroid::stopUpdates() in stopUpdates() function in QGeoSatelliteInfoSourceAndroid 123 AndroidPositioning::stopUpdates(androidClassKeyForUpdate); in stopUpdates() 184 AndroidPositioning::stopUpdates(androidClassKeyForSingleRequest); in requestTimeout() 208 stopUpdates(); in reconfigureRunningSystem()
|
| H A D | qgeopositioninfosource_android.cpp | 64 stopUpdates(); in ~QGeoPositionInfoSourceAndroid() 68 AndroidPositioning::stopUpdates(androidClassKeyForSingleRequest); in ~QGeoPositionInfoSourceAndroid() 148 void QGeoPositionInfoSourceAndroid::stopUpdates() in stopUpdates() function in QGeoPositionInfoSourceAndroid 154 AndroidPositioning::stopUpdates(androidClassKeyForUpdate); in stopUpdates() 216 AndroidPositioning::stopUpdates(androidClassKeyForSingleRequest); in requestTimeout() 265 stopUpdates(); in reconfigureRunningSystem()
|
| H A D | jnipositioning.h | 56 void stopUpdates(int androidClassKey);
|
| H A D | qgeosatelliteinfosource_android_p.h | 73 void stopUpdates();
|
| H A D | qgeopositioninfosource_android_p.h | 74 virtual void stopUpdates();
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeopositioninfosource/ |
| H A D | testqgeopositioninfosource.cpp | 87 virtual void stopUpdates() {} in stopUpdates() function in MyPositionSource 398 m_source->stopUpdates(); in lastKnownPosition() 438 m_source->stopUpdates(); in startUpdates_testIntervals() 493 m_source->stopUpdates(); in startUpdates_testIntervalChangesWhileRunning() 509 m_source->stopUpdates(); in startUpdates_testDefaultInterval() 525 m_source->stopUpdates(); in startUpdates_testZeroInterval() 543 m_source->stopUpdates(); in startUpdates_moreThanOnce() 547 void TestQGeoPositionInfoSource::stopUpdates() in stopUpdates() function in TestQGeoPositionInfoSource 559 m_source->stopUpdates(); in stopUpdates() 566 m_source->stopUpdates(); in stopUpdates() [all …]
|
| H A D | testqgeopositioninfosource_p.h | 101 void stopUpdates();
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeosatelliteinfosource/ |
| H A D | testqgeosatelliteinfosource.cpp | 68 virtual void stopUpdates() {} in stopUpdates() function in MySatelliteSource 266 m_source->stopUpdates(); in startUpdates_testIntervals() 334 m_source->stopUpdates(); in startUpdates_testIntervalChangesWhileRunning() 357 m_source->stopUpdates(); in startUpdates_testDefaultInterval() 381 m_source->stopUpdates(); in startUpdates_testZeroInterval() 405 m_source->stopUpdates(); in startUpdates_moreThanOnce() 408 void TestQGeoSatelliteInfoSource::stopUpdates() in stopUpdates() function in TestQGeoSatelliteInfoSource 430 m_source->stopUpdates(); in stopUpdates() 439 m_source->stopUpdates(); // check there is no crash in stopUpdates_withoutStart() 623 m_source->stopUpdates(); in requestUpdateAfterStartUpdates_ZeroInterval() [all …]
|
| H A D | testqgeosatelliteinfosource_p.h | 86 void stopUpdates();
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/position/serialnmea/ |
| H A D | qnmeasatelliteinfosource.cpp | 99 void stopUpdates(); 309 void QNmeaSatelliteInfoSourcePrivate::stopUpdates() in stopUpdates() function in QNmeaSatelliteInfoSourcePrivate 519 d->stopUpdates(); in setUpdateInterval() 539 void QNmeaSatelliteInfoSource::stopUpdates() in stopUpdates() function in QNmeaSatelliteInfoSource 541 d->stopUpdates(); in stopUpdates()
|
| H A D | qnmeasatelliteinfosource_p.h | 83 void stopUpdates() override;
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/positioning/logfilepositionsource/doc/src/ |
| H A D | logfilepositionsource.qdoc | 65 \li \l{QGeoPositionInfoSource::stopUpdates()}{stopUpdates()}: called by client applications to 81 \skipto LogFilePositionSource::stopUpdates
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/positionpluginV1/ |
| H A D | plugin.cpp | 46 void stopUpdates(); 125 void DummySource::stopUpdates() in stopUpdates() function in DummySource
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/applications/positioning_backend/ |
| H A D | widget.cpp | 106 m_posSource->stopUpdates(); in errorChanged() 132 m_posSource->stopUpdates(); in on_buttonStart_clicked()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/position/corelocation/ |
| H A D | qgeopositioninfosource_cl.mm | 126 stopUpdates(); 247 void QGeoPositionInfoSourceCL::stopUpdates() function 286 if (!m_started) stopUpdates(); 308 if (!m_started) stopUpdates();
|
| H A D | qgeopositioninfosource_cl_p.h | 84 void stopUpdates();
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/positionplugin/ |
| H A D | plugin.cpp | 47 void stopUpdates(); 155 void DummySource::stopUpdates() in stopUpdates() function in DummySource
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/ |
| H A D | qnmeapositioninfosource.cpp | 608 void QNmeaPositionInfoSourcePrivate::stopUpdates() in stopUpdates() function in QNmeaPositionInfoSourcePrivate 893 d->stopUpdates(); in setUpdateInterval() 909 void QNmeaPositionInfoSource::stopUpdates() in stopUpdates() function in QNmeaPositionInfoSource 911 d->stopUpdates(); in stopUpdates()
|
| H A D | qnmeapositioninfosource.h | 79 void stopUpdates();
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeoareamonitor/ |
| H A D | logfilepositionsource.h | 53 virtual void stopUpdates();
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/positioning/logfilepositionsource/ |
| H A D | logfilepositionsource.h | 74 virtual void stopUpdates();
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/position/simulator/ |
| H A D | qgeosatelliteinfosource_simulator_p.h | 79 virtual void stopUpdates();
|
| H A D | qgeopositioninfosource_simulator_p.h | 78 void stopUpdates();
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/position/geoclue2/ |
| H A D | qgeopositioninfosource_geoclue2_p.h | 71 void stopUpdates() override;
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/position/geoclue/ |
| H A D | qgeosatelliteinfosource_geocluemaster.h | 70 void stopUpdates() override;
|