Home
last modified time | relevance | path

Searched defs:bufLen (Results 1 – 10 of 10) sorted by relevance

/developtools/hdc/src/common/
Ddebug.cpp20 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()
Dtcp.cpp56 int bufLen = BUF_SIZE_DEFAULT; in AllocStreamUDP() local
Dbase.cpp904 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()
Dsession.cpp803 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/
Dspe_decoder.cpp254 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/
Dhdc_jdwp.cpp52 bool HdcJdwpSimulator::SendBuf(const uint8_t *buf, const int bufLen) in SendBuf()
/developtools/profiler/hidebug/interfaces/js/kits/napi/util/
Dnapi_util.cpp85 size_t bufLen = 0; in GetNapiStringValue() local
/developtools/hdc/src/test/jdwp/
DHdcJdwpSimulator.cpp40 const int bufLen, const void *finishCallback) in SendToStream()
/developtools/profiler/hidebug/interfaces/js/kits/napi/
Dnapi_hidebug.cpp146 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/
Dmain.cpp208 static void GetUserPwd(char *pwdBuf, int bufLen) in GetUserPwd()