Home
last modified time | relevance | path

Searched defs:totalSize (Results 1 – 25 of 234) sorted by relevance

12345678910

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/common/memory/cache/test/unittest/common/
H A Dcache_manager_tdd_test.cpp41 const size_t totalSize = 20 * 1024; // 20KB variable
75 const size_t totalSize = 20 * 1024; // 40KB variable
118 const size_t totalSize = 2 * 1024; // 2KB variable
149 const size_t totalSize = 20 * 1024; // 20KB variable
182 const size_t totalSize = 20 * 1024; // 20KB variable
220 const size_t totalSize = 16 * 1024; // 16KB, the total length equals to the requirement variable
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/src/contentsensor/
H A Dstorage_info_collector.cpp40 int64_t totalSize = GetTotalSize(); in ConvertToProfileData() local
51 int64_t totalSize = 0; in GetTotalSize() local
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/innerkits_impl/test/
H A Dstorage_stats_test.cpp45 int64_t totalSize = 1001; variable
75 int64_t totalSize = 2001; variable
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/storage/src/
H A Dstorage_total_status_service.cpp47 int64_t totalSize = 0; in GetSystemSize() local
61 int32_t StorageTotalStatusService::GetTotalSize(int64_t &totalSize) in GetTotalSize()
H A Dstorage_monitor_service.cpp122 int64_t totalSize; in MonitorAndManageStorage() local
141 void StorageMonitorService::CheckAndCleanCache(int64_t freeSize, int64_t totalSize) in CheckAndCleanCache()
199 int64_t StorageMonitorService::GetLowerThreshold(int64_t totalSize) in GetLowerThreshold()
205 void StorageMonitorService::CheckAndEventNotify(int64_t freeSize, int64_t totalSize) in CheckAndEventNotify()
H A Dvolume_storage_status_service.cpp64 int32_t VolumeStorageStatusService::GetTotalSizeOfVolume(std::string volumeUuid, int64_t &totalSize) in GetTotalSizeOfVolume()
/aosp12/frameworks/base/core/java/android/content/pm/verify/domain/
H A DDomainVerificationUtils.java45 int totalSize = dest.dataSize(); in writeHostMap() local
102 int totalSize = dest.dataSize(); in writeHostSet() local
/aosp12/packages/apps/StorageManager/src/com/android/storagemanager/deletionhelper/
H A DFetchDownloadsLoader.java107 public long totalSize; field in FetchDownloadsLoader.DownloadsResult
117 long totalSize, in DownloadsResult()
/ohos5.0/base/update/updater/services/applypatch/
H A Dtransfer_manager.cpp67 size_t totalSize = transferParams_->blockCount; in CommandsParser() local
108 void TransferManager::UpdateProgress(size_t &initBlock, size_t totalSize) in UpdateProgress()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H A Dspunge_mem.c30 FILLP_UINT32 totalSize = (FILLP_UINT32)(blockSize * blockNum); in SpungeAlloc() local
/aosp12/frameworks/av/media/libstagefright/rtsp/
H A DARTPAssembler.cpp82 size_t totalSize = 0; in MakeADTSCompoundFromAACFrames() local
129 size_t totalSize = 0; in MakeCompoundFromPackets() local
/ohos5.0/drivers/peripheral/usb/test/moduletest/common/
H A Dusb_host_raw_api_func_test.cpp108 int32_t totalSize = 1024; variable
195 int32_t totalSize = 1024; variable
/ohos5.0/drivers/peripheral/usb/test/moduletest/common/liteos/
H A Dusb_host_raw_api_func_test.cpp167 unsigned int totalSize = 1024; variable
317 int32_t totalSize = 1024; variable
/aosp12/packages/services/Car/tests/obd2_test/src/com/android/car/obd2/test/
H A DUtils.java39 int totalSize = Arrays.stream(arrays).mapToInt((int[] array) -> array.length).sum(); in concatIntArrays() local
/ohos5.0/foundation/filemanagement/storage_service/test/fuzztest/storagetotalstatusservice_fuzzer/
H A Dstoragetotalstatusservice_fuzzer.cpp27 int64_t totalSize; in StorageTotalStatusServiceFuzzTest() local
/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr/adapter/posix/
H A Dlock_free_queue.h31 uint32 totalSize; member
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/collector/device_client/
H A Dprocess_cpu_data.cpp30 unsigned int totalSize = sizeof(struct ucollection_process_cpu_entry) in Init() local
H A Dthread_cpu_data.cpp33 auto totalSize = sizeof(struct ucollection_thread_cpu_entry) in Init() local
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/storage/test/
H A Dvolume_storage_status_service_test.cpp73 int64_t totalSize; variable
/aosp12/packages/modules/adb/fastdeploy/deploypatchgenerator/
H A Ddeploy_patch_generator.cpp83 uint64_t totalSize) { in ReportSavings()
194 uint64_t totalSize = in CreatePatch() local
227 uint64_t totalSize = 0; in BuildIdenticalEntries() local
/aosp12/hardware/interfaces/drm/1.0/default/
H A DCryptoPlugin.cpp129 size_t totalSize = 0; in decrypt() local
151 size_t totalSize = 0; in decrypt() local
/aosp12/art/tools/ahat/src/main/com/android/ahat/
H A DOverviewHandler.java66 Size totalSize = Size.ZERO; in printHeapSizes() local
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/free_install/
H A Dinstall_result.h37 int32_t totalSize; member
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/common/
H A Drs_common_tools.cpp47 int32_t totalSize = pixelMap->GetByteCount(); in SavePixelmapToFile() local
/ohos5.0/base/security/huks/utils/crypto_adapter/
H A Dhks_client_service_adapter_common.c59 uint32_t totalSize = sizeof(struct HksPubKeyInfo) + key->size; in TranslateToInnerCurve25519Format() local

12345678910