Home
last modified time | relevance | path

Searched defs:freeSize (Results 1 - 25 of 34) sorted by relevance

12

/foundation/filemanagement/storage_service/test/fuzztest/storagetotalstatusservice_fuzzer/
H A Dstoragetotalstatusservice_fuzzer.cpp29 int64_t freeSize; in StorageTotalStatusServiceFuzzTest() local
/foundation/filemanagement/storage_service/services/storage_manager/storage/test/
H A Dvolume_storage_status_service_test.cpp51 int64_t freeSize; in HWTEST_F() local
H A Dstorage_total_status_service_test.cpp118 int64_t freeSize; in HWTEST_F() local
/foundation/filemanagement/storage_service/services/storage_manager/storage/src/
H A Dvolume_storage_status_service.cpp48 int32_t VolumeStorageStatusService::GetFreeSizeOfVolume(std::string volumeUuid, int64_t &freeSize) in GetFreeSizeOfVolume() argument
H A Dstorage_total_status_service.cpp114 int32_t StorageTotalStatusService::GetFreeSize(int64_t &freeSize) in GetFreeSize() argument
H A Dstorage_monitor_service.cpp120 int64_t freeSize; in CheckAndCleanBundleCache() local
160 void StorageMonitorService::CheckAndEventNotify(int64_t freeSize, int64_t totalSize) in CheckAndEventNotify() argument
[all...]
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_statvfs/
H A Dstatvfs_n_exporter.cpp50 unsigned long long freeSize = static_cast<unsigned long long>(diskInfo.f_bsize) * in GetFreeSizeSync() local
/arkcompiler/runtime_core/static_core/runtime/mem/
H A Dtlab.cpp61 size_t freeSize = GetFreeSize(); in Alloc() local
/foundation/arkui/ace_engine_lite/frameworks/include/base/
H A Dproduct_adapter.h40 uint32_t freeSize; /* total free size */ member
/foundation/multimedia/media_library/frameworks/services/media_mtp/src/
H A Dmtp_storage_manager.cpp77 int64_t freeSize = in GetFreeSize() local
/third_party/lzma/CPP/Windows/
H A DFileSystem.cpp88 bool MyGetDiskFreeSpace(CFSTR rootPath, UInt64 &clusterSize, UInt64 &totalSize, UInt64 &freeSize) in MyGetDiskFreeSpace() argument
H A DFileFind.cpp482 UInt64 clusterSize, totalSize, freeSize; in Find() local
/arkcompiler/runtime_core/static_core/libpandabase/mem/
H A Darena_allocator.h131 size_t freeSize = GetFreeSize(); in Alloc() local
H A Darena-inl.h49 size_t freeSize = GetFreeSize(); in Alloc() local
H A Dmmap_mem_pool-inl.h455 auto freeSize = commonSpacePools_.PushFreePool<OS_PAGES_POLICY>(Pool(size, mem)); in FreePoolUnsafe() local
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_statfs/
H A Dstatfs_n_exporter.cpp48 unsigned long long freeSize = static_cast<unsigned long long>(diskInfo.f_bsize) * in GetFrSizeSync() local
396 unsigned long long freeSize = static_cast<unsigned long long>(diskInfo.f_bsize) * in GetFreeBytesSync() local
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Devent_report.cpp186 SendDiskSpaceEvent(const std::string &fileName, int64_t freeSize, int32_t operationType) SendDiskSpaceEvent() argument
/foundation/filemanagement/storage_service/services/storage_manager/ipc/test/
H A Dstorage_manager_proxy_test.cpp212 int64_t freeSize; in HWTEST_F() local
/foundation/filemanagement/storage_service/services/storage_manager/kits_impl/src/
H A Dstorage_manager_connect.cpp81 int32_t StorageManagerConnect::GetFreeSizeOfVolume(string volumeUuid, int64_t &freeSize) in GetFreeSizeOfVolume() argument
179 int32_t StorageManagerConnect::GetFreeSize(int64_t &freeSize) in GetFreeSize() argument
/foundation/graphic/graphic_3d/lume/LumeEngine/src/ecs/
H A Dentity_manager.cpp247 const auto freeSize = freeList_.size(); in GetRemovedEntities() local
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H A Dsha256.c182 FILLP_UINT32 freeSize = FILLP_SHA256_BLOCK_SIZE - offset; in FillpSha256Upd() local
[all...]
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dbackground_cloud_file_processor.cpp137 double freeSize = static_cast<double>(diskInfo.f_bsize) * static_cast<double>(diskInfo.f_bfree); in IsStorageInsufficient() local
/arkcompiler/ets_runtime/ecmascript/
H A Dtagged_hash_table.h70 int freeSize = table->Size() - table->EntriesCount() - numOfAddedElements; in GrowHashTable() local
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Devent_report.h148 int64_t freeSize = 0; member
/third_party/lzma/CPP/Common/
H A DMyString.cpp453 const unsigned freeSize = _limit - _len; in Grow() local
1048 const unsigned freeSize = _limit - _len; in Grow() local

Completed in 18 milliseconds

12