Searched refs:UartPreConnect (Results 1 – 4 of 4) sorted by relevance
| /developtools/hdc/src/host/ |
| D | server.h | 42 static void UartPreConnect(uv_timer_t *handle);
|
| D | server.cpp | 745 void HdcServer::UartPreConnect(uv_timer_t *handle) in UartPreConnect() function in Hdc::HdcServer 790 uv_timer_start(waitTimeDoCmd, UartPreConnect, UV_TIMEOUT, UV_REPEAT); in CreatConnectUart()
|
| D | host_uart.cpp | 592 if (externInterface.UvTimerStart(waitTimeDoCmd, server.UartPreConnect, UV_TIMEOUT, UV_REPEAT) != in EnumSerialPort()
|
| /developtools/hdc/test/unittest/common/ |
| D | host_uart_test.cpp | 438 &mockServer.UartPreConnect, UV_TIMEOUT, UV_REPEAT)) 463 &mockServer.UartPreConnect, UV_TIMEOUT, UV_REPEAT))
|