Searched refs:fdChildWorkTCP (Results 1 – 7 of 7) sorted by relevance
/developtools/hdc/src/daemon/ |
D | daemon_tcp.cpp | 87 if ((hSession->fdChildWorkTCP = Base::DuplicateUvSocket(&hSession->hWorkTCP)) < 0) { in AcceptClient() 88 WRITE_LOG(LOG_FATAL, "AcceptClient error fdChildWorkTCP:%d", hSession->fdChildWorkTCP); in AcceptClient()
|
D | daemon_bridge.cpp | 91 hSession->fdChildWorkTCP = (uv_os_sock_t)newClientFd; in AcceptClient()
|
/developtools/hdc/src/host/ |
D | host_tcp.cpp | 106 if ((hSession->fdChildWorkTCP = Base::DuplicateUvSocket(&hSession->hWorkTCP)) < 0) { in Connect() 107 WRITE_LOG(LOG_FATAL, "Connect fdChildWorkTCP:%d", hSession->fdChildWorkTCP); in Connect()
|
D | server.cpp | 870 if ((ret = uv_tcp_open((uv_tcp_t *)&hChannel->hChildWorkTCP, hChannel->fdChildWorkTCP)) < 0) { in AttachChannel() 875 buf, hChannel->channelId, hChannel->fdChildWorkTCP); in AttachChannel()
|
D | server_for_client.cpp | 729 … if (!isClosing && (hChannel->fdChildWorkTCP = Base::DuplicateUvSocket(&hChannel->hWorkTCP)) < 0) { in BindChannelToSession()
|
/developtools/hdc/src/common/ |
D | define_plus.h | 417 uv_os_sock_t fdChildWorkTCP; member 509 uv_os_sock_t fdChildWorkTCP; member
|
D | session.cpp | 1057 if ((childRet = uv_tcp_open(&hSession->hChildWorkTCP, hSession->fdChildWorkTCP)) < 0) { in WorkThreadStartSession() 1061 … WRITE_LOG(LOG_DEBUG, "SessionCtrl failed 2,fd:%d,str:%s", hSession->fdChildWorkTCP, buf); in WorkThreadStartSession()
|