Searched refs:createRmcSentence (Results 1 – 5 of 5) sorted by relevance
178 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 …]
147 …m_proxy->feedBytes(QLocationTestUtils::createRmcSentence(QDateTime::currentDateTime()).toLatin1()); in Q_DECLARE_METATYPE()167 … QByteArray bytes = QLocationTestUtils::createRmcSentence(QDateTime::currentDateTime()).toLatin1(); in readData()
56 m_outDevice->write(QLocationTestUtils::createRmcSentence(dt).toLatin1()); in feedUpdate()
53 QString QLocationTestUtils::createRmcSentence(const QDateTime &dt) in createRmcSentence() function in QLocationTestUtils
43 QString createRmcSentence(const QDateTime &dt);