Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qnmeapositioninfosource/
H A Dtst_qnmeapositioninfosource.cpp178 bytes += QLocationTestUtils::createRmcSentence(dateTimes[i]).toLatin1(); in beginWithBufferedData()
263 proxy->feedBytes(QLocationTestUtils::createRmcSentence(dt).toLatin1()); in startUpdates_withTimeout()
264 proxy->feedBytes(QLocationTestUtils::createRmcSentence(dt.addMSecs(10)).toLatin1()); in startUpdates_withTimeout()
265 proxy->feedBytes(QLocationTestUtils::createRmcSentence(dt.addMSecs(1100)).toLatin1()); in startUpdates_withTimeout()
266 proxy->feedBytes(QLocationTestUtils::createRmcSentence(dt.addMSecs(2200)).toLatin1()); in startUpdates_withTimeout()
267 proxy->feedBytes(QLocationTestUtils::createRmcSentence(dt.addSecs(9)).toLatin1()); in startUpdates_withTimeout()
290 proxy->feedBytes(QLocationTestUtils::createRmcSentence(dt.addSecs(1)).toLatin1()); in startUpdates_withTimeout()
297 proxy->feedBytes(QLocationTestUtils::createRmcSentence(dt.addSecs(2)).toLatin1()); in startUpdates_withTimeout()
305 proxy->feedBytes(QLocationTestUtils::createRmcSentence(dt.addSecs(3)).toLatin1()); in startUpdates_withTimeout()
314 proxy->feedBytes(QLocationTestUtils::createRmcSentence(dt.addSecs(7)).toLatin1()); in startUpdates_withTimeout()
[all …]
H A Dtst_qnmeapositioninfosource.h147 …m_proxy->feedBytes(QLocationTestUtils::createRmcSentence(QDateTime::currentDateTime()).toLatin1()); in Q_DECLARE_METATYPE()
167 … QByteArray bytes = QLocationTestUtils::createRmcSentence(QDateTime::currentDateTime()).toLatin1(); in readData()
H A Dqnmeapositioninfosourceproxyfactory.cpp56 m_outDevice->write(QLocationTestUtils::createRmcSentence(dt).toLatin1()); in feedUpdate()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/utils/
H A Dqlocationtestutils.cpp53 QString QLocationTestUtils::createRmcSentence(const QDateTime &dt) in createRmcSentence() function in QLocationTestUtils
H A Dqlocationtestutils_p.h43 QString createRmcSentence(const QDateTime &dt);