Searched refs:buffer_size (Results 1 - 4 of 4) sorted by relevance
/test/xts/acts/arkui/ace_napi_test/entry/src/main/cpp/napi/ |
H A D | test_string.cpp | 37 size_t buffer_size = 128; in TestLatin1() local 41 napi_get_value_string_latin1(env, args[0], buffer, buffer_size, &copied)); in TestLatin1()
|
/test/testfwk/xdevice/src/xdevice/_core/report/ |
H A D | encrypt.py | 164 def get_file_summary(src_file, algorithm="sha256", buffer_size=100 * 1024): 172 _data = _src_file.read(buffer_size)
|
/test/xts/acts/security_lite/huks/liteos_m_adapter/ |
H A D | hks_mac_test.c | 67 static void printBuffer(uint8_t* buffer, uint32_t buffer_size) in printBuffer() argument 70 uint32_t print_count = buffer_size / SINGLE_PRINT_LENGTH; in printBuffer() 74 BufferToAscii(buffer + index, (i == print_count) ? buffer_size % SINGLE_PRINT_LENGTH : SINGLE_PRINT_LENGTH, in printBuffer()
|
/test/xts/acts/multimedia/av_codec/vcodec/swdecoder/src/ |
H A D | videodec_ndk_sample.cpp | 612 int32_t buffer_size = OH_AVMemory_GetSize(buffer); in InputFunc_FUZZ() local 615 if (memcpy_s(buffer_addr, buffer_size, data, size) != EOK) { in InputFunc_FUZZ() 621 attr.size = buffer_size; in InputFunc_FUZZ()
|
Completed in 3 milliseconds