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
245 int HdcHostUART::WinSetSerial(HUART hUART, string serialPort, int byteSize, int eqBaudRate) in EnumSerialPort()
450 HUART hUART = hSession->hUART; in EnumSerialPort() local
484 HUART hUART = hSession->hUART; in EnumSerialPort() local
562 bool HdcHostUART::ConnectMyNeed(HUART hUART, std::string connectKey) in EnumSerialPort()
625 void HdcHostUART::CloseSerialPort(const HUART hUART) in EnumSerialPort()
688 HUART hUART = hSession->hUART; in EnumSerialPort() local
/developtools/hdc/src/common/
Duart.h182 virtual void SendUartSoftReset(HSession hUART, uint32_t sessionId) {}; in SendUartSoftReset()
Dsession.cpp375 HUART hUART = new HdcUART(); in MallocSessionByConnectType() local
505 HUART hUART = hSession->hUART; in FreeSessionByConnectType() local
Ddefine_plus.h415 HUART hUART = nullptr; member
/developtools/hdc/test/unittest/common/
Duart_test.cpp217 .WillRepeatedly([&](HSession hUART, uint32_t sessionId) { in __anon6048c1370302()