Home
last modified time | relevance | path

Searched refs:HdcHostUART (Results 1 – 5 of 5) sorted by relevance

/developtools/hdc/src/host/
Dhost_uart.cpp27 HdcHostUART::HdcHostUART(HdcServer &serverIn, ExternInterface &externInterface) in HdcHostUART() function in Hdc::HdcHostUART
33 HdcHostUART::~HdcHostUART() in ~HdcHostUART()
38 int HdcHostUART::Initial() in Initial()
44 bool HdcHostUART::NeedStop(const HSession hSession) in NeedStop()
49 bool HdcHostUART::IsDeviceOpened(const HdcUART &uart) in IsDeviceOpened()
59 void HdcHostUART::UartWriteThread() in UartWriteThread()
75 void HdcHostUART::UartReadThread(HSession hSession) in UartReadThread()
115 bool HdcHostUART::EnumSerialPort(bool &portChange) in EnumSerialPort()
245 int HdcHostUART::WinSetSerial(HUART hUART, string serialPort, int byteSize, int eqBaudRate) in EnumSerialPort()
303 bool HdcHostUART::WaitUartIdle(HdcUART &uart, bool retry) in EnumSerialPort()
[all …]
Dhost_uart.h33 class HdcHostUART : public HdcUARTBase {
35 explicit HdcHostUART(HdcServer &, ExternInterface & = HdcUARTBase::defaultInterface);
36 ~HdcHostUART();
68 HdcHostUART *thisClass = static_cast<HdcHostUART *>(handle->data); in UvWatchUartDevPlugin()
Dserver.h43 HdcHostUART *clsUARTClt = nullptr;
Dserver.cpp106 clsUARTClt = new HdcHostUART(*this); in Initial()
769 HdcHostUART *hdcHostUART = (HdcHostUART *)hSession->classModule; in UartPreConnect()
/developtools/hdc/test/unittest/common/
Dhost_uart_test.cpp64 class MockHdcHostUART : public HdcHostUART {
68 : HdcHostUART(daemonIn, externInterface) in MockHdcHostUART()
139 HWTEST_F(HdcHostUARTTest, HdcHostUART, TestSize.Level1)
141 HdcHostUART hostUart(mockServer);
186 return mockHostUART.HdcHostUART::Stop(); in __anon30f4ad350202()
269 HdcHostUART::UvWatchUartDevPlugin(nullptr);
274 HdcHostUART::UvWatchUartDevPlugin(&handle);
277 HdcHostUART::UvWatchUartDevPlugin(&handle);
288 mockHostUART.HdcHostUART::WatchUartDevPlugin(); in __anon30f4ad350402()
312 mockHostUART.HdcHostUART::WatchUartDevPlugin(); in __anon30f4ad350502()
[all …]