Searched refs:CONN_USB (Results 1 - 9 of 9) sorted by relevance
/developtools/hdc/src/common/ |
H A D | define_enum.h | 36 enum ConnType { CONN_USB = 0, CONN_TCP, CONN_SERIAL, CONN_BT, CONN_UNKNOWN }; enumerator
|
H A D | define_plus.h | 267 connType = CONN_USB; in HdcSession()
|
H A D | session.cpp | 237 if (hs->connType != CONN_USB) { in EnumUSBDeviceRegister() 274 if (hs->connType == CONN_USB) { in QueryUSBDeviceRegister() 377 case CONN_USB: { in MallocSessionByConnectType() 501 if (hSession->connType == CONN_USB) { in FreeSessionByConnectType() 811 case CONN_USB: { in SendByProtocol()
|
/developtools/hdc/hdc_rust/src/cffi/host/ |
H A D | host_usb.h | 32 enum ConnType { CONN_USB = 0, CONN_TCP, CONN_SERIAL, CONN_BT };
enumerator
|
H A D | host_usb.cpp | 190 di.connType = CONN_USB;
in UpdateUSBDaemonInfo() 531 case CONN_USB:
in OpenDeviceMyNeed()
|
/developtools/hdc/src/host/ |
H A D | host_usb.cpp | 161 HSession hSession = hdcServer->MallocSession(true, CONN_USB, this); in DetectMyNeed() 330 di.connType = CONN_USB; in UpdateUSBDaemonInfo()
|
H A D | server.cpp | 862 hSession = MallocSession(true, CONN_USB, clsUSBClt); in CreateConnect()
|
/developtools/hdc/src/daemon/ |
H A D | daemon_usb.cpp | 378 HSession hChildSession = daemon->MallocSession(false, CONN_USB, this, sessionId); in PrepareNewSession()
|
H A D | daemon.cpp | 751 if (clsUSBServ != nullptr && hSession->connType == CONN_USB) { in InitMod()
|
Completed in 12 milliseconds