Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/position/positionpoll/
H A Dqgeoareamonitor_polling.cpp81 nextExpiryTimer = new QTimer(this); in QGeoAreaMonitorPollingPrivate()
82 nextExpiryTimer->setSingleShot(true); in QGeoAreaMonitorPollingPrivate()
83 connect(nextExpiryTimer, SIGNAL(timeout()), in QGeoAreaMonitorPollingPrivate()
212 nextExpiryTimer->stop(); in setupNextExpiryTimeout()
231 nextExpiryTimer->start(QDateTime::currentDateTime().msecsTo(activeExpiry.first)); in setupNextExpiryTimeout()
307 QTimer* nextExpiryTimer; member in QGeoAreaMonitorPollingPrivate