Home
last modified time | relevance | path

Searched defs:payload (Results 1 – 15 of 15) sorted by relevance

/developtools/hdc_standard/src/common/
Dtask.h25 virtual bool CommandDispatch(const uint16_t command, uint8_t *payload, const int payloadSize) in CommandDispatch()
Dfile.cpp139 bool HdcFile::SlaveCheck(uint8_t *payload, const int payloadSize) in SlaveCheck()
174 bool HdcFile::CommandDispatch(const uint16_t command, uint8_t *payload, const int payloadSize) in CommandDispatch()
Dsession.h70 const uint16_t command, uint8_t *payload, const int payloadSize) in RedirectToTask()
105 …FetchCommand(HSession hSession, const uint32_t channelId, const uint16_t command, uint8_t *payload, in FetchCommand()
145 …askCommandDispatch(HTaskInfo hTaskInfo, uint8_t taskType, const uint16_t command, uint8_t *payload, in TaskCommandDispatch()
Dforward.cpp720 bool HdcForwardBase::CommandForwardCheckResult(HCtxForward ctx, uint8_t *payload) in CommandForwardCheckResult()
737 bool HdcForwardBase::ForwardCommandDispatch(const uint16_t command, uint8_t *payload, const int pay… in ForwardCommandDispatch()
787 bool HdcForwardBase::CommandDispatch(const uint16_t command, uint8_t *payload, const int payloadSiz… in CommandDispatch()
Dtransfer.cpp406 bool HdcTransferBase::CommandDispatch(const uint16_t command, uint8_t *payload, const int payloadSi… in CommandDispatch()
Duart.cpp863 uint8_t *payload = sendDataBuf + sizeof(UartHead); in SendUARTData() local
Dsession.cpp1275 uint8_t *payload, int payloadSize) in DispatchTaskData()
/developtools/hdc_standard/src/daemon/
Ddaemon.cpp139 const uint16_t command, uint8_t *payload, const int payloadSize) in RedirectToTask()
235 …DaemonSessionHandshake(HSession hSession, const uint32_t channelId, uint8_t *payload, int payloadS… in DaemonSessionHandshake()
291 …FetchCommand(HSession hSession, const uint32_t channelId, const uint16_t command, uint8_t *payload, in FetchCommand()
Ddaemon_app.cpp43 bool HdcDaemonApp::CommandDispatch(const uint16_t command, uint8_t *payload, const int payloadSize) in CommandDispatch()
Dshell.cpp93 bool HdcShell::CommandDispatch(const uint16_t command, uint8_t *payload, const int payloadSize) in CommandDispatch()
Ddaemon_unity.cpp241 bool HdcDaemonUnity::CommandDispatch(const uint16_t command, uint8_t *payload, const int payloadSiz… in CommandDispatch()
/developtools/hdc_standard/src/host/
Dhost_unity.cpp127 bool HdcHostUnity::CommandDispatch(const uint16_t command, uint8_t *payload, const int payloadSize) in CommandDispatch()
Dhost_app.cpp145 bool HdcHostApp::CommandDispatch(const uint16_t command, uint8_t *payload, const int payloadSize) in CommandDispatch()
Dserver.cpp452 bool HdcServer::ServerSessionHandshake(HSession hSession, uint8_t *payload, int payloadSize) in ServerSessionHandshake()
493 …FetchCommand(HSession hSession, const uint32_t channelId, const uint16_t command, uint8_t *payload, in FetchCommand()
873 const uint16_t command, uint8_t *payload, const int payloadSize) in RedirectToTask()
Dserver_for_client.cpp123 void HdcServerForClient::EchoClientRaw(const HChannel hChannel, uint8_t *payload, const int payload… in EchoClientRaw()
440 …uint8_t *payload = reinterpret_cast<uint8_t *>(const_cast<char *>(formatCommand->parameters.c_str(… in TaskCommand() local