Searched defs:commandFlag (Results 1 – 5 of 5) sorted by relevance
/developtools/profiler/host/smartperf/ide/src/hdc/message/ |
D | PayloadProtect.ts | 44 get commandFlag(): number { method in PayloadProtect 48 set commandFlag(value: number) { method in PayloadProtect
|
/developtools/hdc/src/common/ |
D | channel.cpp | 263 void HdcChannelBase::SendChannelWithCmd(HChannel hChannel, const uint16_t commandFlag, uint8_t *buf… in SendChannelWithCmd() 284 void HdcChannelBase::SendWithCmd(const uint32_t channelId, const uint16_t commandFlag, uint8_t *buf… in SendWithCmd()
|
D | session.h | 55 uint32_t commandFlag; member
|
D | session.cpp | 796 …dcSessionBase::Send(const uint32_t sessionId, const uint32_t channelId, const uint16_t commandFlag, in Send()
|
/developtools/hdc/src/host/ |
D | server_for_client.cpp | 148 void HdcServerForClient::SendCommandToClient(const HChannel hChannel, const uint16_t commandFlag, in SendCommandToClient() 154 bool HdcServerForClient::SendToDaemon(HChannel hChannel, const uint16_t commandFlag, uint8_t *bufPt… in SendToDaemon()
|