Home
last modified time | relevance | path

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

/developtools/hdc/src/host/
Dserver_for_client.cpp48 HChannel hChannel = nullptr; in AcceptClient() local
119 void HdcServerForClient::EchoClient(HChannel hChannel, MessageLevel level, const char *msg, ...) in EchoClient()
142 void HdcServerForClient::EchoClientRaw(const HChannel hChannel, uint8_t *payload, const int payload… in EchoClientRaw()
148 void HdcServerForClient::SendCommandToClient(const HChannel hChannel, const uint16_t commandFlag, in SendCommandToClient()
154 bool HdcServerForClient::SendToDaemon(HChannel hChannel, const uint16_t commandFlag, uint8_t *bufPt… in SendToDaemon()
179 void HdcServerForClient::OrderFindTargets(HChannel hChannel) in OrderFindTargets()
209 HChannel hChannel = (HChannel)req->data; in OrderConnecTargetResult() local
256 bool HdcServerForClient::NewConnectTry(void *ptrServer, HChannel hChannel, const string &connectKey… in NewConnectTry()
280 bool HdcServerForClient::CommandRemoveSession(HChannel hChannel, const char *connectKey) in CommandRemoveSession()
313 void HdcServerForClient::GetTargetList(HChannel hChannel, void *formatCommandInput) in GetTargetList()
[all …]
Dclient.cpp49 void HdcClient::NotifyInstanceChannelFree(HChannel hChannel) in NotifyInstanceChannelFree()
290 HChannel hChannel = (HChannel)stream->data; in ReadStd() local
325 void HdcClient::BindLocalStd(HChannel hChannel) in BindLocalStd()
356 HChannel hChannel = reinterpret_cast<HChannel>(thisClass->channel); in Connect() local
367 int HdcClient::PreHandshake(HChannel hChannel, const uint8_t *buf) in PreHandshake()
418 int HdcClient::ReadChannel(HChannel hChannel, uint8_t *buf, const int bytesIO) in ReadChannel()
551 HTaskInfo HdcClient::GetRemoteTaskInfo(HChannel hChannel) in GetRemoteTaskInfo()
Dserver.cpp535 HChannel hChannel = sfc->AdminChannel(OP_QUERY_REF, channelId, nullptr); in FetchCommand() local
858 HChannel hChannel = hSfc->AdminChannel(OP_QUERY_REF, channelId, nullptr); in AttachChannel() local
884 HChannel hChannel = hSfc->AdminChannel(OP_QUERY, channelId, nullptr); in DeatchChannel() local
898 HChannel hChannel = (HChannel)data; in DeatchChannel() local
904 HChannel hChannel = (HChannel)handle->data; in DeatchChannel() local
915 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
116 HChannel hChannel = (HChannel)tcp->data; in ReadStream() local
174 HChannel hChannel = (HChannel)req->handle->data; in WriteCallback() local
263 void HdcChannelBase::SendChannelWithCmd(HChannel hChannel, const uint16_t commandFlag, uint8_t *buf… in SendChannelWithCmd()
286 HChannel hChannel = reinterpret_cast<HChannel>(AdminChannel(OP_QUERY_REF, channelId, nullptr)); in SendWithCmd() local
299 void HdcChannelBase::SendChannel(HChannel hChannel, uint8_t *bufPtr, const int size) in SendChannel()
328 HChannel hChannel = reinterpret_cast<HChannel>(AdminChannel(OP_QUERY_REF, channelId, nullptr)); in Send() local
360 auto hChannel = new HdcChannel(); in MallocChannel() local
387 HChannel hChannel = (HChannel)handle->data; in FreeChannelFinally() local
402 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()