Home
last modified time | relevance | path

Searched refs:CONN_TCP (Results 1 - 9 of 9) sorted by relevance

/developtools/hdc/src/daemon/
H A Ddaemon_bridge.cpp76 HSession hSession = ptrConnect->MallocSession(false, CONN_TCP, thisClass); in AcceptClient()
H A Ddaemon_tcp.cpp75 HSession hSession = ptrConnect->MallocSession(false, CONN_TCP, thisClass); in AcceptClient()
/developtools/hdc/src/common/
H A Ddefine_enum.h36 enum ConnType { CONN_USB = 0, CONN_TCP, CONN_SERIAL, CONN_BT, CONN_UNKNOWN }; enumerator
H A Dsession.cpp371 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 Dhost_usb.h32 enum ConnType { CONN_USB = 0, CONN_TCP, CONN_SERIAL, CONN_BT }; enumerator
H A Dhost_usb.cpp528 case CONN_TCP: in OpenDeviceMyNeed()
/developtools/hdc/src/host/
H A Dhost_tcp.cpp136 HSession hSession = ptrConnect->MallocSession(true, CONN_TCP, this); in ConnectDaemon()
H A Dserver.cpp823 connType = CONN_TCP; in CreateConnect()
854 if (connType == CONN_TCP) { in CreateConnect()
H A Dserver_for_client.cpp245 di.connType = CONN_TCP; in OrderFindTargets()

Completed in 10 milliseconds