Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qnmeapositioninfosource/
H A Dqnmeapositioninfosourceproxyfactory.cpp74 QTcpSocket *client = new QTcpSocket; in createProxy()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioningquick/
H A Dqdeclarativepositionsource_p.h65 class QTcpSocket; variable
177 QTcpSocket *m_nmeaSocket;
H A Dqdeclarativepositionsource.cpp281 m_nmeaSocket = new QTcpSocket(); in setNmeaSource()
285 connect(m_nmeaSocket, &QTcpSocket::connected, in setNmeaSource()
288 m_nmeaSocket->connectToHost(nmeaSource.host(), nmeaSource.port(), QTcpSocket::ReadOnly); in setNmeaSource()