Searched refs:fdChildWorkTCP (Results 1 – 6 of 6) 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()
|
| /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 | 859 if ((ret = uv_tcp_open((uv_tcp_t *)&hChannel->hChildWorkTCP, hChannel->fdChildWorkTCP)) < 0) { in AttachChannel() 864 buf, hChannel->channelId, hChannel->fdChildWorkTCP); in AttachChannel()
|
| D | server_for_client.cpp | 719 … if (!isClosing && (hChannel->fdChildWorkTCP = Base::DuplicateUvSocket(&hChannel->hWorkTCP)) < 0) { in BindChannelToSession()
|
| /developtools/hdc/src/common/ |
| D | define_plus.h | 414 uv_os_sock_t fdChildWorkTCP; member 506 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()
|