Searched defs:bufLen (Results 1 – 10 of 10) sorted by relevance
| /developtools/hdc/src/common/ |
| D | debug.cpp | 20 int WriteHexToDebugFile(const char *fileName, const uint8_t *buf, const int bufLen) in WriteHexToDebugFile() 48 int ReadHexFromDebugFile(const char *fileName, uint8_t *buf, const int bufLen) in ReadHexFromDebugFile() 92 int PrintfHexBuf(const uint8_t *buf, int bufLen) in PrintfHexBuf()
|
| D | tcp.cpp | 56 int bufLen = BUF_SIZE_DEFAULT; in AllocStreamUDP() local
|
| D | base.cpp | 632 int SendToStream(uv_stream_t *handleStream, const uint8_t *buf, const int bufLen) in SendToStream() 654 …int SendToStreamEx(uv_stream_t *handleStream, const uint8_t *buf, const int bufLen, uv_stream_t *h… in SendToStreamEx() 693 int SendToPollFd(int fd, const uint8_t *buf, const int bufLen) in SendToPollFd() 977 int ReadBinFile(const char *pathName, void **buf, const size_t bufLen) in ReadBinFile() 1045 int WriteBinFile(const char *pathName, const uint8_t *buf, const size_t bufLen, bool newFile) in WriteBinFile()
|
| D | session.cpp | 807 int HdcSessionBase::SendByProtocol(HSession hSession, uint8_t *bufPtr, const int bufLen, bool echo) in SendByProtocol() 934 int HdcSessionBase::OnRead(HSession hSession, uint8_t *bufPtr, const int bufLen) in OnRead()
|
| /developtools/hiperf/src/ |
| D | spe_decoder.cpp | 251 static int SpePktOutString(int *err, char **bufPtr, size_t *bufLen, in SpePktOutString() 295 char *buf, size_t bufLen) in SpePktDescEvent() 349 char *buf, size_t bufLen) in SpePktDescOpType() 445 char *buf, size_t bufLen) in SpePktDescAddr() 491 char *buf, size_t bufLen) in SpePktDesCont() 519 size_t bufLen) in SpePktDesc()
|
| /developtools/hdc/src/register/ |
| D | hdc_jdwp.cpp | 52 bool HdcJdwpSimulator::SendBuf(const uint8_t *buf, const int bufLen) in SendBuf()
|
| /developtools/hdc/src/test/jdwp/ |
| D | HdcJdwpSimulator.cpp | 40 const int bufLen, const void *finishCallback) in SendToStream()
|
| /developtools/profiler/hidebug/interfaces/js/kits/napi/ |
| D | napi_hidebug.cpp | 190 size_t bufLen = 0; in GetDumpParam() local 217 size_t bufLen = 0; in GetFileNameParam() local 249 size_t bufLen = 0; in GetTheOnlyStringParam() local 920 size_t bufLen = 0; in GetAppResourceLimitParam() local
|
| /developtools/hdc/sudo/src/ |
| D | main.cpp | 208 static void GetUserPwd(char *pwdBuf, int bufLen) in GetUserPwd()
|
| /developtools/profiler/device/plugins/arkts_plugin/src/ |
| D | arkts_plugin.cpp | 372 int32_t bufLen = recv(client_, recvBuf, CLIENT_WEBSOCKET_UPGRADE_RSP_LEN, 0); in ClientRecvWSUpgradeRsp() local
|