Searched refs:ServerCommand (Results 1 – 12 of 12) sorted by relevance
/developtools/hdc/src/common/ |
D | task.cpp | 100 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()
|
D | task.h | 41 …bool ServerCommand(const uint16_t command, uint8_t *bufPtr, const int size); // D / s command is …
|
D | session.h | 113 …virtual bool ServerCommand(const uint32_t sessionId, const uint32_t channelId, const uint16_t comm… in ServerCommand() function
|
D | forward.cpp | 778 …ServerCommand(CMD_FORWARD_SUCCESS, reinterpret_cast<uint8_t *>(const_cast<char *>(mapInfo.c_str())… in CommandForwardCheckResult()
|
D | session.cpp | 1285 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/host/ |
D | server.h | 52 …bool ServerCommand(const uint32_t sessionId, const uint32_t channelId, const uint16_t command, uin…
|
D | host_unity.cpp | 154 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 | 924 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/ |
D | daemon.h | 52 …bool ServerCommand(const uint32_t sessionId, const uint32_t channelId, const uint16_t command, uin…
|
D | daemon.cpp | 804 bool HdcDaemon::ServerCommand(const uint32_t sessionId, const uint32_t channelId, const uint16_t co… in InitMod() function in Hdc::HdcDaemon
|