Home
last modified time | relevance | path

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

/developtools/hdc/src/common/
Dchannel.cpp99 HChannel hChannel = (HChannel)v.second; in ClearChannels() local
120 HChannel hChannel = (HChannel)tcp->data; in ReadStream() local
200 HChannel hChannel = (HChannel)req->handle->data; in FileCmdWriteCallback() local
209 HChannel hChannel = (HChannel)req->handle->data; in WriteCallback() local
302 void HdcChannelBase::SendChannelWithCmd(HChannel hChannel, const uint16_t commandFlag, uint8_t *buf… in SendChannelWithCmd()
334 HChannel hChannel = reinterpret_cast<HChannel>(AdminChannel(OP_QUERY_REF, channelId, nullptr)); in SendWithCmd() local
349 void HdcChannelBase::SendChannel(HChannel hChannel, uint8_t *bufPtr, const int size, const uint16_t… in SendChannel()
403 HChannel hChannel = reinterpret_cast<HChannel>(AdminChannel(OP_QUERY_REF, channelId, nullptr)); in Send() local
443 auto hChannel = new HdcChannel(); in MallocChannel() local
489 auto hChannel = new HdcChannel(); in MallocChannel() local
[all …]
Dchannel.h45 virtual int ReadChannel(HChannel hChannel, uint8_t *bufPtr, const int bytesIO) in ReadChannel()
49 virtual void NotifyInstanceChannelFree(HChannel hChannel) {}; in NotifyInstanceChannelFree()
/developtools/hdc/src/host/
Dserver_for_client.cpp62 HChannel hChannel = new HdcChannel(); in AcceptUdsClient() local
122 HChannel hChannel = new HdcChannel(); in AcceptClient() local
128 HChannel hChannel = nullptr; in AcceptClient() local
298 void HdcServerForClient::EchoClient(HChannel hChannel, MessageLevel level, const char *msg, ...) in EchoClient()
322 void HdcServerForClient::EchoClientRaw(const HChannel hChannel, uint8_t *payload, const int payload… in EchoClientRaw()
328 void HdcServerForClient::SendCommandToClient(const HChannel hChannel, const uint16_t commandFlag, in SendCommandToClient()
338 bool HdcServerForClient::SendToDaemon(HChannel hChannel, const uint16_t commandFlag, uint8_t *bufPt… in SendToDaemon()
372 void HdcServerForClient::OrderFindTargets(HChannel hChannel) in OrderFindTargets()
403 HChannel hChannel = (HChannel)req->data; in OrderConnecTargetResult() local
454 bool HdcServerForClient::NewConnectTry(void *ptrServer, HChannel hChannel, const string &connectKey… in NewConnectTry()
[all …]
Dclient.cpp57 void HdcClient::NotifyInstanceChannelFree(HChannel hChannel) in NotifyInstanceChannelFree()
629 HChannel hChannel = (HChannel)stream->data; in ReadStd() local
670 void HdcClient::BindLocalStd(HChannel hChannel) in BindLocalStd()
704 HChannel hChannel = reinterpret_cast<HChannel>(thisClass->channel); in ConnectUds() local
738 HChannel hChannel = reinterpret_cast<HChannel>(thisClass->channel); in Connect() local
769 HChannel hChannel = reinterpret_cast<HChannel>(thisClass->channel); in RetryUdsConnectWorker() local
786 HChannel hChannel = reinterpret_cast<HChannel>(thisClass->channel); in RetryTcpConnectWorker() local
805 int HdcClient::PreHandshake(HChannel hChannel, const uint8_t *buf) in PreHandshake()
866 int HdcClient::ReadChannel(HChannel hChannel, uint8_t *buf, const int bytesIO) in ReadChannel()
1016 HTaskInfo HdcClient::GetRemoteTaskInfo(HChannel hChannel) in GetRemoteTaskInfo()
Dserver.cpp721 HChannel hChannel = sfc->AdminChannel(OP_QUERY_REF, channelId, nullptr); in FetchCommand() local
1068 HChannel hChannel = hSfc->AdminChannel(OP_QUERY_REF, channelId, nullptr); in AttachChannelInnerForUds() local
1098 HChannel hChannel = hSfc->AdminChannel(OP_QUERY, channelId, nullptr); in DeatchChannelInnerForUds() local
1117 HChannel hChannel = (HChannel)data; in DeatchChannelInnerForUds() local
1126 HChannel hChannel = (HChannel)handle->data; in DeatchChannelInnerForUds() local
1136 HChannel hChannel = hSfc->AdminChannel(OP_QUERY, channelId, nullptr); in AttachChannel() local
1152 HChannel hChannel = hSfc->AdminChannel(OP_QUERY, channelId, nullptr); in DeatchChannel() local
1186 HChannel hChannel = hSfc->AdminChannel(OP_QUERY_REF, channelId, nullptr); in AttachChannelInnerForTcp() local
1215 HChannel hChannel = hSfc->AdminChannel(OP_QUERY, channelId, nullptr); in DeatchChannelInnerForTcp() local
1234 HChannel hChannel = (HChannel)data; in DeatchChannelInnerForTcp() local
[all …]
/developtools/hdc/test/unittest/host/
Dhost_uds_server_test.cpp58 HChannel hChannel = new HdcChannel(); variable