Lines Matching refs:clsUARTClt
26 clsUARTClt = nullptr;
51 if (clsUARTClt) {
52 delete clsUARTClt;
70 if (clsUARTClt) {
71 clsUARTClt->Stop();
107 clsUARTClt = new HdcHostUART(*this);
108 if (!clsUARTClt) {
112 if (clsUARTClt->Initial() != RET_SUCCESS) {
113 WRITE_LOG(LOG_FATAL, "clsUARTClt Class init failed.");
858 clsUARTClt->SetCheckFlag(isCheck);
859 hSession = clsUARTClt->ConnectDaemon(connectKey);