/test/xts/acts/kernel_lite/fs_posix/src/ |
D | FsStatTest.cpp | 65 struct stat buf; variable 100 struct stat buf; variable 135 struct stat buf; variable 239 struct stat buf; variable
|
D | FileSystemTest.cpp | 69 char buf[lenMax]; in CheckFsMount() local
|
/test/xts/device_attest_lite/services/core/network/ |
D | attest_coap.c | 25 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 …]
|
D | attest_channel.c | 253 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/ |
D | AVPlayerDataSrcNoSeekReliabilityTest.test.js | 105 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/ |
D | shm_utils.cpp | 76 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/ |
D | hks_test_file_operator.c | 99 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()
|
D | hks_test_log.c | 29 char buf[MAX_LOG_BUFF_LEN] = { 0 }; in HksTestLog() local
|
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
D | globndk.cpp | 30 glob_t buf; in Glob() local 44 glob_t buf; in Globfree() local
|
D | unistdndk1.cpp | 49 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
|
D | pwdndk.cpp | 63 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
|
D | utsnamendk.cpp | 22 struct utsname buf; in Uname() local
|
D | stdioextndk1.cpp | 35 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
|
D | glob1ndk.cpp | 30 glob_t buf; in Glob() local
|
D | resolvndk.cpp | 63 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
|
D | randomndk.cpp | 31 void *buf = malloc(BUFFSIZE); in Getrandom() local
|
D | semaphorendk1.cpp | 32 char buf[100]; in SemUnlink() local
|
D | grpndk.cpp | 43 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/ |
D | attest_tdd_mock_net.c | 73 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/ |
D | MremapApiTest.cpp | 238 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
|
D | MemApiTest.cpp | 561 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/ |
D | utils_file_reli_test.c | 262 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/ |
D | IoTestStdio.cpp | 72 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/ |
D | SysApiTest.cpp | 267 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/ |
D | attest_tdd_data_transfer.c | 48 int32_t AttestSeriaToBinary(const char* input, uint8_t** buf, size_t len) in AttestSeriaToBinary()
|