Searched refs:CONN_USB (Results 1 – 5 of 5) sorted by relevance
/developtools/hdc/src/common/ |
D | define_plus.h | 66 enum ConnType { CONN_USB = 0, CONN_TCP, CONN_SERIAL, CONN_BT }; enumerator 442 connType = CONN_USB; in HdcSession()
|
D | session.cpp | 222 if (hs->connType != CONN_USB) { in EnumUSBDeviceRegister() 259 if (hs->connType == CONN_USB) { in QueryUSBDeviceRegister() 362 case CONN_USB: { in MallocSessionByConnectType() 478 if (CONN_USB == hSession->connType) { in FreeSessionByConnectType() 778 case CONN_USB: { in SendByProtocol()
|
/developtools/hdc/src/host/ |
D | server.cpp | 230 case CONN_USB: in BuildDaemonVisableLine() 808 connType = CONN_USB; in CreateConnect() 837 hSession = MallocSession(true, CONN_USB, clsUSBClt); in CreateConnect()
|
D | host_usb.cpp | 160 HSession hSession = hdcServer->MallocSession(true, CONN_USB, this); in DetectMyNeed() 322 di.connType = CONN_USB; in UpdateUSBDaemonInfo()
|
/developtools/hdc/src/daemon/ |
D | daemon_usb.cpp | 359 HSession hChildSession = daemon->MallocSession(false, CONN_USB, this, sessionId); in PrepareNewSession()
|