Searched refs:connType (Results 1 - 10 of 10) sorted by relevance
/developtools/hdc/src/common/ |
H A D | define_plus.h | 207 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 D | session.cpp | 218 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 D | session.h | 90 virtual HSession MallocSession(bool serverOrDaemon, const ConnType connType, void *classModule,
|
/developtools/hdc/src/host/ |
H A D | server.cpp | 227 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 D | host_usb.cpp | 330 di.connType = CONN_USB; in UpdateUSBDaemonInfo()
|
H A D | host_uart.cpp | 424 diNew.connType = CONN_SERIAL;
in EnumSerialPort()
|
H A D | server_for_client.cpp | 245 di.connType = CONN_TCP; in OrderFindTargets()
|
/developtools/hdc/hdc_rust/src/cffi/host/ |
H A D | host_usb.h | 56 uint8_t connType;
member
|
H A D | host_usb.cpp | 190 di.connType = CONN_USB;
in UpdateUSBDaemonInfo() 527 switch (hdi->connType) {
in OpenDeviceMyNeed()
|
/developtools/hdc/src/daemon/ |
H A D | daemon.cpp | 743 if (hSession->connType == CONN_SERIAL and clsUARTServ!= nullptr) { in InitMod() 751 if (clsUSBServ != nullptr && hSession->connType == CONN_USB) { in InitMod()
|
Completed in 12 milliseconds