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
243 int HdcHostUART::WinSetSerial(HUART hUART, string serialPort, int byteSize, int eqBaudRate) in EnumSerialPort()
448 HUART hUART = hSession->hUART; in EnumSerialPort() local
482 HUART hUART = hSession->hUART; in EnumSerialPort() local
561 bool HdcHostUART::ConnectMyNeed(HUART hUART, std::string connectKey) in EnumSerialPort()
624 void HdcHostUART::CloseSerialPort(const HUART hUART) in EnumSerialPort()
687 HUART hUART = hSession->hUART; in EnumSerialPort() local
/developtools/hdc/src/common/
Duart.h181 virtual void SendUartSoftReset(HSession hUART, uint32_t sessionId) {}; in SendUartSoftReset()
Dsession.cpp370 HUART hUART = new HdcUART(); in MallocSessionByConnectType() local
494 HUART hUART = hSession->hUART; in FreeSessionByConnectType() local
Ddefine_plus.h388 HUART hUART = nullptr; member
/developtools/hdc/test/unittest/common/
Duart_test.cpp217 .WillRepeatedly([&](HSession hUART, uint32_t sessionId) { in __anon4e6060b80302()