Searched refs:CONN_SERIAL (Results 1 - 9 of 9) sorted by relevance
/developtools/hdc/src/common/ |
H A D | define_enum.h | 36 enum ConnType { CONN_USB = 0, CONN_TCP, CONN_SERIAL, CONN_BT, CONN_UNKNOWN }; enumerator
|
H A D | session.cpp | 218 if ((hs->connType != CONN_SERIAL) or (hs->hUART == nullptr)) { in EnumUARTDeviceRegister() 389 case CONN_SERIAL: { in MallocSessionByConnectType() 524 if (CONN_SERIAL == hSession->connType) { in FreeSessionByConnectType() 818 case CONN_SERIAL: { in SendByProtocol() 1099 } else if (hSession->connType == CONN_SERIAL) { // UART in WorkThreadStartSession()
|
/developtools/hdc/hdc_rust/src/cffi/host/ |
H A D | host_usb.h | 32 enum ConnType { CONN_USB = 0, CONN_TCP, CONN_SERIAL, CONN_BT };
enumerator
|
H A D | host_usb.cpp | 535 case CONN_SERIAL:
in OpenDeviceMyNeed()
|
/developtools/hdc/src/daemon/ |
H A D | daemon_uart.cpp | 206 HSession hSession = daemon.MallocSession(false, CONN_SERIAL, this, sessionId);
in PrepareNewSession()
|
H A D | daemon.cpp | 743 if (hSession->connType == CONN_SERIAL and clsUARTServ!= nullptr) { in InitMod()
|
/developtools/hdc/src/host/ |
H A D | host_uart.cpp | 424 diNew.connType = CONN_SERIAL;
in EnumSerialPort() 578 HSession hSession = server.MallocSession(true, CONN_SERIAL, this);
in EnumSerialPort()
|
H A D | server.cpp | 829 connType = CONN_SERIAL; in CreateConnect() 856 } else if (connType == CONN_SERIAL) { in CreateConnect()
|
/developtools/hdc/test/unittest/common/ |
H A D | host_uart_test.cpp | 434 EXPECT_CALL(mockServer, MallocSession(true, CONN_SERIAL, &mockHostUART, 0))
in HWTEST_F() 459 EXPECT_CALL(mockServer, MallocSession(true, CONN_SERIAL, &mockHostUART, 0))
in HWTEST_F()
|
Completed in 21 milliseconds