Home
last modified time | relevance | path

Searched refs:SessionWorkThread (Results 1 – 9 of 9) sorted by relevance

/developtools/hdc/src/daemon/
Ddaemon_tcp.cpp89 Base::StartWorkThread(ptrLoop, ptrConnect->SessionWorkThread, Base::FinishWorkThread, hSession); in AcceptClient()
Ddaemon_uart.cpp217 externInterface.StartWorkThread(&daemon.loopMain, daemon.SessionWorkThread, in PrepareNewSession()
Ddaemon_usb.cpp364 …Base::StartWorkThread(&daemon->loopMain, daemon->SessionWorkThread, Base::FinishWorkThread, hChild… in PrepareNewSession()
/developtools/hdc/src/host/
Dhost_tcp.cpp111 …Base::StartWorkThread(&ptrConnect->loopMain, ptrConnect->SessionWorkThread, Base::FinishWorkThread… in Connect()
Dhost_usb.cpp710 …Base::StartWorkThread(&pServer->loopMain, pServer->SessionWorkThread, Base::FinishWorkThread, hSes… in ConnectDetectDaemon()
Dhost_uart.cpp492 externInterface.StartWorkThread(&server.loopMain, server.SessionWorkThread, in EnumSerialPort()
/developtools/hdc/src/common/
Dsession.h84 static void SessionWorkThread(uv_work_t *arg);
Dsession.cpp1229 void HdcSessionBase::SessionWorkThread(uv_work_t *arg) in SessionWorkThread() function in Hdc::HdcSessionBase
/developtools/hdc/test/unittest/common/
Dhost_uart_test.cpp213 EXPECT_CALL(mockInterface, StartWorkThread(&mockServer.loopMain, mockServer.SessionWorkThread,
227 EXPECT_CALL(mockInterface, StartWorkThread(&mockServer.loopMain, mockServer.SessionWorkThread,