Searched defs:bufPtr (Results 1 – 13 of 13) sorted by relevance
| /developtools/hdc_standard/src/common/ |
| D | task.cpp | 53 bool HdcTaskBase::SendToAnother(const uint16_t command, uint8_t *bufPtr, const int size) in SendToAnother() 72 bool HdcTaskBase::ServerCommand(const uint16_t command, uint8_t *bufPtr, const int size) in ServerCommand() 79 int HdcTaskBase::ThreadCtrlCommunicate(const uint8_t *bufPtr, const int size) in ThreadCtrlCommunicate()
|
| D | channel.h | 42 virtual int ReadChannel(HChannel hChannel, uint8_t *bufPtr, const int bytesIO) in ReadChannel()
|
| D | channel.cpp | 261 void HdcChannelBase::SendChannel(HChannel hChannel, uint8_t *bufPtr, const int size) in SendChannel() 288 void HdcChannelBase::Send(const uint32_t channelId, uint8_t *bufPtr, const int size) in Send() 472 void HdcChannelBase::EchoToClient(HChannel hChannel, uint8_t *bufPtr, const int size) in EchoToClient()
|
| D | forward.cpp | 208 bool HdcForwardBase::SendToTask(const uint32_t cid, const uint16_t command, uint8_t *bufPtr, const … in SendToTask() 683 int HdcForwardBase::SendForwardBuf(HCtxForward ctx, uint8_t *bufPtr, const int size) in SendForwardBuf()
|
| D | session.h | 111 uint8_t *bufPtr, const int size) in ServerCommand()
|
| D | session.cpp | 729 int HdcSessionBase::SendByProtocol(HSession hSession, uint8_t *bufPtr, const int bufLen, bool echo ) in SendByProtocol() 868 int HdcSessionBase::OnRead(HSession hSession, uint8_t *bufPtr, const int bufLen) in OnRead()
|
| /developtools/hdc_standard/test/unittest/common/include/ |
| D | HdcJdwpTest.h | 37 uint8_t *bufPtr, const int size) in ServerCommand()
|
| /developtools/hdc_standard/src/host/ |
| D | server_for_client.cpp | 128 …rClient::SendToDaemon(HChannel hChannel, const uint16_t commandFlag, uint8_t *bufPtr, const int bu… in SendToDaemon() 539 int HdcServerForClient::BindChannelToSession(HChannel hChannel, uint8_t *bufPtr, const int bytesIO) in BindChannelToSession() 591 int HdcServerForClient::ChannelHandShake(HChannel hChannel, uint8_t *bufPtr, const int bytesIO) in ChannelHandShake() 624 int HdcServerForClient::ReadChannel(HChannel hChannel, uint8_t *bufPtr, const int bytesIO) in ReadChannel()
|
| D | server.cpp | 860 uint8_t *bufPtr, const int size) in ServerCommand()
|
| /developtools/hdc_standard/src/test/ |
| D | ut_mod.cpp | 24 uint8_t *bufPtr = nullptr; in TestBaseCommand() local 72 uint8_t *bufPtr = nullptr; in TestShellExecute() local
|
| /developtools/hdc_standard/src/daemon/ |
| D | daemon.cpp | 356 uint8_t *bufPtr, const int size) in ServerCommand()
|
| D | daemon_usb.cpp | 435 uint8_t *bufPtr = ctxIo->buf; in OnUSBRead() local
|
| /developtools/hdc_standard/test/unittest/common/ |
| D | uart_test.cpp | 531 uint8_t *bufPtr = reinterpret_cast<uint8_t *>(&testHead); variable
|