Searched refs:activeMonitors (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeoareamonitor/ |
| H A D | tst_qgeoareamonitor.cpp | 104 QList<QGeoAreaMonitorInfo> list = obj->activeMonitors(); in cleanup() 111 QVERIFY(obj->activeMonitors().count() == 0); in cleanup() 133 QCOMPARE(obj->activeMonitors().count(), 0); in tst_monitor() 195 QCOMPARE(obj->activeMonitors().count(), 0); in tst_monitor() 198 QCOMPARE(obj->activeMonitors().count(), 1); in tst_monitor() 201 QCOMPARE(obj->activeMonitors().count(), 1); in tst_monitor() 204 QCOMPARE(obj->activeMonitors().count(), 1); in tst_monitor() 209 QCOMPARE(obj->activeMonitors().count(), 1); in tst_monitor() 213 QCOMPARE(obj->activeMonitors().count(), 1); in tst_monitor() 216 QCOMPARE(obj->activeMonitors().count(), 1); in tst_monitor() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/position/positionpoll/ |
| H A D | qgeoareamonitor_polling.cpp | 178 MonitorTable activeMonitors() const in activeMonitors() function in QGeoAreaMonitorPollingPrivate 216 foreach (const QGeoAreaMonitorInfo &info, activeMonitors()) { in setupNextExpiryTimeout() 292 foreach (const QGeoAreaMonitorInfo &monInfo, activeMonitors()) { in positionUpdated() 418 QList<QGeoAreaMonitorInfo> QGeoAreaMonitorPolling::activeMonitors() const in activeMonitors() function in QGeoAreaMonitorPolling 420 return d->activeMonitors().values(); in activeMonitors() 423 QList<QGeoAreaMonitorInfo> QGeoAreaMonitorPolling::activeMonitors(const QGeoShape ®ion) const in activeMonitors() function in QGeoAreaMonitorPolling 429 const MonitorTable list = d->activeMonitors(); in activeMonitors()
|
| H A D | qgeoareamonitor_polling.h | 70 QList<QGeoAreaMonitorInfo> activeMonitors() const override; 71 QList<QGeoAreaMonitorInfo> activeMonitors(const QGeoShape ®ion) const override;
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/ |
| H A D | qgeoareamonitorsource.h | 91 virtual QList<QGeoAreaMonitorInfo> activeMonitors() const = 0; 92 virtual QList<QGeoAreaMonitorInfo> activeMonitors(const QGeoShape &lookupArea) const = 0;
|