Home
last modified time | relevance | path

Searched defs:totalSize (Results 26 – 50 of 137) sorted by relevance

123456

/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/kits_impl/src/
H A Dstorage_manager_connect.cpp96 int32_t StorageManagerConnect::GetTotalSizeOfVolume(string volumeUuid, int64_t &totalSize) in GetTotalSizeOfVolume()
166 int32_t StorageManagerConnect::GetTotalSize(int64_t &totalSize) in GetTotalSize()
/ohos5.0/drivers/hdf_core/framework/model/audio/common/src/
H A Daudio_platform_base.c474 static int32_t AudioRenderPlatformDataInit(struct PlatformData *data, uint32_t *totalSize, uint32_t… in AudioRenderPlatformDataInit()
501 uint32_t totalSize; in AudioMmapWriteTransfer() local
631 uint32_t *totalSize) in AudioCapturePlatformDataInit()
655 uint32_t totalSize; in AudioMmapReadTransfer() local
/ohos5.0/foundation/distributeddatamgr/udmf/interfaces/innerkits/common/
H A Dunified_types.h36 int64_t totalSize; member
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/include/base/
H A Dproduct_adapter.h39 uint32_t totalSize; /* mem pool total size */ member
/ohos5.0/drivers/peripheral/usb/test/moduletest/common/liteos/
H A Dusb_host_serial_func_test.cpp170 int32_t totalSize = 1024; variable
321 unsigned int totalSize = 1024; variable
H A Dusb_device_serial_func_test.cpp120 int32_t totalSize = 1024; variable
/ohos5.0/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/transport/
H A Dmessage_handler.cpp37 …auto totalSize = sizeof(MessageHeader) + sizeof(SessionDeviceInfo) + sizeof(UserData) + uri_.size(… in MessageHandler() local
/ohos5.0/drivers/peripheral/codec/test/fuzztest/image_fuzzer/common/src/
H A Dencode_buffer_helper.cpp131 uint8_t totalSize = *data; in CreateSharedBuffer() local
/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dprint_http_request_process.cpp252 size_t totalSize = readBufMap[requestId].size(); in ProcessHttpResponse() local
277 size_t totalSize = readGetAttrBufMap[requestId].size(); in ProcessHttpResponseGetAttr() local
302 size_t totalSize = readSendDocBufMap[requestId].size(); in ProcessHttpResponseSendDoc() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/memory/
H A Drs_memory_snapshot.cpp99 uint64_t warning, uint64_t overflow, uint64_t totalSize) in InitMemoryLimit()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/render_context/
H A Dshader_cache.cpp50 size_t totalSize = isUni ? MAX_UNIRENDER_SIZE : MAX_TOTAL_SIZE; in InitShaderCache() local
/ohos5.0/base/request/request/frameworks/js/napi/src/
H A Djs_notify_data_listener.cpp132 int64_t totalSize = in NotifyDataProcess() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/src/
H A Dikvstore_observer.cpp59 int64_t totalSize = insertSize + updateSize + deleteSize + sizeof(uint32_t); in OnChange() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_database_rd_kernel_test.cpp273 uint32_t totalSize = 20u; // 20 items variable
527 static const size_t totalSize = 50; variable
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dimage_utils_test.cpp408 size_t totalSize = 0; variable
476 const size_t totalSize = 0; variable
H A Djpg_yuv_test.cpp625 const size_t totalSize = (ySize + 2 * uvSize); in YuvP010Crop() local
667 const size_t totalSize = (ySize + 2 * uvSize); in YuvP010Rotate() local
707 const size_t totalSize = (ySize + 2 * uvSize); in ScaleYuv420P010() local
746 const size_t totalSize = (ySize + 2 * uvSize); in ResizeYuv420P010() local
784 const size_t totalSize = (ySize + 2 * uvSize); in FlipYuv420P010() local
865 const size_t totalSize = ySize * NUM_4; in RGBA1010102Crop() local
905 const size_t totalSize = ySize * NUM_4; in RGBA1010102Rotate() local
943 const size_t totalSize = ySize * NUM_4; in RGBA1010102Scale() local
981 const size_t totalSize = ySize * NUM_4; in RGBA1010102Resize() local
1018 const size_t totalSize = ySize * NUM_4; in RGBA1010102Flip() local
[all …]
/ohos5.0/drivers/hdf_core/framework/utils/include/
H A Dhcs_blob_if.h30 int32_t totalSize; member
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/include/
H A Ddbinder_base_invoker_object.h119 uint32_t totalSize = 0; in IRemoteObjectTranslateWhenSend() local
248 size_t totalSize, uint64_t seqNum, int cmd, __u32 code, __u32 flags) in ConstructTransData()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_cloud_kv_executor_utils.cpp135 uint32_t &totalSize) in GetCloudLog()
179 … SqliteCloudKvExecutorUtils::GetCloudKvData(sqlite3_stmt *stmt, VBucket &data, uint32_t &totalSize) in GetCloudKvData()
205 VBucket &data, uint32_t &totalSize) in GetCloudKvBlobData()
1259 uint32_t totalSize = 0; in GetCloudVersionFromCloud() local
1276 …dKvExecutorUtils::GetCloudVersionRecordData(sqlite3_stmt *stmt, VBucket &data, uint32_t &totalSize) in GetCloudVersionRecordData()
1305 uint32_t totalSize = 0; in GetWaitCompensatedSyncDataPk() local
1342 uint32_t totalSize = 0; in GetWaitCompensatedSyncDataUserId() local
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H A Dmoving_photo_file_utils.cpp479 off_t totalSize = statSrc.st_size; in SendLivePhoto() local
526 int64_t totalSize = st.st_size; in GetExtraDataSize() local
592 int64_t totalSize = st.st_size; in ConvertToMovingPhoto() local
722 int64_t totalSize = st.st_size; in GetVersionAndFrameNum() local
/ohos5.0/base/tee/tee_client/services/cadaemon/src/ca_daemon/
H A Dcadaemon_service.h52 uint32_t totalSize; member
/ohos5.0/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/data/
H A Dunified_data.cpp37 int64_t totalSize = 0; in GetSize() local
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_statvfs/
H A Dstatvfs_n_exporter.cpp126 unsigned long long totalSize = static_cast<unsigned long long>(diskInfo.f_bsize) * in GetTotalSizeSync() local
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/socket/
H A Dnapi_bluetooth_spp_client.cpp225 napi_env env, napi_callback_info info, int &id, uint8_t** totalBuf, size_t &totalSize) in CheckSppWriteParams()
244 size_t totalSize = 0; in SppWrite() local
/ohos5.0/foundation/communication/netstack/frameworks/cj/http/include/
H A Dffi_structs.h108 uint32_t totalSize; member
113 uint32_t totalSize; member

123456