Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/position/positionpoll/
H A Dqgeoareamonitor_polling.cpp91 activeMonitorAreas.insert(monitor.identifier(), monitor); in startMonitoring()
102 activeMonitorAreas.insert(monitor.identifier(), monitor); in requestUpdate()
113 QGeoAreaMonitorInfo mon = activeMonitorAreas.take(monitor.identifier()); in stopMonitoring()
182 return activeMonitorAreas; in activeMonitors()
197 if (signalsConnected && !activeMonitorAreas.isEmpty()) { in checkStartStop()
242 activeMonitorAreas.remove(monitorIdent); in processInsideArea()
260 activeMonitorAreas.remove(monitorIdent); in processOutsideArea()
284 const QGeoAreaMonitorInfo info = activeMonitorAreas.take(activeExpiry.second); in timeout()
310 MonitorTable activeMonitorAreas; member in QGeoAreaMonitorPollingPrivate