/test/xts/device_attest_lite/services/core/utils/ |
H A D | attest_utils_file.c | 60 uint32_t bufferSize = fileSize + 1; in ReadFileBuffer() local
|
/kernel/uniproton/src/core/ipc/queue/ |
H A D | prt_queue.c | 200 OS_SEC_L4_TEXT U32 OsQueueWriteParaCheck(U32 innerId, uintptr_t bufferAddr, U32 bufferSize, U32 prio) in OsQueueWriteParaCheck() argument 221 OS_SEC_ALW_INLINE INLINE void OsQueueCpData2Node(U32 prio, uintptr_t bufferAddr, U32 bufferSize, in OsQueueCpData2Node() argument 263 OS_SEC_L4_TEXT U32 PRT_QueueWrite(U32 queueId, void *bufferAddr, U32 bufferSize, U32 timeOut, U32 prio) in PRT_QueueWrite() argument
|
/test/ostest/wukong/shell_command/src/ |
H A D | wukong_main.cpp | 93 const int bufferSize = 32; in IsRunning() local
|
/test/xts/device_attest/services/core/utils/ |
H A D | attest_utils_file.c | 278 uint32_t bufferSize = fileSize + 1; in ReadFileBuffer() local
|
/test/xts/acts/ai/nnrtndk/entry/src/main/cpp/common/ |
H A D | napi_helper.cpp | 23 size_t bufferSize = 0;
in GetString() local
|
/test/xts/acts/arkui/ace_ets_web_napis/entry/src/main/cpp/ |
H A D | hello.cpp | 102 size_t bufferSize = 0; in RunJavaScript() local
|
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/common/ |
H A D | napi_helper.cpp | 23 size_t bufferSize = 0;
in GetString() local
|
/test/xts/acts/commonlibrary/thirdparty/musl32/entry/src/main/cpp/common/ |
H A D | napi_helper.cpp | 23 size_t bufferSize = 0;
in GetString() local
|
/test/xts/acts/distributeddatamgr/relationalStoretest/rdbnapitest/entry/src/main/cpp/napi/ |
H A D | rdb_store_encrypt_test.cpp | 99 size_t bufferSize = 0;
in RdbFilePath() local
|
H A D | rdb_store_backup_test.cpp | 61 size_t bufferSize = 0;
in RdbFilePath() local
|
H A D | rdb_store_level_test.cpp | 148 size_t bufferSize = 0;
in RdbFilePath() local
|
/test/xts/acts/graphic/nativedrawing/entry/src/main/cpp/common/ |
H A D | napi_helper.cpp | 23 size_t bufferSize = 0;
in GetString() local
|
/test/xts/acts/graphic/graphicEGL/entry/src/main/cpp/ |
H A D | napi_helper.cpp | 23 size_t bufferSize = 0; in GetString() local
|
/test/xts/acts/graphic/nativeimage/entry/src/main/cpp/common/ |
H A D | napi_helper.cpp | 23 size_t bufferSize = 0;
in GetString() local
|
/test/xts/acts/distributed_schedule_lite/distributed_schedule_posix/src/utils/ |
H A D | dms_packet.cpp | 47 bool DmsPacket::BuildDmsPacket(const DmsMsgInfo& dmsMsgInfo, uint16_t& bufferSize)
in BuildDmsPacket() argument
|
/test/xts/acts/startup/startup_standard/init_ndkTest/entry/src/main/cpp/ |
H A D | napi_helper.cpp | 23 size_t bufferSize = 0;
in GetString() local
|
/test/xts/hats/hdf/display/composer/common/ |
H A D | display_test_utils.h | 62 Size bufferSize = { 0 }; member
|
/test/xts/hats/kernel/syscalls/fileio/lsetxattr/ |
H A D | LsetxattrApiTest.cpp | 62 int GetExtendedAttribute(const char* linkPath, const char* attrName, char* buffer, size_t bufferSize) in GetExtendedAttribute() argument
|
/kernel/liteos_a/kernel/base/ipc/ |
H A D | los_queue.c | 215 STATIC VOID OsQueueBufferOperate(LosQueueCB *queueCB, UINT32 operateType, VOID *bufferAddr, UINT32 *bufferSize) in OsQueueBufferOperate() argument 166 OsQueueReadParameterCheck(UINT32 queueID, const VOID *bufferAddr, const UINT32 *bufferSize, UINT32 timeout) OsQueueReadParameterCheck() argument 190 OsQueueWriteParameterCheck(UINT32 queueID, const VOID *bufferAddr, const UINT32 *bufferSize, UINT32 timeout) OsQueueWriteParameterCheck() argument 268 OsQueueOperateParamCheck(const LosQueueCB *queueCB, UINT32 queueID, UINT32 operateType, const UINT32 *bufferSize) OsQueueOperateParamCheck() argument 281 OsQueueOperate(UINT32 queueID, UINT32 operateType, VOID *bufferAddr, UINT32 *bufferSize, UINT32 timeout) OsQueueOperate() argument 286 OsHookCall(LOS_HOOK_TYPE_QUEUE_READ, (LosQueueCB *)GET_QUEUE_HANDLE(queueID), operateType, *bufferSize, timeout); OsQueueOperate() local 336 LOS_QueueReadCopy(UINT32 queueID, VOID *bufferAddr, UINT32 *bufferSize, UINT32 timeout) LOS_QueueReadCopy() argument 353 LOS_QueueWriteHeadCopy(UINT32 queueID, VOID *bufferAddr, UINT32 bufferSize, UINT32 timeout) LOS_QueueWriteHeadCopy() argument 370 LOS_QueueWriteCopy(UINT32 queueID, VOID *bufferAddr, UINT32 bufferSize, UINT32 timeout) LOS_QueueWriteCopy() argument 387 LOS_QueueRead(UINT32 queueID, VOID *bufferAddr, UINT32 bufferSize, UINT32 timeout) LOS_QueueRead() argument 392 LOS_QueueWrite(UINT32 queueID, VOID *bufferAddr, UINT32 bufferSize, UINT32 timeout) LOS_QueueWrite() argument 401 LOS_QueueWriteHead(UINT32 queueID, VOID *bufferAddr, UINT32 bufferSize, UINT32 timeout) LOS_QueueWriteHead() argument [all...] |
/kernel/liteos_m/components/trace/cnv/ |
H A D | trace_cnv.c | 98 LOS_TraceQueueRW(const LosQueueCB *queueCB, UINT32 operateType, UINT32 bufferSize, UINT32 timeout) LOS_TraceQueueRW() argument
|
/kernel/liteos_m/kernel/src/ |
H A D | los_queue.c | 258 OsQueueReadParameterCheck(UINT32 queueID, VOID *bufferAddr, UINT32 *bufferSize, UINT32 timeOut) OsQueueReadParameterCheck() argument 280 OsQueueWriteParameterCheck(UINT32 queueID, VOID *bufferAddr, UINT32 *bufferSize, UINT32 timeOut) OsQueueWriteParameterCheck() argument 303 OsQueueBufferOperate(LosQueueCB *queueCB, UINT32 operateType, VOID *bufferAddr, UINT32 *bufferSize) OsQueueBufferOperate() argument 363 OsQueueOperateParamCheck(const LosQueueCB *queueCB, UINT32 operateType, const UINT32 *bufferSize) OsQueueOperateParamCheck() argument 380 OsQueueOperate(UINT32 queueID, UINT32 operateType, VOID *bufferAddr, UINT32 *bufferSize, UINT32 timeOut) OsQueueOperate() argument 439 LOS_QueueReadCopy(UINT32 queueID, VOID *bufferAddr, UINT32 *bufferSize, UINT32 timeOut) LOS_QueueReadCopy() argument 455 operateType, *bufferSize, timeOut); LOS_QueueReadCopy() local 460 LOS_QueueWriteHeadCopy(UINT32 queueID, VOID *bufferAddr, UINT32 bufferSize, UINT32 timeOut) LOS_QueueWriteHeadCopy() argument 477 LOS_QueueWriteCopy(UINT32 queueID, VOID *bufferAddr, UINT32 bufferSize, UINT32 timeOut) LOS_QueueWriteCopy() argument 493 operateType, bufferSize, timeOut); LOS_QueueWriteCopy() local 498 LOS_QueueRead(UINT32 queueID, VOID *bufferAddr, UINT32 bufferSize, UINT32 timeOut) LOS_QueueRead() argument 510 OsHookCall(LOS_HOOK_TYPE_QUEUE_READ, (LosQueueCB *)GET_QUEUE_HANDLE(queueID), operateType, bufferSize, timeOut); LOS_QueueRead() local 515 LOS_QueueWrite(UINT32 queueID, VOID *bufferAddr, UINT32 bufferSize, UINT32 timeOut) LOS_QueueWrite() argument 534 LOS_QueueWriteHead(UINT32 queueID, VOID *bufferAddr, UINT32 bufferSize, UINT32 timeOut) LOS_QueueWriteHead() argument [all...] |
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | uiondk.cpp | 225 int bufferSize = PARAM_256;
in ProcessVmReadV() local
|
/test/xts/acts/multimedia/av_codec/demuxer/src/ |
H A D | proc_test.cpp | 981 size_t bufferSize; in HWTEST_F() local
|
/test/xts/acts/multimedia/av_codec/vcodec/hdrcodec/src/ |
H A D | hdrcodec_ndk_sample.cpp | 118 uint32_t bufferSize = 0; in SendData() local 146 (void)inFile_->read(reinterpret_cast<char *>(fileBuffer), bufferSize); in SendData() local
|
/test/xts/acts/multimedia/image/image_js_standard/imageReceiverNDK/entry/src/main/cpp/napi/ |
H A D | image_receiver_module_test.cpp | 266 size_t bufferSize = 0; in DumpImageInfo() local
|