Home
last modified time | relevance | path

Searched refs:m_server (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qnmeapositioninfosource/
H A Dqnmeapositioninfosourceproxyfactory.cpp66 : m_server(new QTcpServer(this)) in QNmeaPositionInfoSourceProxyFactory()
68 bool b = m_server->listen(QHostAddress::LocalHost); in QNmeaPositionInfoSourceProxyFactory()
75 client->connectToHost(m_server->serverAddress(), m_server->serverPort()); in createProxy()
76 qDebug() << "listening on" << m_server->serverAddress() << m_server->serverPort(); in createProxy()
77 bool b = m_server->waitForNewConnection(15000); in createProxy()
85 QIODevice *device = m_server->nextPendingConnection(); in createProxy()
H A Dqnmeapositioninfosourceproxyfactory.h72 QTcpServer *m_server;
/OK3568_Linux_fs/app/forlinx/flapp/src/libs/server/
H A Dserverhandler.cpp4 ServerHandler::ServerHandler():m_server(NULL) in ServerHandler()
21 if(m_server != NULL) in sendData()
23 m_server->sendData(d); in sendData()
29 m_server = server; in addService()
H A Dserverhandler.h18 PlatformServer *m_server; variable