Searched refs:CONN_TCP (Results 1 - 9 of 9) sorted by relevance
/developtools/hdc/src/daemon/ |
H A D | daemon_bridge.cpp | 76 HSession hSession = ptrConnect->MallocSession(false, CONN_TCP, thisClass); in AcceptClient()
|
H A D | daemon_tcp.cpp | 75 HSession hSession = ptrConnect->MallocSession(false, CONN_TCP, thisClass); in AcceptClient()
|
/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 | session.cpp | 371 case CONN_TCP: { in MallocSessionByConnectType() 586 if (hSession->connType == CONN_TCP) { in FreeSessionContinue() 798 case CONN_TCP: { in SendByProtocol() 1081 if (hSession->connType == CONN_TCP) { in WorkThreadStartSession() 1173 if (hSession->connType == CONN_TCP && hSession->hChildWorkTCP.loop) { // maybe not use it in DispatchMainThreadCommand()
|
/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 | 528 case CONN_TCP:
in OpenDeviceMyNeed()
|
/developtools/hdc/src/host/ |
H A D | host_tcp.cpp | 136 HSession hSession = ptrConnect->MallocSession(true, CONN_TCP, this); in ConnectDaemon()
|
H A D | server.cpp | 823 connType = CONN_TCP; in CreateConnect() 854 if (connType == CONN_TCP) { in CreateConnect()
|
H A D | server_for_client.cpp | 245 di.connType = CONN_TCP; in OrderFindTargets()
|
Completed in 10 milliseconds