Home
last modified time | relevance | path

Searched refs:childLoop (Results 1 – 13 of 13) sorted by relevance

/developtools/hdc/src/common/
Dsession.cpp441 uv_loop_init(&hSession->childLoop); in MallocSession()
1053 if (uv_tcp_init(&hSession->childLoop, &hSession->hChildWorkTCP) < 0) { in WorkThreadStartSession()
1144 uv_stop(&hSession->childLoop); in DispatchMainThreadCommand()
1243 uv_stop(&hSession->childLoop); // stop ReChildLoopForSessionClear pendding in ReChildLoopForSessionClear()
1245 …Base::TimerUvTask(&hSession->childLoop, hSession, clearTaskForSessionFinish, (GLOBAL_TIMEOUT * TIM… in ReChildLoopForSessionClear()
1246 uv_run(&hSession->childLoop, UV_RUN_DEFAULT); in ReChildLoopForSessionClear()
1248 Base::TryCloseChildLoop(&hSession->childLoop, "Session childUV"); in ReChildLoopForSessionClear()
1259 uv_poll_init_socket(&hSession->childLoop, pollHandle, hSession->ctrlFd[STREAM_WORK]); in SessionWorkThread()
1263 uv_run(&hSession->childLoop, UV_RUN_DEFAULT); // work pendding in SessionWorkThread()
1343 hTaskInfo->runLoop = &hSession->childLoop; in DispatchTaskData()
Dusb.cpp44 if (uv_tcp_init(&hSession->childLoop, &hSession->dataPipe[STREAM_WORK]) || in ReadyForWorkThread()
Ddefine_plus.h406 uv_loop_t childLoop; // run in work thread member
Duart.cpp981 if (externInterface.UvTcpInit(&hSession->childLoop, &hSession->dataPipe[STREAM_WORK], in ReadyForWorkThread()
/developtools/hdc/src/daemon/
Ddaemon_tcp.cpp94 while (hSession->childLoop.active_handles == 0) { in AcceptClient()
Ddaemon_uart.cpp222 if (hSession->childLoop.active_handles == 0) { in PrepareNewSession()
Ddaemon_usb.cpp372 if (hChildSession->childLoop.active_handles == 0) { in PrepareNewSession()
/developtools/hdc/src/host/
Dhost_tcp.cpp115 while (hSession->childLoop.active_handles == 0) { in Connect()
Dserver.cpp856 uv_tcp_init(&hSession->childLoop, &hChannel->hChildWorkTCP); in AttachChannel()
891 …Base::DoNextLoop(&hSession->childLoop, hChannel, [](const uint8_t flag, string &msg, const void *d… in DeatchChannel()
Dhost_usb.cpp738 while (hSession->childLoop.active_handles == 0) { in ConnectDetectDaemon()
Dhost_uart.cpp496 while (hSession->childLoop.active_handles == 0) { in EnumSerialPort()
/developtools/hdc/test/unittest/common/
Dhost_uart_test.cpp220 mySession.childLoop.active_handles = 1;
235 mySession.childLoop.active_handles = 0;
238 mySession.childLoop.active_handles = 1; in __anon316535560302()
Duart_test.cpp419 auto loop = &session.childLoop;