Home
last modified time | relevance | path

Searched refs:ServerCommand (Results 1 – 12 of 12) sorted by relevance

/developtools/hdc/src/common/
Dtask.cpp100 bool HdcTaskBase::ServerCommand(const uint16_t command, uint8_t *bufPtr, const int size) in ServerCommand() function in Hdc::HdcTaskBase
103 return hSession->ServerCommand(taskInfo->sessionId, taskInfo->channelId, command, bufPtr, size); in ServerCommand()
Dtask.h41 …bool ServerCommand(const uint16_t command, uint8_t *bufPtr, const int size); // D / s command is …
Dsession.h113 …virtual bool ServerCommand(const uint32_t sessionId, const uint32_t channelId, const uint16_t comm… in ServerCommand() function
Dforward.cpp778ServerCommand(CMD_FORWARD_SUCCESS, reinterpret_cast<uint8_t *>(const_cast<char *>(mapInfo.c_str())… in CommandForwardCheckResult()
Dsession.cpp1285 ServerCommand(sessionId, channelId, CMD_KERNEL_ECHO, buf.data(), buf.size()); in LogMsg()
/developtools/hdc/test/unittest/common/include/
DHdcJdwpTest.h36 bool ServerCommand(const uint32_t sessionId, const uint32_t channelId, const uint16_t command, in ServerCommand() function
/developtools/hdc/src/host/
Dserver.h52 …bool ServerCommand(const uint32_t sessionId, const uint32_t channelId, const uint16_t command, uin…
Dhost_unity.cpp154 ServerCommand(CMD_KERNEL_ECHO_RAW, payload, payloadSize); in CommandDispatch()
Dhost_updater.cpp324 sessionBase->ServerCommand(taskInfo->sessionId, taskInfo->channelId, CMD_KERNEL_ECHO_RAW, in SendRawData()
Dserver.cpp924 bool HdcServer::ServerCommand(const uint32_t sessionId, const uint32_t channelId, const uint16_t co… in ServerCommand() function in Hdc::HdcServer
/developtools/hdc/src/daemon/
Ddaemon.h52 …bool ServerCommand(const uint32_t sessionId, const uint32_t channelId, const uint16_t command, uin…
Ddaemon.cpp804 bool HdcDaemon::ServerCommand(const uint32_t sessionId, const uint32_t channelId, const uint16_t co… in InitMod() function in Hdc::HdcDaemon