Home
last modified time | relevance | path

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

/developtools/hdc_standard/src/host/
Dhost_uart.cpp74 HUART hUART = hSession->hUART; in UartReadThread() local
236 int HdcHostUART::WinSetSerial(HUART hUART, string serialPort, int byteSize, int eqBaudRate) in WinSetSerial()
441 HUART hUART = hSession->hUART; in StartUartReadThread() local
475 HUART hUART = hSession->hUART; in ConnectDaemonByUart() local
555 bool HdcHostUART::ConnectMyNeed(HUART hUART, std::string connectKey) in ConnectMyNeed()
617 void HdcHostUART::CloseSerialPort(const HUART hUART) in CloseSerialPort()
680 HUART hUART = hSession->hUART; in StopSession() local
/developtools/hdc_standard/src/common/
Duart.h181 virtual void SendUartSoftReset(HSession hUART, uint32_t sessionId) {}; in SendUartSoftReset()
Dsession.cpp358 HUART hUART = new HdcUART(); in MallocSessionByConnectType() local
487 HUART hUART = hSession->hUART; in FreeSessionByConnectType() local
Ddefine_plus.h365 HUART hUART = nullptr; member
/developtools/hdc_standard/test/unittest/common/
Duart_test.cpp217 .WillRepeatedly([&](HSession hUART, uint32_t sessionId) { in __anon53beff6d0302()