Home
last modified time | relevance | path

Searched defs:commandFlag (Results 1 – 6 of 6) sorted by relevance

/developtools/smartperf_host/ide/src/hdc/message/
DPayloadProtect.ts45 get commandFlag(): number { method in PayloadProtect
49 set commandFlag(value: number) { method in PayloadProtect
/developtools/profiler/host/smartperf/ide/src/hdc/message/
DPayloadProtect.ts45 get commandFlag(): number { method in PayloadProtect
49 set commandFlag(value: number) { method in PayloadProtect
/developtools/hdc/src/common/
Dchannel.cpp264 void HdcChannelBase::SendChannelWithCmd(HChannel hChannel, const uint16_t commandFlag, uint8_t *buf… in SendChannelWithCmd()
286 void HdcChannelBase::SendWithCmd(const uint32_t channelId, const uint16_t commandFlag, uint8_t *buf… in SendWithCmd()
Dsession.h55 uint32_t commandFlag; member
Dsession.cpp798 …dcSessionBase::Send(const uint32_t sessionId, const uint32_t channelId, const uint16_t commandFlag, in Send()
/developtools/hdc/src/host/
Dserver_for_client.cpp192 void HdcServerForClient::SendCommandToClient(const HChannel hChannel, const uint16_t commandFlag, in SendCommandToClient()
198 bool HdcServerForClient::SendToDaemon(HChannel hChannel, const uint16_t commandFlag, uint8_t *bufPt… in SendToDaemon()