Home
last modified time | relevance | path

Searched refs:CloseSerialPort (Results 1 – 6 of 6) sorted by relevance

/developtools/hdc/hdc_rust/src/cffi/
Duart_wrapper.cpp68 return static_cast<uint8_t>(CloseSerialPort(fd)); in CloseSerialPortExt()
Duart.h102 bool CloseSerialPort(int& handle);
Duart.cpp542 bool CloseSerialPort(int &handle) { function
/developtools/hdc/src/host/
Dhost_uart.cpp298 CloseSerialPort(hUART); in EnumSerialPort()
408 CloseSerialPort(&uart); in EnumSerialPort()
632 void HdcHostUART::CloseSerialPort(const HUART hUART) in EnumSerialPort() function in Hdc::HdcHostUART
664 CloseSerialPort(session->hUART); in EnumSerialPort()
681 CloseSerialPort(session->hUART); // huart will free , so we must clost it here in EnumSerialPort()
Dhost_uart.h81 virtual void CloseSerialPort(const HUART hUART);
/developtools/hdc/test/unittest/common/
Dhost_uart_test.cpp73 MOCK_METHOD1(CloseSerialPort, void(const HUART));
755 HWTEST_F(HdcHostUARTTest, CloseSerialPort, TestSize.Level1)
758 mockHostUART.CloseSerialPort(&myUART);
793 EXPECT_CALL(mockHostUART, CloseSerialPort(mySession.hUART)).WillOnce(Return());
828 EXPECT_CALL(mockHostUART, CloseSerialPort(mySession.hUART)).WillOnce(Return());