Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/position/positionpoll/
H A Dqgeoareamonitor_polling.cpp98 void requestUpdate(const QGeoAreaMonitorInfo &monitor, int signalId) in requestUpdate() argument
103 singleShotTrigger.insert(monitor.identifier(), signalId); in requestUpdate()
395 const int signalId = idForSignal(signal); in requestUpdate() local
396 if (signalId < 0) in requestUpdate()
400 if (signalId != areaEnteredSignal().methodIndex() && in requestUpdate()
401 signalId != areaExitedSignal().methodIndex()) in requestUpdate()
406 d->requestUpdate(monitor, signalId); in requestUpdate()