Home
last modified time | relevance | path

Searched refs:channelPort (Results 1 – 4 of 4) sorted by relevance

/developtools/hdc/src/common/
Dchannel.cpp69 channelPort = std::atoi(port.c_str()); in SetChannelTCPString()
72 if (!channelPort) { in SetChannelTCPString()
76 if (uv_ip6_addr(host.c_str(), channelPort, &addrv6) != 0 && in SetChannelTCPString()
77 uv_ip4_addr(host.c_str(), channelPort, &addrv4) != 0) { in SetChannelTCPString()
86 channelPort = 0; in SetChannelTCPString()
Dchannel.h60 uint16_t channelPort; variable
/developtools/hdc/src/host/
Dserver_for_client.cpp41 return channelPort; in GetTCPListenPort()
99 WRITE_LOG(LOG_DEBUG, "channelHost %s, port: %d", channelHost.c_str(), channelPort); in SetTCPListen()
100 uv_ip6_addr(channelHost.c_str(), channelPort, &addr); in SetTCPListen()
111 if (!channelHostPort.size() || !channelHost.size() || !channelPort) { in Initial()
Dclient.cpp207 if (!channelHostPort.size() || !channelHost.size() || !channelPort) { in Initial()