| /developtools/hdc/src/common/ |
| D | session.h | 51 uint32_t channelId; member 56 uint32_t channelId; member 64 virtual void AttachChannel(HSession hSession, const uint32_t channelId) in AttachChannel() 67 virtual void DeatchChannel(HSession hSession, const uint32_t channelId) in DeatchChannel() 73 virtual bool RedirectToTask(HTaskInfo hTaskInfo, HSession hSession, const uint32_t channelId, in RedirectToTask() 112 …virtual bool FetchCommand(HSession hSession, const uint32_t channelId, const uint16_t command, uin… in FetchCommand() 117 …virtual bool ServerCommand(const uint32_t sessionId, const uint32_t channelId, const uint16_t comm… in ServerCommand()
|
| D | channel.cpp | 119 uint32_t channelId = hChannel->channelId; in ReadStream() local 236 void HdcChannelBase::PushAsyncMessage(const uint32_t channelId, const uint8_t method, const void *d… in PushAsyncMessage() 293 void HdcChannelBase::SendWithCmd(const uint32_t channelId, const uint16_t commandFlag, uint8_t *buf… in SendWithCmd() 339 void HdcChannelBase::Send(const uint32_t channelId, uint8_t *bufPtr, const int size) in Send() 388 uint32_t channelId = GetChannelPseudoUid(); in MallocChannel() local 503 void HdcChannelBase::FreeChannel(const uint32_t channelId) in FreeChannel() 522 HChannel HdcChannelBase::AdminChannel(const uint8_t op, const uint32_t channelId, HChannel hInput) in AdminChannel()
|
| D | session.cpp | 159 uint32_t channelId = iter->first; in ClearOwnTasks() local 777 HTaskInfo HdcSessionBase::AdminTask(const uint8_t op, HSession hSession, const uint32_t channelId, … in AdminTask() 857 int HdcSessionBase::Send(const uint32_t sessionId, const uint32_t channelId, const uint16_t command… in Send() 1151 vector<uint8_t> HdcSessionBase::BuildCtrlString(InnerCtrlCommand command, uint32_t channelId, uint8… in BuildCtrlString() 1177 uint32_t channelId = ctrl->channelId; // if send not set, it is zero in DispatchMainThreadCommand() local 1324 void HdcSessionBase::LogMsg(const uint32_t sessionId, const uint32_t channelId, in LogMsg() 1377 bool HdcSessionBase::DispatchTaskData(HSession hSession, const uint32_t channelId, const uint16_t c… in DispatchTaskData()
|
| D | channel.h | 38 uint32_t channelId; member
|
| D | define_plus.h | 85 uint32_t channelId; member 321 uint32_t channelId; member 371 uint32_t channelId; member
|
| /developtools/smartperf_host/ide/src/hdc/message/ |
| D | PayloadProtect.ts | 37 get channelId(): number { method in PayloadProtect 41 set channelId(value: number) { method in PayloadProtect
|
| /developtools/hdc/src/daemon/ |
| D | daemon.cpp | 192 bool HdcDaemon::RedirectToTask(HTaskInfo hTaskInfo, HSession hSession, const uint32_t channelId, in InitMod() 422 bool HdcDaemon::HandDaemonAuthInit(HSession hSession, const uint32_t channelId, SessionHandShake &h… in InitMod() 445 bool HdcDaemon::HandDaemonAuthPubkey(HSession hSession, const uint32_t channelId, SessionHandShake … in InitMod() 645 bool HdcDaemon::HandDaemonAuthSignature(HSession hSession, const uint32_t channelId, SessionHandSha… in InitMod() 678 bool HdcDaemon::HandDaemonAuth(HSession hSession, const uint32_t channelId, SessionHandShake &hands… in InitMod() 761 bool HdcDaemon::DaemonSessionHandshake(HSession hSession, const uint32_t channelId, uint8_t *payloa… in InitMod() 867 bool HdcDaemon::FetchCommand(HSession hSession, const uint32_t channelId, const uint16_t command, u… in InitMod() 951 bool HdcDaemon::ServerCommand(const uint32_t sessionId, const uint32_t channelId, const uint16_t co… in InitMod() 1111 uint32_t channelId, uint32_t sessionid, string pubkey, string token) in InitMod()
|
| /developtools/hdc/test/unittest/common/include/ |
| D | HdcJdwpTest.h | 36 bool ServerCommand(const uint32_t sessionId, const uint32_t channelId, const uint16_t command, in ServerCommand()
|
| /developtools/hdc/src/host/ |
| D | server.cpp | 560 bool HdcServer::FetchCommand(HSession hSession, const uint32_t channelId, const uint16_t command, u… in FetchCommand() 892 void HdcServer::AttachChannel(HSession hSession, const uint32_t channelId) in AttachChannel() 919 void HdcServer::DeatchChannel(HSession hSession, const uint32_t channelId) in DeatchChannel() 958 bool HdcServer::ServerCommand(const uint32_t sessionId, const uint32_t channelId, const uint16_t co… in ServerCommand() 971 bool HdcServer::RedirectToTask(HTaskInfo hTaskInfo, HSession hSession, const uint32_t channelId, in RedirectToTask()
|
| /developtools/smartperf_host/ide/src/hdc/hdcclient/ |
| D | HdcStream.ts | 27 private readonly channelId: number; property in HdcStream
|
| /developtools/hdc/hdc_rust/src/cffi/ |
| D | serial_struct.h | 50 uint32_t channelId; member 101 uint32_t channelId; member
|