Home
last modified time | relevance | path

Searched refs:activeMonitors (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeoareamonitor/
H A Dtst_qgeoareamonitor.cpp104 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 Dqgeoareamonitor_polling.cpp178 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 &region) const in activeMonitors() function in QGeoAreaMonitorPolling
429 const MonitorTable list = d->activeMonitors(); in activeMonitors()
H A Dqgeoareamonitor_polling.h70 QList<QGeoAreaMonitorInfo> activeMonitors() const override;
71 QList<QGeoAreaMonitorInfo> activeMonitors(const QGeoShape &region) const override;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqgeoareamonitorsource.h91 virtual QList<QGeoAreaMonitorInfo> activeMonitors() const = 0;
92 virtual QList<QGeoAreaMonitorInfo> activeMonitors(const QGeoShape &lookupArea) const = 0;