Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/position/positionpoll/
H A Dqgeoareamonitor_polling.cpp92 singleShotTrigger.remove(monitor.identifier()); in startMonitoring()
103 singleShotTrigger.insert(monitor.identifier(), signalId); in requestUpdate()
239 if (singleShotTrigger.value(monitorIdent, -1) == areaEnteredSignal().methodIndex()) { in processInsideArea()
241 singleShotTrigger.remove(monitorIdent); in processInsideArea()
257 if (singleShotTrigger.value(monitorIdent, -1) == areaExitedSignal().methodIndex()) { in processOutsideArea()
259 singleShotTrigger.remove(monitorIdent); in processOutsideArea()
306 QHash<QString, int> singleShotTrigger; member in QGeoAreaMonitorPollingPrivate