Home
last modified time | relevance | path

Searched defs:hUART (Results 1 – 5 of 5) sorted by relevance

/developtools/hdc/src/host/
Dhost_uart.cpp77 HUART hUART = hSession->hUART; in UartReadThread() local
246 int HdcHostUART::WinSetSerial(HUART hUART, string serialPort, int byteSize, int eqBaudRate) in EnumSerialPort()
455 HUART hUART = hSession->hUART; in EnumSerialPort() local
489 HUART hUART = hSession->hUART; in EnumSerialPort() local
567 bool HdcHostUART::ConnectMyNeed(HUART hUART, std::string connectKey) in EnumSerialPort()
636 void HdcHostUART::CloseSerialPort(const HUART hUART) in EnumSerialPort()
699 HUART hUART = hSession->hUART; in EnumSerialPort() local
/developtools/hdc/src/common/
Duart.h182 virtual void SendUartSoftReset(HSession hUART, uint32_t sessionId) {}; in SendUartSoftReset()
Dsession.cpp397 HUART hUART = new HdcUART(); in MallocSessionByConnectType() local
553 HUART hUART = hSession->hUART; in FreeSessionByConnectType() local
Ddefine_plus.h252 HUART hUART = nullptr; member
/developtools/hdc/test/unittest/common/
Duart_test.cpp217 .WillRepeatedly([&](HSession hUART, uint32_t sessionId) { in __anonfde6071a0302()