Home
last modified time | relevance | path

Searched refs:connType (Results 1 - 10 of 10) sorted by relevance

/developtools/hdc/src/common/
H A Ddefine_plus.h207 uint8_t connType; // ConnType member
259 oss << " connType:" << unsigned(connType); in ToDebugString()
267 connType = CONN_USB; in HdcSession()
356 uint8_t connType; member
H A Dsession.cpp218 if ((hs->connType != CONN_SERIAL) or (hs->hUART == nullptr)) { in EnumUARTDeviceRegister()
237 if (hs->connType != CONN_USB) { in EnumUSBDeviceRegister()
274 if (hs->connType == CONN_USB) { in QueryUSBDeviceRegister()
370 switch (hSession->connType) { in MallocSessionByConnectType()
417 HSession HdcSessionBase::MallocSession(bool serverOrDaemon, const ConnType connType, void *classModule, in MallocSession() argument
432 hSession->connType = connType; in MallocSession()
455 WRITE_LOG(LOG_INFO, "HdcSessionBase NewSession, sessionId:%u, connType:%d.", in MallocSession()
456 hSession->sessionId, hSession->connType); in MallocSession()
501 if (hSession->connType in FreeSessionByConnectType()
[all...]
H A Dsession.h90 virtual HSession MallocSession(bool serverOrDaemon, const ConnType connType, void *classModule,
/developtools/hdc/src/host/
H A Dserver.cpp227 if (hdi->connType < CONN_UNKNOWN) { in BuildDaemonVisableLine()
228 sConn = conTypeDetail[hdi->connType]; in BuildDaemonVisableLine()
568 WRITE_LOG(LOG_DEBUG, "Session handshake %s connType:%d", ret ? "successful" : "failed", in FetchCommand()
569 hSession->connType); in FetchCommand()
821 uint8_t connType = 0; in CreateConnect() local
823 connType = CONN_TCP; in CreateConnect()
829 connType = CONN_SERIAL; in CreateConnect()
843 di.connType = connType; in CreateConnect()
854 if (connType in CreateConnect()
[all...]
H A Dhost_usb.cpp330 di.connType = CONN_USB; in UpdateUSBDaemonInfo()
H A Dhost_uart.cpp424 diNew.connType = CONN_SERIAL; in EnumSerialPort()
H A Dserver_for_client.cpp245 di.connType = CONN_TCP; in OrderFindTargets()
/developtools/hdc/hdc_rust/src/cffi/host/
H A Dhost_usb.h56 uint8_t connType; member
H A Dhost_usb.cpp190 di.connType = CONN_USB; in UpdateUSBDaemonInfo()
527 switch (hdi->connType) { in OpenDeviceMyNeed()
/developtools/hdc/src/daemon/
H A Ddaemon.cpp743 if (hSession->connType == CONN_SERIAL and clsUARTServ!= nullptr) { in InitMod()
751 if (clsUSBServ != nullptr && hSession->connType == CONN_USB) { in InitMod()

Completed in 13 milliseconds