Searched refs:CONN_SERIAL (Results 1 – 7 of 7) sorted by relevance
| /developtools/hdc/src/common/ |
| D | session.cpp | 203 if ((hs->connType != CONN_SERIAL) or (hs->hUART == nullptr)) { in EnumUARTDeviceRegister() 374 case CONN_SERIAL: { in MallocSessionByConnectType() 501 if (CONN_SERIAL == hSession->connType) { in FreeSessionByConnectType() 785 case CONN_SERIAL: { in SendByProtocol() 1047 } else if (hSession->connType == CONN_SERIAL) { // UART in WorkThreadStartSession()
|
| D | define_plus.h | 66 enum ConnType { CONN_USB = 0, CONN_TCP, CONN_SERIAL, CONN_BT }; enumerator
|
| /developtools/hdc/src/host/ |
| D | server.cpp | 234 case CONN_SERIAL: in BuildDaemonVisableLine() 804 connType = CONN_SERIAL; in CreateConnect() 831 } else if (connType == CONN_SERIAL) { in CreateConnect()
|
| D | host_uart.cpp | 419 diNew.connType = CONN_SERIAL; in EnumSerialPort() 573 HSession hSession = server.MallocSession(true, CONN_SERIAL, this); in EnumSerialPort()
|
| /developtools/hdc/src/daemon/ |
| D | daemon_uart.cpp | 206 HSession hSession = daemon.MallocSession(false, CONN_SERIAL, this, sessionId); in PrepareNewSession()
|
| D | daemon.cpp | 272 if (hSession->connType == CONN_SERIAL and clsUARTServ!= nullptr) { in DaemonSessionHandshake()
|
| /developtools/hdc/test/unittest/common/ |
| D | host_uart_test.cpp | 434 EXPECT_CALL(mockServer, MallocSession(true, CONN_SERIAL, &mockHostUART, 0)) 459 EXPECT_CALL(mockServer, MallocSession(true, CONN_SERIAL, &mockHostUART, 0))
|