Home
last modified time | relevance | path

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

/developtools/hdc_standard/src/daemon/
Ddaemon.cpp138 bool HdcDaemon::RedirectToTask(HTaskInfo hTaskInfo, HSession hSession, const uint32_t channelId, in RedirectToTask()
190 bool HdcDaemon::HandDaemonAuth(HSession hSession, const uint32_t channelId, SessionHandShake &hands… in HandDaemonAuth()
235 bool HdcDaemon::DaemonSessionHandshake(HSession hSession, const uint32_t channelId, uint8_t *payloa… in DaemonSessionHandshake()
291 bool HdcDaemon::FetchCommand(HSession hSession, const uint32_t channelId, const uint16_t command, u… in FetchCommand()
355 bool HdcDaemon::ServerCommand(const uint32_t sessionId, const uint32_t channelId, const uint16_t co… in ServerCommand()
/developtools/hdc_standard/src/common/
Dsession.h47 uint32_t channelId; member
52 uint32_t channelId; member
60 virtual void AttachChannel(HSession hSession, const uint32_t channelId) in AttachChannel()
63 virtual void DeatchChannel(HSession hSession, const uint32_t channelId) in DeatchChannel()
69 virtual bool RedirectToTask(HTaskInfo hTaskInfo, HSession hSession, const uint32_t channelId, in RedirectToTask()
105 …virtual bool FetchCommand(HSession hSession, const uint32_t channelId, const uint16_t command, uin… in FetchCommand()
110 …virtual bool ServerCommand(const uint32_t sessionId, const uint32_t channelId, const uint16_t comm… in ServerCommand()
Dchannel.cpp228 void HdcChannelBase::PushAsyncMessage(const uint32_t channelId, const uint8_t method, const void *d… in PushAsyncMessage()
288 void HdcChannelBase::Send(const uint32_t channelId, uint8_t *bufPtr, const int size) in Send()
327 uint32_t channelId = GetChannelPseudoUid(); in MallocChannel() local
413 void HdcChannelBase::FreeChannel(const uint32_t channelId) in FreeChannel()
430 HChannel HdcChannelBase::AdminChannel(const uint8_t op, const uint32_t channelId, HChannel hInput) in AdminChannel()
Dchannel.h37 uint32_t channelId; member
Dsession.cpp131 uint32_t channelId = iter->first; in ClearOwnTasks() local
685 HTaskInfo HdcSessionBase::AdminTask(const uint8_t op, HSession hSession, const uint32_t channelId, … in AdminTask()
786 int HdcSessionBase::Send(const uint32_t sessionId, const uint32_t channelId, const uint16_t command… in Send()
1051 vector<uint8_t> HdcSessionBase::BuildCtrlString(InnerCtrlCommand command, uint32_t channelId, uint8… in BuildCtrlString()
1076 uint32_t channelId = ctrl->channelId; // if send not set, it is zero in DispatchMainThreadCommand() local
1226 void HdcSessionBase::LogMsg(const uint32_t sessionId, const uint32_t channelId, in LogMsg()
1274 bool HdcSessionBase::DispatchTaskData(HSession hSession, const uint32_t channelId, const uint16_t c… in DispatchTaskData()
Ddefine_plus.h228 uint32_t channelId; member
429 uint32_t channelId; member
470 uint32_t channelId; member
/developtools/hdc_standard/test/unittest/common/include/
DHdcJdwpTest.h36 bool ServerCommand(const uint32_t sessionId, const uint32_t channelId, const uint16_t command, in ServerCommand()
/developtools/hdc_standard/src/host/
Dserver.cpp493 bool HdcServer::FetchCommand(HSession hSession, const uint32_t channelId, const uint16_t command, u… in FetchCommand()
802 void HdcServer::AttachChannel(HSession hSession, const uint32_t channelId) in AttachChannel()
828 void HdcServer::DeatchChannel(HSession hSession, const uint32_t channelId) in DeatchChannel()
859 bool HdcServer::ServerCommand(const uint32_t sessionId, const uint32_t channelId, const uint16_t co… in ServerCommand()
872 bool HdcServer::RedirectToTask(HTaskInfo hTaskInfo, HSession hSession, const uint32_t channelId, in RedirectToTask()