Home
last modified time | relevance | path

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

/developtools/hdc/src/common/
Dsession.cpp433 uv_loop_init(&hSession->childLoop); in MallocSession()
1032 if (uv_tcp_init(&hSession->childLoop, &hSession->hChildWorkTCP) < 0) { in WorkThreadStartSession()
1122 uv_stop(&hSession->childLoop); in DispatchMainThreadCommand()
1221 uv_stop(&hSession->childLoop); // stop ReChildLoopForSessionClear pendding in ReChildLoopForSessionClear()
1223 …Base::TimerUvTask(&hSession->childLoop, hSession, clearTaskForSessionFinish, (GLOBAL_TIMEOUT * TIM… in ReChildLoopForSessionClear()
1224 uv_run(&hSession->childLoop, UV_RUN_DEFAULT); in ReChildLoopForSessionClear()
1226 Base::TryCloseLoop(&hSession->childLoop, "Session childUV"); in ReChildLoopForSessionClear()
1237 uv_poll_init_socket(&hSession->childLoop, pollHandle, hSession->ctrlFd[STREAM_WORK]); in SessionWorkThread()
1241 uv_run(&hSession->childLoop, UV_RUN_DEFAULT); // work pendding in SessionWorkThread()
1321 hTaskInfo->runLoop = &hSession->childLoop; in DispatchTaskData()
Dusb.cpp43 if (uv_tcp_init(&hSession->childLoop, &hSession->dataPipe[STREAM_WORK]) || in ReadyForWorkThread()
Ddefine_plus.h403 uv_loop_t childLoop; // run in work thread member
Duart.cpp979 if (externInterface.UvTcpInit(&hSession->childLoop, &hSession->dataPipe[STREAM_WORK], in ReadyForWorkThread()
/developtools/hdc/src/daemon/
Ddaemon_tcp.cpp91 while (hSession->childLoop.active_handles == 0) { in AcceptClient()
Ddaemon_uart.cpp222 if (hSession->childLoop.active_handles == 0) { in PrepareNewSession()
Ddaemon_usb.cpp368 if (hChildSession->childLoop.active_handles == 0) { in PrepareNewSession()
/developtools/hdc/src/host/
Dhost_tcp.cpp113 while (hSession->childLoop.active_handles == 0) { in Connect()
Dserver.cpp870 uv_tcp_init(&hSession->childLoop, &hChannel->hChildWorkTCP); in AttachChannel()
905 …Base::DoNextLoop(&hSession->childLoop, hChannel, [](const uint8_t flag, string &msg, const void *d… in DeatchChannel()
Dhost_usb.cpp712 while (hSession->childLoop.active_handles == 0) { in ConnectDetectDaemon()
Dhost_uart.cpp495 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 __anon41276a340302()
Duart_test.cpp419 auto loop = &session.childLoop;