Home
last modified time | relevance | path

Searched refs:fdChildWorkTCP (Results 1 – 6 of 6) sorted by relevance

/developtools/hdc/src/daemon/
Ddaemon_tcp.cpp87 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/
Dhost_tcp.cpp106 if ((hSession->fdChildWorkTCP = Base::DuplicateUvSocket(&hSession->hWorkTCP)) < 0) { in Connect()
107 WRITE_LOG(LOG_FATAL, "Connect fdChildWorkTCP:%d", hSession->fdChildWorkTCP); in Connect()
Dserver.cpp859 if ((ret = uv_tcp_open((uv_tcp_t *)&hChannel->hChildWorkTCP, hChannel->fdChildWorkTCP)) < 0) { in AttachChannel()
864 buf, hChannel->channelId, hChannel->fdChildWorkTCP); in AttachChannel()
Dserver_for_client.cpp719 … if (!isClosing && (hChannel->fdChildWorkTCP = Base::DuplicateUvSocket(&hChannel->hWorkTCP)) < 0) { in BindChannelToSession()
/developtools/hdc/src/common/
Ddefine_plus.h414 uv_os_sock_t fdChildWorkTCP; member
506 uv_os_sock_t fdChildWorkTCP; member
Dsession.cpp1057 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()