Searched defs:commandFlag (Results 1 – 7 of 7) sorted by relevance
| /developtools/smartperf_host/smartperf_host/ide/src/hdc/message/ |
| D | PayloadProtect.ts | 45 get commandFlag(): number { method in PayloadProtect 49 set commandFlag(value: number) { method in PayloadProtect
|
| /developtools/hdc/src/common/ |
| D | channel.cpp | 302 void HdcChannelBase::SendChannelWithCmd(HChannel hChannel, const uint16_t commandFlag, uint8_t *buf… in SendChannelWithCmd() 331 void HdcChannelBase::SendWithCmd(const uint32_t channelId, const uint16_t commandFlag, uint8_t *buf… in SendWithCmd() 349 …elBase::SendChannel(HChannel hChannel, uint8_t *bufPtr, const int size, const uint16_t commandFlag) in SendChannel()
|
| D | session.h | 58 uint32_t commandFlag; member
|
| D | session.cpp | 906 …dcSessionBase::Send(const uint32_t sessionId, const uint32_t channelId, const uint16_t commandFlag, in Send()
|
| D | define_plus.h | 404 uint16_t commandFlag = 0; member
|
| /developtools/hdc/hdc_rust/src/cffi/ |
| D | serial_struct.h | 51 uint32_t commandFlag; member 102 uint32_t commandFlag; member
|
| /developtools/hdc/src/host/ |
| D | server_for_client.cpp | 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()
|