Home
last modified time | relevance | path

Searched defs:copyLen (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr/adapter/posix/
H A Dlock_free_queue.c66 uint32 copyLen = (queue->totalSize - queue->write < queue->itemSize) ? in LFQUE_Push() local
98 uint32 copyLen = (queue->totalSize - queue->read < queue->itemSize) ? in LFQUE_Pop() local
/ohos5.0/base/update/updater/services/package/pkg_manager/
H A Dpkg_stream.cpp223 size_t copyLen = GetFileLength() - start; in Read() local
248 size_t copyLen = memSize_ - start; in Write() local
/ohos5.0/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/include/
H A Ddm_app_image_info.h78 …32_t SetThumbnailData(uint8_t *srcBuffer, int32_t srcBufferLen, int32_t copyIndex, int32_t copyLen) in SetThumbnailData()
/ohos5.0/base/hiviewdfx/hilog_lite/command/
H A Dhilog_command.c106 int copyLen = (len < DOMAIN_ID_LENGTH) ? len : DOMAIN_ID_LENGTH; in SetOutputDomain() local
/ohos5.0/base/update/updater/services/flow_update/update_bin/
H A Dbin_process.cpp171 size_t copyLen = 0; in UnCompressDataProducer() local
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
H A Dsocket_app.c466 FILLP_UINT32 copyLen; in SockSendmsgDataToBufCache() local
678 FILLP_UINT32 copyLen; in SockRecvmsgDataFromBufCache() local
/ohos5.0/base/hiviewdfx/hiview/base/utility/
H A Dfile_util.cpp321 ssize_t copyLen = sendfile(fdOut, fdIn, nullptr, totalLen - copyTotalLen); in CopyFileFast() local
/ohos5.0/base/startup/appspawn/modules/common/
H A Dappspawn_common.c75 size_t copyLen = len; in SetProcessName() local
/ohos5.0/base/startup/appspawn/modules/sandbox/
H A Dsandbox_manager.c560 size_t copyLen = permissionNode->section.gidCount; in AppendPermissionGid() local
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/utils/
H A Dmedia_cached_buffer.cpp248 size_t copyLen = static_cast<size_t>(chunkInfoTmp->dataLength - diff); in WriteInPlace() local
264 auto copyLen = std::min(chunkInfoTmp->dataLength, (uint32_t)(writeSize - writeSizeTmp)); in WriteInPlace() local
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/frameworks/bundle_lite/src/
H A Dbundle_manager.cpp876 int32_t copyLen = strlen(resultOfGetSysCap.systemCap.systemCapName[index].name); in GetSystemAvailableCapabilities() local
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/dump_catcher/
H A Ddfx_dump_catcher.cpp200 size_t copyLen; in ReportDumpCatcherStats() local
/ohos5.0/drivers/peripheral/audio/supportlibs/alsa_adapter/src/
H A Dalsa_snd_render.c630 uint32_t copyLen = (looper < (loopTimes - 1)) ? MIN_PERIOD_SIZE : lastBuffSize; in RenderWriteiMmap() local