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
163 void HdcServerForClient::EchoClient(HChannel hChannel, MessageLevel level, const char *msg, ...) in EchoClient()
186 void HdcServerForClient::EchoClientRaw(const HChannel hChannel, uint8_t *payload, const int payload… in EchoClientRaw()
192 void HdcServerForClient::SendCommandToClient(const HChannel hChannel, const uint16_t commandFlag, in SendCommandToClient()
198 bool HdcServerForClient::SendToDaemon(HChannel hChannel, const uint16_t commandFlag, uint8_t *bufPt… in SendToDaemon()
223 void HdcServerForClient::OrderFindTargets(HChannel hChannel) in OrderFindTargets()
253 HChannel hChannel = (HChannel)req->data; in OrderConnecTargetResult() local
301 bool HdcServerForClient::NewConnectTry(void *ptrServer, HChannel hChannel, const string &connectKey… in NewConnectTry()
333 bool HdcServerForClient::CommandRemoveSession(HChannel hChannel, const char *connectKey) in CommandRemoveSession()
366 void HdcServerForClient::GetTargetList(HChannel hChannel, void *formatCommandInput) in GetTargetList()
[all …]
Dclient.cpp49 void HdcClient::NotifyInstanceChannelFree(HChannel hChannel) in NotifyInstanceChannelFree()
439 HChannel hChannel = (HChannel)stream->data; in ReadStd() local
474 void HdcClient::BindLocalStd(HChannel hChannel) in BindLocalStd()
505 HChannel hChannel = reinterpret_cast<HChannel>(thisClass->channel); in Connect() local
516 int HdcClient::PreHandshake(HChannel hChannel, const uint8_t *buf) in PreHandshake()
567 int HdcClient::ReadChannel(HChannel hChannel, uint8_t *buf, const int bytesIO) in ReadChannel()
704 HTaskInfo HdcClient::GetRemoteTaskInfo(HChannel hChannel) in GetRemoteTaskInfo()
Dserver.cpp539 HChannel hChannel = sfc->AdminChannel(OP_QUERY_REF, channelId, nullptr); in FetchCommand() local
866 HChannel hChannel = hSfc->AdminChannel(OP_QUERY_REF, channelId, nullptr); in AttachChannel() local
892 HChannel hChannel = hSfc->AdminChannel(OP_QUERY, channelId, nullptr); in DeatchChannel() local
906 HChannel hChannel = (HChannel)data; in DeatchChannel() local
912 HChannel hChannel = (HChannel)handle->data; in DeatchChannel() local
923 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
175 HChannel hChannel = (HChannel)req->handle->data; in WriteCallback() local
264 void HdcChannelBase::SendChannelWithCmd(HChannel hChannel, const uint16_t commandFlag, uint8_t *buf… in SendChannelWithCmd()
289 HChannel hChannel = reinterpret_cast<HChannel>(AdminChannel(OP_QUERY_REF, channelId, nullptr)); in SendWithCmd() local
302 void HdcChannelBase::SendChannel(HChannel hChannel, uint8_t *bufPtr, const int size) in SendChannel()
333 HChannel hChannel = reinterpret_cast<HChannel>(AdminChannel(OP_QUERY_REF, channelId, nullptr)); in Send() local
365 auto hChannel = new HdcChannel(); in MallocChannel() local
392 HChannel hChannel = (HChannel)handle->data; in FreeChannelFinally() local
407 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()