Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqnmeapositioninfosource.cpp225 const QDate lastPushedDate = m_lastPushedTS.date(); in readAvailableData()
226 … const bool newerTimestampSinceLastPushed = m_update.timestamp() > m_lastPushedTS; in readAvailableData()
228 … const bool newerTimeSinceLastPushed = m_update.timestamp().time() > m_lastPushedTS.time(); in readAvailableData()
231 m_lastPushedTS = m_update.timestamp(); in readAvailableData()
275 const bool newerTime = m_update.timestamp().time() > m_lastPushedTS.time(); in notifyNewUpdate()
277 && m_lastPushedTS.date().isValid() in notifyNewUpdate()
278 && m_update.timestamp().date() > m_lastPushedTS.date()); in notifyNewUpdate()
281 m_lastPushedTS = m_update.timestamp(); in notifyNewUpdate()
H A Dqnmeapositioninfosource_p.h154 QDateTime m_lastPushedTS; variable