Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qnmeapositioninfosource/
H A Dtst_qnmeapositioninfosource.cpp263 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()
366 proxy->feedBytes(bytes); in startUpdates_waitForValidDateTime()
[all …]
H A Dqnmeapositioninfosourceproxyfactory.h53 void feedBytes(const QByteArray &bytes);
H A Dqnmeapositioninfosourceproxyfactory.cpp59 void QNmeaPositionInfoSourceProxy::feedBytes(const QByteArray &bytes) in feedBytes() function in QNmeaPositionInfoSourceProxy
H A Dtst_qnmeapositioninfosource.h147 …m_proxy->feedBytes(QLocationTestUtils::createRmcSentence(QDateTime::currentDateTime()).toLatin1()); in Q_DECLARE_METATYPE()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qnmeapositioninfosource/dummynmeapositioninfosource/
H A Dtst_dummynmeapositioninfosource.cpp112 proxy->feedBytes(QString("The parser converts\n").toLatin1()); in testOverloadedParseFunction()
123 proxy->feedBytes(QString("any data it receives\n").toLatin1()); in testOverloadedParseFunction()
134 proxy->feedBytes(QString("into positions\n").toLatin1()); in testOverloadedParseFunction()