Searched refs:ServerCommand (Results 1 – 12 of 12) sorted by relevance
| /developtools/hdc/src/common/ |
| D | task.cpp | 99 bool HdcTaskBase::ServerCommand(const uint16_t command, uint8_t *bufPtr, const int size) in ServerCommand() function in Hdc::HdcTaskBase 102 return hSession->ServerCommand(taskInfo->sessionId, taskInfo->channelId, command, bufPtr, size); in ServerCommand()
|
| D | task.h | 41 …bool ServerCommand(const uint16_t command, uint8_t *bufPtr, const int size); // D / s command is …
|
| D | session.h | 112 …virtual bool ServerCommand(const uint32_t sessionId, const uint32_t channelId, const uint16_t comm… in ServerCommand() function
|
| D | forward.cpp | 730 …ServerCommand(CMD_FORWARD_SUCCESS, reinterpret_cast<uint8_t *>(const_cast<char *>(mapInfo.c_str())… in CommandForwardCheckResult()
|
| D | session.cpp | 1261 ServerCommand(sessionId, channelId, CMD_KERNEL_ECHO, buf.data(), buf.size()); in LogMsg()
|
| /developtools/hdc/test/unittest/common/include/ |
| D | HdcJdwpTest.h | 36 bool ServerCommand(const uint32_t sessionId, const uint32_t channelId, const uint16_t command, in ServerCommand() function
|
| /developtools/hdc/src/daemon/ |
| D | daemon.h | 35 …bool ServerCommand(const uint32_t sessionId, const uint32_t channelId, const uint16_t command, uin…
|
| D | daemon.cpp | 459 bool HdcDaemon::ServerCommand(const uint32_t sessionId, const uint32_t channelId, const uint16_t co… in ServerCommand() function in Hdc::HdcDaemon
|
| /developtools/hdc/src/host/ |
| D | server.h | 52 …bool ServerCommand(const uint32_t sessionId, const uint32_t channelId, const uint16_t command, uin…
|
| D | host_unity.cpp | 150 ServerCommand(CMD_KERNEL_ECHO_RAW, payload, payloadSize); in CommandDispatch()
|
| D | host_updater.cpp | 324 sessionBase->ServerCommand(taskInfo->sessionId, taskInfo->channelId, CMD_KERNEL_ECHO_RAW, in SendRawData()
|
| D | server.cpp | 919 bool HdcServer::ServerCommand(const uint32_t sessionId, const uint32_t channelId, const uint16_t co… in ServerCommand() function in Hdc::HdcServer
|