Home
last modified time | relevance | path

Searched refs:handleData (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/app/forlinx/flapp/src/libs/server/
H A Dserverhandler.h12 virtual void handleData(const QByteArray & d);
H A Dserverhandler.cpp9 void ServerHandler::handleData(const QByteArray &d) in handleData() function in ServerHandler
H A Dtestserver.cpp33 handler->handleData(curValue.toLocal8Bit()); in run()
H A Dplatformserver.cpp32 handler->handleData(d); in startwork()
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/serialassistant/
H A Dserialassistantwidget.h20 virtual void handleData(const QByteArray & d) override;
H A Dserialassistantwidget.cpp87 void SerialAssistantWidget::handleData(const QByteArray &d) in handleData() function in SerialAssistantWidget
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/parse/parse_py/
H A DConfHandler.py164 ast.handleData(statements, fn, lineno, groupd)
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/parse/
H A Dast.py292 def handleData(statements, filename, lineno, groupd): function