Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/position/positionpoll/
H A Dqgeoareamonitor_polling.h73 QGeoAreaMonitorSource::AreaMonitorFeatures supportedAreaMonitorFeatures() const override;
H A Dqgeoareamonitor_polling.cpp438 QGeoAreaMonitorSource::AreaMonitorFeatures QGeoAreaMonitorPolling::supportedAreaMonitorFeatures() c… in supportedAreaMonitorFeatures() function in QGeoAreaMonitorPolling
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqgeoareamonitorsource.h85 virtual AreaMonitorFeatures supportedAreaMonitorFeatures() const = 0;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeoareamonitor/
H A Dtst_qgeoareamonitor.cpp221 …persistenceMonitor.setPersistent(obj->supportedAreaMonitorFeatures() & QGeoAreaMonitorSource::Pers… in tst_monitor()