Home
last modified time | relevance | path

Searched refs:HdcChannelBase (Results 1 – 7 of 7) sorted by relevance

/developtools/hdc/src/common/
Dchannel.cpp17 HdcChannelBase::HdcChannelBase(const bool serverOrClient, const string &addrString, uv_loop_t *loop… in HdcChannelBase() function in Hdc::HdcChannelBase
29 HdcChannelBase::~HdcChannelBase() in ~HdcChannelBase()
41 vector<uint8_t> HdcChannelBase::GetChannelHandshake(string &connectKey) const in GetChannelHandshake()
55 bool HdcChannelBase::SetChannelTCPString(const string &addrString) in SetChannelTCPString()
94 void HdcChannelBase::ClearChannels() in ClearChannels()
104 void HdcChannelBase::WorkerPendding() in WorkerPendding()
111 void HdcChannelBase::ReadStream(uv_stream_t *tcp, ssize_t nread, const uv_buf_t *buf) in ReadStream()
119 HdcChannelBase *thisClass = (HdcChannelBase *)hChannel->clsChannel; in ReadStream()
178 void HdcChannelBase::WriteCallback(uv_write_t *req, int status) in WriteCallback()
182 HdcChannelBase *thisClass = (HdcChannelBase *)hChannel->clsChannel; in WriteCallback()
[all …]
Dchannel.h20 class HdcChannelBase {
22 HdcChannelBase(const bool serverOrClient, const string &addrString, uv_loop_t *loopMainIn);
23 virtual ~HdcChannelBase();
Dtask.cpp63 HdcChannelBase *channelBase = reinterpret_cast<HdcChannelBase *>(taskInfo->channelClass); in SendToAnother()
/developtools/hdc/src/host/
Dclient.h26 class HdcClient : public HdcChannelBase {
Dserver_for_client.h21 class HdcServerForClient : public HdcChannelBase {
Dclient.cpp29 : HdcChannelBase(serverOrClient, addrString, loopMainIn) in HdcClient()
Dserver_for_client.cpp27 : HdcChannelBase(serverOrClient, addrString, loopMainIn) in HdcServerForClient()