Home
last modified time | relevance | path

Searched defs:sentence (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqlocationutils.cpp65 QByteArray sentence(data, size); in qlocationutils_readGga() local
149 QByteArray sentence(data, size); in qlocationutils_readGll() local
177 QByteArray sentence(data, size); in qlocationutils_readRmc() local
239 QByteArray sentence(data, size); in qlocationutils_readVtg() local
261 QByteArray sentence(data, size); in qlocationutils_readZda() local
377 const int sentence = parts.at(2).toInt(&ok); in getSatInfoFromNmea() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/utils/
H A Dqlocationtestutils.cpp41 QString QLocationTestUtils::addNmeaChecksumAndBreaks(const QString &sentence) in addNmeaChecksumAndBreaks()