• Home
  • Raw
  • Download

Lines Matching refs:HdcHostUART

27 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()
323 int HdcHostUART::OpenSerialPort(const std::string &connectKey) in EnumSerialPort()
412 void HdcHostUART::UpdateUARTDaemonInfo(const std::string &connectKey, HSession hSession, in EnumSerialPort()
447 bool HdcHostUART::StartUartReadThread(HSession hSession) in EnumSerialPort()
451 hUART->readThread = std::thread(&HdcHostUART::UartReadThread, this, hSession); in EnumSerialPort()
463 bool HdcHostUART::StartUartSendThread() in EnumSerialPort()
467 sendThread = std::thread(&HdcHostUART::UartWriteThread, this); in EnumSerialPort()
478 HSession HdcHostUART::ConnectDaemonByUart(const HSession hSession, const HDaemonInfo) in EnumSerialPort()
503 RetErrCode HdcHostUART::StartupUARTWork() in EnumSerialPort()
520 HSession HdcHostUART::ConnectDaemon(const std::string &connectKey) in EnumSerialPort()
532 void HdcHostUART::WatchUartDevPlugin() in EnumSerialPort()
562 bool HdcHostUART::ConnectMyNeed(HUART hUART, std::string connectKey) in EnumSerialPort()
603 void HdcHostUART::KickoutZombie(HSession hSession) in EnumSerialPort()
621 HSession HdcHostUART::GetSession(const uint32_t sessionId, bool) in EnumSerialPort()
625 void HdcHostUART::CloseSerialPort(const HUART hUART) in EnumSerialPort()
642 void HdcHostUART::OnTransferError(const HSession session) in EnumSerialPort()
667 void HdcHostUART::Restartession(const HSession session) in EnumSerialPort()
680 void HdcHostUART::StopSession(HSession hSession) in EnumSerialPort()
712 std::vector<std::string> HdcHostUART::StringSplit(std::string source, std::string split) in EnumSerialPort()
735 bool HdcHostUART::GetPortFromKey(const std::string &connectKey, std::string &portName, in EnumSerialPort()
759 void HdcHostUART::SendUartSoftReset(HSession hSession, uint32_t sessionId) in EnumSerialPort()
766 void HdcHostUART::Stop() in EnumSerialPort()