Home
last modified time | relevance | path

Searched defs:channelId (Results 1 – 10 of 10) sorted by relevance

/developtools/profiler/host/smartperf/ide/src/hdc/message/
DPayloadProtect.ts36 get channelId(): number { method in PayloadProtect
40 set channelId(value: number) { method in PayloadProtect
/developtools/hdc/src/daemon/
Ddaemon.cpp146 bool HdcDaemon::RedirectToTask(HTaskInfo hTaskInfo, HSession hSession, const uint32_t channelId, in RedirectToTask()
200 bool HdcDaemon::HandDaemonAuth(HSession hSession, const uint32_t channelId, SessionHandShake &hands… in HandDaemonAuth()
247 bool HdcDaemon::DaemonSessionHandshake(HSession hSession, const uint32_t channelId, uint8_t *payloa… in DaemonSessionHandshake()
324 bool HdcDaemon::FetchCommand(HSession hSession, const uint32_t channelId, const uint16_t command, u… in FetchCommand()
394 bool HdcDaemon::ServerCommand(const uint32_t sessionId, const uint32_t channelId, const uint16_t co… in ServerCommand()
/developtools/hdc/src/common/
Dsession.h49 uint32_t channelId; member
54 uint32_t channelId; member
62 virtual void AttachChannel(HSession hSession, const uint32_t channelId) in AttachChannel()
65 virtual void DeatchChannel(HSession hSession, const uint32_t channelId) in DeatchChannel()
71 virtual bool RedirectToTask(HTaskInfo hTaskInfo, HSession hSession, const uint32_t channelId, in RedirectToTask()
107 …virtual bool FetchCommand(HSession hSession, const uint32_t channelId, const uint16_t command, uin… in FetchCommand()
112 …virtual bool ServerCommand(const uint32_t sessionId, const uint32_t channelId, const uint16_t comm… in ServerCommand()
Dchannel.cpp229 void HdcChannelBase::PushAsyncMessage(const uint32_t channelId, const uint8_t method, const void *d… in PushAsyncMessage()
284 void HdcChannelBase::SendWithCmd(const uint32_t channelId, const uint16_t commandFlag, uint8_t *buf… in SendWithCmd()
326 void HdcChannelBase::Send(const uint32_t channelId, uint8_t *bufPtr, const int size) in Send()
366 uint32_t channelId = GetChannelPseudoUid(); in MallocChannel() local
456 void HdcChannelBase::FreeChannel(const uint32_t channelId) in FreeChannel()
473 HChannel HdcChannelBase::AdminChannel(const uint8_t op, const uint32_t channelId, HChannel hInput) in AdminChannel()
Dsession.cpp144 uint32_t channelId = iter->first; in ClearOwnTasks() local
699 HTaskInfo HdcSessionBase::AdminTask(const uint8_t op, HSession hSession, const uint32_t channelId, … in AdminTask()
796 int HdcSessionBase::Send(const uint32_t sessionId, const uint32_t channelId, const uint16_t command… in Send()
1066 vector<uint8_t> HdcSessionBase::BuildCtrlString(InnerCtrlCommand command, uint32_t channelId, uint8… in BuildCtrlString()
1091 uint32_t channelId = ctrl->channelId; // if send not set, it is zero in DispatchMainThreadCommand() local
1239 void HdcSessionBase::LogMsg(const uint32_t sessionId, const uint32_t channelId, in LogMsg()
1291 bool HdcSessionBase::DispatchTaskData(HSession hSession, const uint32_t channelId, const uint16_t c… in DispatchTaskData()
Dchannel.h38 uint32_t channelId; member
Ddefine_plus.h248 uint32_t channelId; member
458 uint32_t channelId; member
504 uint32_t channelId; member
/developtools/hdc/test/unittest/common/include/
DHdcJdwpTest.h36 bool ServerCommand(const uint32_t sessionId, const uint32_t channelId, const uint16_t command, in ServerCommand()
/developtools/profiler/host/smartperf/ide/src/hdc/hdcclient/
DHdcStream.ts28 private readonly channelId: number property in HdcStream
/developtools/hdc/src/host/
Dserver.cpp523 bool HdcServer::FetchCommand(HSession hSession, const uint32_t channelId, const uint16_t command, u… in FetchCommand()
854 void HdcServer::AttachChannel(HSession hSession, const uint32_t channelId) in AttachChannel()
880 void HdcServer::DeatchChannel(HSession hSession, const uint32_t channelId) in DeatchChannel()
911 bool HdcServer::ServerCommand(const uint32_t sessionId, const uint32_t channelId, const uint16_t co… in ServerCommand()
924 bool HdcServer::RedirectToTask(HTaskInfo hTaskInfo, HSession hSession, const uint32_t channelId, in RedirectToTask()