Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqnmeapositioninfosource.cpp191 … const QTime infoTime = m_update.timestamp().time(); // if update has been set, time must be valid. in readAvailableData() local
215 if (infoTime.isValid()) { in readAvailableData()
217 const bool newerTime = infoTime < pos.timestamp().time(); in readAvailableData()
239 if (infoTime == pos.timestamp().time()) in readAvailableData()
356 const QTime infoTime = info.timestamp().time(); // if info has been set, time must be valid. in processSentence() local
383 if (infoTime.isValid()) { in processSentence()
385 const bool newerTime = infoTime < pos.timestamp().time(); in processSentence()
394 if (infoTime == pos.timestamp().time()) in processSentence()