Home
last modified time | relevance | path

Searched defs:bufLen (Results 1 – 15 of 15) 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()
Dhdc_ssl.cpp91 int HdcSSLBase::DoSSLWrite(const int bufLen, uint8_t *bufPtr) in DoSSLWrite()
106 int HdcSSLBase::Encrypt(const int bufLen, uint8_t *bufPtr) in Encrypt()
117 int HdcSSLBase::DoSSLRead(const int bufLen, int &index, uint8_t *bufPtr) in DoSSLRead()
217 int HdcSSLBase::GetPskEncrypt(unsigned char *bufPtr, const int bufLen, const string &pubkey) in GetPskEncrypt()
229 int HdcSSLBase::Decrypt(const int nread, const int bufLen, uint8_t *bufPtr, int &index) in Decrypt()
Dhdc_ssl.h44 inline static int GetSSLBufLen(const int bufLen) in GetSSLBufLen()
Dtcp.cpp58 int bufLen = BUF_SIZE_DEFAULT; in AllocStreamUDP() local
Dsession.cpp862 int HdcSessionBase::SendByProtocol(HSession hSession, uint8_t *bufPtr, const int bufLen, bool echo) in SendByProtocol()
1001 int HdcSessionBase::OnRead(HSession hSession, uint8_t *bufPtr, const int bufLen) in OnRead()
Dbase.cpp933 int SendToStream(uv_stream_t *handleStream, const uint8_t *buf, const int bufLen) in SendToStream()
960 …int SendToStreamEx(uv_stream_t *handleStream, const uint8_t *buf, const int bufLen, uv_stream_t *h… in SendToStreamEx()
999 int SendToPollFd(int fd, const uint8_t *buf, const int bufLen) in SendToPollFd()
1289 int ReadBinFile(const char *pathName, void **buf, const size_t bufLen) in ReadBinFile()
1357 int WriteBinFile(const char *pathName, const uint8_t *buf, const size_t bufLen, bool newFile) in WriteBinFile()
/developtools/hdc/test/unittest/register/
Dregister_test.cpp316 int bufLen = sizeof(testBuffer); variable
328 const int bufLen = 10; variable
/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/ace_ets2bundle/koala-wrapper/koalaui/interop/src/cpp/ohos/
Doh_sk_log.cc27 #define APPLY_LOG_FILE_PATTERN(buf, bufLen, t, ms, pid) \ argument
/developtools/hdc/test/unittest/common/
Dtransfer_ut.cpp171 int bufLen = MAX_SIZE_IOBUF_STABLE * mockHdcdTransfer->maxTransferBufFactor; variable
/developtools/hdc/src/register/
Dhdc_jdwp.cpp52 bool HdcJdwpSimulator::SendBuf(const uint8_t *buf, const int bufLen) in SendBuf()
/developtools/hdc/src/test/jdwp/
DHdcJdwpSimulator.cpp40 const int bufLen, const void *finishCallback) in SendToStream()
/developtools/profiler/hidebug/interfaces/js/kits/napi/util/
Dnapi_util.cpp116 size_t bufLen = 0; in GetNapiStringValue() local
/developtools/hdc/sudo/src/
Dmain.cpp222 static void GetUserPwd(char *pwdBuf, int bufLen) in GetUserPwd()
/developtools/profiler/hidebug/interfaces/js/kits/napi/
Dnapi_hidebug.cpp107 size_t bufLen = 0; in GetDumpParam() local