Home
last modified time | relevance | path

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

/developtools/hdc/src/host/
Dserver_for_client.cpp51 HChannel hChannel = nullptr; in AcceptClient() local
167 void HdcServerForClient::EchoClient(HChannel hChannel, MessageLevel level, const char *msg, ...) in EchoClient()
190 void HdcServerForClient::EchoClientRaw(const HChannel hChannel, uint8_t *payload, const int payload… in EchoClientRaw()
196 void HdcServerForClient::SendCommandToClient(const HChannel hChannel, const uint16_t commandFlag, in SendCommandToClient()
202 bool HdcServerForClient::SendToDaemon(HChannel hChannel, const uint16_t commandFlag, uint8_t *bufPt… in SendToDaemon()
231 void HdcServerForClient::OrderFindTargets(HChannel hChannel) in OrderFindTargets()
261 HChannel hChannel = (HChannel)req->data; in OrderConnecTargetResult() local
309 bool HdcServerForClient::NewConnectTry(void *ptrServer, HChannel hChannel, const string &connectKey… in NewConnectTry()
344 bool HdcServerForClient::CommandRemoveSession(HChannel hChannel, const char *connectKey) in CommandRemoveSession()
386 void HdcServerForClient::GetTargetList(HChannel hChannel, void *formatCommandInput) in GetTargetList()
[all …]
Dclient.cpp49 void HdcClient::NotifyInstanceChannelFree(HChannel hChannel) in NotifyInstanceChannelFree()
474 HChannel hChannel = (HChannel)stream->data; in ReadStd() local
510 void HdcClient::BindLocalStd(HChannel hChannel) in BindLocalStd()
542 HChannel hChannel = reinterpret_cast<HChannel>(thisClass->channel); in Connect() local
572 HChannel hChannel = reinterpret_cast<HChannel>(thisClass->channel); in RetryTcpConnectWorker() local
590 int HdcClient::PreHandshake(HChannel hChannel, const uint8_t *buf) in PreHandshake()
647 int HdcClient::ReadChannel(HChannel hChannel, uint8_t *buf, const int bytesIO) in ReadChannel()
797 HTaskInfo HdcClient::GetRemoteTaskInfo(HChannel hChannel) in GetRemoteTaskInfo()
Dserver.cpp572 HChannel hChannel = sfc->AdminChannel(OP_QUERY_REF, channelId, nullptr); in FetchCommand() local
896 HChannel hChannel = hSfc->AdminChannel(OP_QUERY_REF, channelId, nullptr); in AttachChannel() local
923 HChannel hChannel = hSfc->AdminChannel(OP_QUERY, channelId, nullptr); in DeatchChannel() local
942 HChannel hChannel = (HChannel)data; in DeatchChannel() local
951 HChannel hChannel = (HChannel)handle->data; in DeatchChannel() local
962 HChannel hChannel = hSfc->AdminChannel(OP_QUERY, channelId, nullptr); in ServerCommand() local
/developtools/hdc/src/common/
Dchannel.cpp96 HChannel hChannel = (HChannel)v.second; in ClearChannels() local
117 HChannel hChannel = (HChannel)tcp->data; in ReadStream() local
179 HChannel hChannel = (HChannel)req->handle->data; in WriteCallback() local
271 void HdcChannelBase::SendChannelWithCmd(HChannel hChannel, const uint16_t commandFlag, uint8_t *buf… in SendChannelWithCmd()
296 HChannel hChannel = reinterpret_cast<HChannel>(AdminChannel(OP_QUERY_REF, channelId, nullptr)); in SendWithCmd() local
311 void HdcChannelBase::SendChannel(HChannel hChannel, uint8_t *bufPtr, const int size) in SendChannel()
342 HChannel hChannel = reinterpret_cast<HChannel>(AdminChannel(OP_QUERY_REF, channelId, nullptr)); in Send() local
381 auto hChannel = new HdcChannel(); in MallocChannel() local
413 HChannel hChannel = (HChannel)handle->data; in FreeChannelFinally() local
443 void HdcChannelBase::FreeChannelContinue(HChannel hChannel) in FreeChannelContinue()
[all …]
Dchannel.h44 virtual int ReadChannel(HChannel hChannel, uint8_t *bufPtr, const int bytesIO) in ReadChannel()
48 virtual void NotifyInstanceChannelFree(HChannel hChannel) {}; in NotifyInstanceChannelFree()