Home
last modified time | relevance | path

Searched defs:hChannel (Results 1 – 5 of 5) sorted by relevance

/developtools/hdc_standard/src/host/
Dserver_for_client.cpp45 HChannel hChannel = nullptr; in AcceptClient() local
100 void HdcServerForClient::EchoClient(HChannel hChannel, MessageLevel level, const char *msg, ...) in EchoClient()
123 void HdcServerForClient::EchoClientRaw(const HChannel hChannel, uint8_t *payload, const int payload… in EchoClientRaw()
128 bool HdcServerForClient::SendToDaemon(HChannel hChannel, const uint16_t commandFlag, uint8_t *bufPt… in SendToDaemon()
153 void HdcServerForClient::OrderFindTargets(HChannel hChannel) in OrderFindTargets()
183 HChannel hChannel = (HChannel)req->data; in OrderConnecTargetResult() local
224 bool HdcServerForClient::NewConnectTry(void *ptrServer, HChannel hChannel, const string &connectKey) in NewConnectTry()
248 bool HdcServerForClient::CommandRemoveSession(HChannel hChannel, const char *connectKey) in CommandRemoveSession()
281 void HdcServerForClient::GetTargetList(HChannel hChannel, void *formatCommandInput) in GetTargetList()
301 bool HdcServerForClient::GetAnyTarget(HChannel hChannel) in GetAnyTarget()
[all …]
Dclient.cpp34 void HdcClient::NotifyInstanceChannelFree(HChannel hChannel) in NotifyInstanceChannelFree()
235 HChannel hChannel = (HChannel)stream->data; in ReadStd() local
268 void HdcClient::BindLocalStd(HChannel hChannel) in BindLocalStd()
299 HChannel hChannel = (HChannel)thisClass->channel; in Connect() local
310 int HdcClient::PreHandshake(HChannel hChannel, const uint8_t *buf) in PreHandshake()
342 int HdcClient::ReadChannel(HChannel hChannel, uint8_t *buf, const int bytesIO) in ReadChannel()
Dserver.cpp505 HChannel hChannel = sfc->AdminChannel(OP_QUERY_REF, channelId, nullptr); in FetchCommand() local
806 HChannel hChannel = hSfc->AdminChannel(OP_QUERY_REF, channelId, nullptr); in AttachChannel() local
832 HChannel hChannel = hSfc->AdminChannel(OP_QUERY, channelId, nullptr); in DeatchChannel() local
846 HChannel hChannel = (HChannel)data; in DeatchChannel() local
852 HChannel hChannel = (HChannel)handle->data; in DeatchChannel() local
863 HChannel hChannel = hSfc->AdminChannel(OP_QUERY, channelId, nullptr); in ServerCommand() local
/developtools/hdc_standard/src/common/
Dchannel.cpp96 HChannel hChannel = (HChannel)v.second; in ClearChannels() local
116 HChannel hChannel = (HChannel)tcp->data; in ReadStream() local
173 HChannel hChannel = (HChannel)req->handle->data; in WriteCallback() local
261 void HdcChannelBase::SendChannel(HChannel hChannel, uint8_t *bufPtr, const int size) in SendChannel()
290 HChannel hChannel = (HChannel)AdminChannel(OP_QUERY_REF, channelId, nullptr); in Send() local
323 auto hChannel = new HdcChannel(); in MallocChannel() local
348 HChannel hChannel = (HChannel)handle->data; in FreeChannelFinally() local
363 void HdcChannelBase::FreeChannelContinue(HChannel hChannel) in FreeChannelContinue()
366 HChannel hChannel = (HChannel)handle->data; in FreeChannelContinue() local
389 HChannel hChannel = (HChannel)handle->data; in FreeChannelOpeate() local
[all …]
Dchannel.h42 virtual int ReadChannel(HChannel hChannel, uint8_t *bufPtr, const int bytesIO) in ReadChannel()
46 virtual void NotifyInstanceChannelFree(HChannel hChannel) {}; in NotifyInstanceChannelFree()