Searched refs:childLoop (Results 1 – 13 of 13) sorted by relevance
/developtools/hdc/src/common/ |
D | session.cpp | 441 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()
|
D | usb.cpp | 44 if (uv_tcp_init(&hSession->childLoop, &hSession->dataPipe[STREAM_WORK]) || in ReadyForWorkThread()
|
D | define_plus.h | 406 uv_loop_t childLoop; // run in work thread member
|
D | uart.cpp | 981 if (externInterface.UvTcpInit(&hSession->childLoop, &hSession->dataPipe[STREAM_WORK], in ReadyForWorkThread()
|
/developtools/hdc/src/daemon/ |
D | daemon_tcp.cpp | 94 while (hSession->childLoop.active_handles == 0) { in AcceptClient()
|
D | daemon_uart.cpp | 222 if (hSession->childLoop.active_handles == 0) { in PrepareNewSession()
|
D | daemon_usb.cpp | 372 if (hChildSession->childLoop.active_handles == 0) { in PrepareNewSession()
|
/developtools/hdc/src/host/ |
D | host_tcp.cpp | 115 while (hSession->childLoop.active_handles == 0) { in Connect()
|
D | server.cpp | 856 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()
|
D | host_usb.cpp | 738 while (hSession->childLoop.active_handles == 0) { in ConnectDetectDaemon()
|
D | host_uart.cpp | 496 while (hSession->childLoop.active_handles == 0) { in EnumSerialPort()
|
/developtools/hdc/test/unittest/common/ |
D | host_uart_test.cpp | 220 mySession.childLoop.active_handles = 1; 235 mySession.childLoop.active_handles = 0; 238 mySession.childLoop.active_handles = 1; in __anon316535560302()
|
D | uart_test.cpp | 419 auto loop = &session.childLoop;
|