Lines Matching refs:HdcHostUART
27 HdcHostUART::HdcHostUART(HdcServer &serverIn, ExternInterface &externInterface)
33 HdcHostUART::~HdcHostUART()
38 int HdcHostUART::Initial()
44 bool HdcHostUART::NeedStop(const HSession hSession)
49 bool HdcHostUART::IsDeviceOpened(const HdcUART &uart)
59 void HdcHostUART::UartWriteThread()
75 void HdcHostUART::UartReadThread(HSession hSession)
115 bool HdcHostUART::EnumSerialPort(bool &portChange)
246 int HdcHostUART::WinSetSerial(HUART hUART, string serialPort, int byteSize, int eqBaudRate)
304 bool HdcHostUART::WaitUartIdle(HdcUART &uart, bool retry)
324 int HdcHostUART::OpenSerialPort(const std::string &connectKey)
417 void HdcHostUART::UpdateUARTDaemonInfo(const std::string &connectKey, HSession hSession,
452 bool HdcHostUART::StartUartReadThread(HSession hSession)
468 bool HdcHostUART::StartUartSendThread()
483 HSession HdcHostUART::ConnectDaemonByUart(const HSession hSession, const HDaemonInfo)
508 RetErrCode HdcHostUART::StartupUARTWork()
525 HSession HdcHostUART::ConnectDaemon(const std::string &connectKey)
537 void HdcHostUART::WatchUartDevPlugin()
567 bool HdcHostUART::ConnectMyNeed(HUART hUART, std::string connectKey)
614 void HdcHostUART::KickoutZombie(HSession hSession)
632 HSession HdcHostUART::GetSession(const uint32_t sessionId, bool)
636 void HdcHostUART::CloseSerialPort(const HUART hUART)
653 void HdcHostUART::OnTransferError(const HSession session)
678 void HdcHostUART::Restartession(const HSession session)
691 void HdcHostUART::StopSession(HSession hSession)
723 std::vector<std::string> HdcHostUART::StringSplit(std::string source, std::string split)
746 bool HdcHostUART::GetPortFromKey(const std::string &connectKey, std::string &portName,
770 void HdcHostUART::SendUartSoftReset(HSession hSession, uint32_t sessionId)
777 void HdcHostUART::Stop()