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 | 904 int SendToStream(uv_stream_t *handleStream, const uint8_t *buf, const int bufLen) in SendToStream() 926 …int SendToStreamEx(uv_stream_t *handleStream, const uint8_t *buf, const int bufLen, uv_stream_t *h… in SendToStreamEx() 965 int SendToPollFd(int fd, const uint8_t *buf, const int bufLen) in SendToPollFd() 1255 int ReadBinFile(const char *pathName, void **buf, const size_t bufLen) in ReadBinFile() 1323 int WriteBinFile(const char *pathName, const uint8_t *buf, const size_t bufLen, bool newFile) in WriteBinFile()
|
| D | session.cpp | 803 int HdcSessionBase::SendByProtocol(HSession hSession, uint8_t *bufPtr, const int bufLen, bool echo) in SendByProtocol() 936 int HdcSessionBase::OnRead(HSession hSession, uint8_t *bufPtr, const int bufLen) in OnRead()
|
| /developtools/hiperf/src/ |
| D | spe_decoder.cpp | 254 static int SpePktOutString(int *err, char **bufPtr, size_t *bufLen, in SpePktOutString() 301 char *buf, size_t bufLen) in SpePktDescEvent() 355 char *buf, size_t bufLen) in SpePktDescOpType() 451 char *buf, size_t bufLen) in SpePktDescAddr() 497 char *buf, size_t bufLen) in SpePktDesCont() 525 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/profiler/hidebug/interfaces/js/kits/napi/util/ |
| D | napi_util.cpp | 85 size_t bufLen = 0; in GetNapiStringValue() local
|
| /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 | 146 size_t bufLen = 0; in GetDumpParam() local 743 static bool CheckFilenameParamLength(napi_env env, napi_value *argv, size_t &bufLen) in CheckFilenameParamLength() 758 static bool CheckResourceType(napi_env env, napi_value *argv, size_t &bufLen, std::string &type) in CheckResourceType() 805 size_t bufLen = 0; in GetAppResourceLimitParam() local
|
| /developtools/hdc/sudo/src/ |
| D | main.cpp | 208 static void GetUserPwd(char *pwdBuf, int bufLen) in GetUserPwd()
|