Home
last modified time | relevance | path

Searched refs:clsUARTClt (Results 1 - 2 of 2) sorted by relevance

/developtools/hdc/src/host/
H A Dserver.cpp26 clsUARTClt = nullptr; in HdcServer()
51 if (clsUARTClt) { in ClearInstanceResource()
52 delete clsUARTClt; in ClearInstanceResource()
70 if (clsUARTClt) { in TryStopInstance()
71 clsUARTClt->Stop(); in TryStopInstance()
107 clsUARTClt = new HdcHostUART(*this); in Initial()
108 if (!clsUARTClt) { in Initial()
112 if (clsUARTClt->Initial() != RET_SUCCESS) { in Initial()
113 WRITE_LOG(LOG_FATAL, "clsUARTClt Class init failed."); in Initial()
858 clsUARTClt in CreateConnect()
[all...]
H A Dserver.h44 HdcHostUART *clsUARTClt = nullptr; member in Hdc::HdcServer

Completed in 2 milliseconds