Home
last modified time | relevance | path

Searched defs:buf (Results 1 – 25 of 89) sorted by relevance

1234

/test/xts/acts/kernel_lite/fs_posix/src/
DFsStatTest.cpp65 struct stat buf; variable
100 struct stat buf; variable
135 struct stat buf; variable
239 struct stat buf; variable
DFileSystemTest.cpp69 char buf[lenMax]; in CheckFsMount() local
/test/xts/device_attest_lite/services/core/network/
Dattest_coap.c25 static int32_t CoapCreateHead(CoapPacket* pkt, uint8_t code, uint32_t transType, CoapRWBuffer* buf) in CoapCreateHead()
66 static int32_t CoapAddToken(CoapPacket* pkt, const CoapBuffer* token, CoapRWBuffer* buf) in CoapAddToken()
141 …nt32_t CoapEncodeExtensionMsg(uint8_t param, size_t contentLen, uint32_t *index, CoapRWBuffer *buf) in CoapEncodeExtensionMsg()
193 static int32_t CheckOptionParameter(CoapPacket* pkt, const CoapOption* opt, CoapRWBuffer* buf) in CheckOptionParameter()
230 static int32_t CoapAddOption(CoapPacket* pkt, const CoapOption* opt, CoapRWBuffer* buf) in CoapAddOption()
278 static int32_t CoapAddOptions(CoapPacket* pkt, const CoapPacketParam* param, CoapRWBuffer *buf) in CoapAddOptions()
297 static int32_t CoapAddData(CoapPacket* pkt, const CoapBuffer* payload, CoapRWBuffer* buf) in CoapAddData()
337 static int32_t CoapCopyMessage(CoapPacket* pkt, CoapRWBuffer *buf, CoapRWBuffer *outBuf) in CoapCopyMessage()
387 CoapRWBuffer buf; in CoapEncode() local
525 static int32_t CoapParseOption(CoapOption* option, uint16_t* runningDelta, const uint8_t** buf, siz… in CoapParseOption()
[all …]
Dattest_channel.c253 int32_t TLSWrite(const TLSSession* session, const uint8_t* buf, size_t len) in TLSWrite()
274 int32_t TLSRead(const TLSSession* session, uint8_t* buf, size_t len) in TLSRead()
/test/xts/acts/multimedia/media/media_js_standard/avPlayer/entry/src/main/ets/test/
DAVPlayerDataSrcNoSeekReliabilityTest.test.js105 function readErr(buf, length) { argument
109 function readAt(buf, length, pos) { argument
154 readErr = (buf, length) => { argument
180 readErr = (buf, length) => { argument
207 readErr = (buf, length) => { argument
233 readErr = (buf, length) => { argument
259 readErr = (buf, length) => { argument
/test/xts/dcts/common/
Dshm_utils.cpp76 int readDataFromShm(char* buf) in readDataFromShm()
97 int readDataFromShmNoClear(char* buf) in readDataFromShmNoClear()
150 int writeCodeDataToShm(int code, char* buf) in writeCodeDataToShm()
190 int writeDataToShm(char* buf) in writeDataToShm()
/test/xts/acts/security_lite/huks/common/
Dhks_test_file_operator.c99 static uint32_t FileRead(const char *fileName, uint32_t offset, uint8_t *buf, uint32_t len) in FileRead()
146 static int32_t FileWrite(const char *fileName, uint32_t offset, const uint8_t *buf, uint32_t len) in FileWrite()
187 static uint32_t FileRead(const char *fileName, uint32_t offset, uint8_t *buf, uint32_t len) in FileRead()
222 static int32_t FileWrite(const char *fileName, uint32_t offset, const uint8_t *buf, uint32_t len) in FileWrite()
273 uint32_t HksTestFileRead(const char *path, const char *fileName, uint32_t offset, uint8_t *buf, uin… in HksTestFileRead()
290 …FileWrite(const char *path, const char *fileName, uint32_t offset, const uint8_t *buf, uint32_t le… in HksTestFileWrite()
Dhks_test_log.c29 char buf[MAX_LOG_BUFF_LEN] = { 0 }; in HksTestLog() local
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
Dglobndk.cpp30 glob_t buf; in Glob() local
44 glob_t buf; in Globfree() local
Dunistdndk1.cpp49 char buf[PATH_MAX]; in GetcwdChk_One() local
68 char buf[5]; in GetcwdChk_Three() local
78 char buf[BUF_SIZE]; in PreadChk_One() local
95 char buf[BUF_SIZE]; in PreadChk_Two() local
106 char buf[BUF_SIZE]; in ReadChk_One() local
122 char buf[BUF_SIZE]; in ReadChk_Two() local
151 char buf[BUF_SIZE]; in PRead64_One() local
166 char buf[BUF_SIZE]; in PRead64_Two() local
Dpwdndk.cpp63 char buf[MAX_NAMBER] = {0}; in Setpwent() local
108 char buf[TEST_BUFFER_SIZE] = {PARAM_0}; in GetpwnamR() local
124 char buf[TEST_BUFFER_SIZE]; in GetpwuidR() local
Dutsnamendk.cpp22 struct utsname buf; in Uname() local
Dstdioextndk1.cpp35 char buf[1024]; in FBufSize_One() local
82 char buf[BUFSIZ]; in Flbf_One() local
105 char buf[BUFSIZ]; in Flbf_Two() local
128 char buf[BUFSIZ]; in Flbf_Three() local
196 char buf[100]; in Fpurge_One() local
413 char buf[BUFSIZ] = {0}; in Flushlbf() local
Dglob1ndk.cpp30 glob_t buf; in Glob() local
Dresolvndk.cpp63 unsigned char buf[SIZE_1024] = {PARAM_0}; in ResMkquery() local
92 unsigned char buf[PARAM_1] = {PARAM_0}; in ResQuery() local
116 unsigned char buf[PARAM_1] = {PARAM_0}; in ResQuerydomain() local
134 unsigned char buf[BUFSIZ] = {0}; in ResSend() local
Drandomndk.cpp31 void *buf = malloc(BUFFSIZE); in Getrandom() local
Dsemaphorendk1.cpp32 char buf[100]; in SemUnlink() local
Dgrpndk.cpp43 char buf[512]; in GetGrNamR() local
88 char buf[MAX_NAMBER] = {PARAM_0}; in Setgrent() local
132 char buf[512]; in Getgrgid_r() local
/test/xts/device_attest_lite/test/tdd/gtest/
Dattest_tdd_mock_net.c73 int32_t TLSWrite(const TLSSession* session, const uint8_t* buf, size_t len) in TLSWrite()
81 int32_t TLSRead(const TLSSession* session, uint8_t* buf, size_t len) in TLSRead()
/test/xts/acts/kernel_lite/mem_posix/src/
DMremapApiTest.cpp238 char buf[PAGE_SIZE * 2] = {0}; variable
290 char buf[PAGE_SIZE * 2] = {0}; variable
342 char buf[PAGE_SIZE * 2] = {0}; variable
398 char buf[PAGE_SIZE * 2] = {0}; variable
DMemApiTest.cpp561 char *buf = nullptr; variable
618 char buf[1024]; variable
671 char buf[1024]; variable
703 char buf[1024]; variable
732 char buf[1024]; variable
/test/xts/acts/commonlibrary_lite/file_hal/src/
Dutils_file_reli_test.c262 char buf[LENGTH_OF_READ_BUF] = {0}; variable
303 char buf[LENGTH_OF_READ_BUF] = {0}; variable
340 char buf[LENGTH_OF_READ_BUF] = {0}; variable
378 char buf[LENGTH_OF_READ_BUF] = {0}; variable
/test/xts/acts/kernel_lite/io_posix/src/
DIoTestStdio.cpp72 static char buf[] = "HELLO WORLD"; variable
329 char *buf = nullptr; variable
420 char buf[100] = {0}; variable
437 char *buf = nullptr; variable
856 char buf[100] = {0}; variable
890 char buf[100] = {0}; variable
920 char buf[100] = {0}; variable
/test/xts/acts/kernel_lite/sys_posix/src/
DSysApiTest.cpp267 void TestRegcomp(int flag, const char *pattern, const char *buf, const char *resOk) in TestRegcomp()
335 const char* buf = "harmony20000925@abcdef.com"; variable
370 const char* buf = "harmony20000925@abcdef.com"; variable
423 char buf[8]; variable
/test/xts/device_attest/services/devattest_ability/test/tdd/gtest/src/
Dattest_tdd_data_transfer.c48 int32_t AttestSeriaToBinary(const char* input, uint8_t** buf, size_t len) in AttestSeriaToBinary()

1234