Searched refs:CloseSerialPort (Results 1 – 6 of 6) sorted by relevance
68 return static_cast<uint8_t>(CloseSerialPort(fd)); in CloseSerialPortExt()
102 bool CloseSerialPort(int& handle);
542 bool CloseSerialPort(int &handle) { function
298 CloseSerialPort(hUART); in EnumSerialPort()408 CloseSerialPort(&uart); in EnumSerialPort()632 void HdcHostUART::CloseSerialPort(const HUART hUART) in EnumSerialPort() function in Hdc::HdcHostUART664 CloseSerialPort(session->hUART); in EnumSerialPort()681 CloseSerialPort(session->hUART); // huart will free , so we must clost it here in EnumSerialPort()
81 virtual void CloseSerialPort(const HUART hUART);
73 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());