Home
last modified time | relevance | path

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

123456

/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()
/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
/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/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/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
H A Dusb_host_serial_func_test.cpp196 int32_t totalSize = 1024; variable
277 int32_t totalSize = 1024; variable
/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
/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
/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
H A Dhks_client_service_adapter.c465 uint32_t totalSize = (uint32_t)nSize + (uint32_t)eSize + sizeof(struct HksPubKeyInfo); in X509PublicKeyToRsa() local
517 uint32_t totalSize = xSize + ySize + sizeof(struct HksPubKeyInfo); in EcKeyToPublicKey() local
659 uint32_t totalSize = sizeof(struct KeyMaterialDsa) + ySize + pSize + qSize + gSize; in X509PublicKeyToDsa() local
710 uint32_t totalSize = sizeof(struct KeyMaterialDh) + pubKeySize; in X509PublicKeyToDh() local
/ohos5.0/drivers/hdf_core/framework/tools/hc-gen/src/
H A Dopcode.h35 int32_t totalSize; member
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/cj/ffi/src/
H A Dappevent_packageholder_impl.cpp90 size_t totalSize = 0; in TakeNext() local
/ohos5.0/base/security/huks/frameworks/huks_standard/main/crypto_engine/mbedtls/src/
H A Dhks_crypto_ed25519.c57 uint32_t totalSize = sizeof(struct KeyMaterial25519) + pubKey->size + priKey->size; in SaveEd25519KeyMaterial() local
124 uint32_t totalSize = sizeof(struct KeyMaterial25519); in CheckEd25519Material() local
/ohos5.0/base/update/updater/utils/
H A Dutils_fs.cpp80 int64_t totalSize = 0; in GetFilesFromDirectory() local
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/
H A Dcopy.h50 uint64_t totalSize = 0; member
113 uint64_t totalSize = 0; member

123456