Home
last modified time | relevance | path

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

12

/foundation/filemanagement/storage_service/services/storage_manager/ipc/src/
H A Dstorage_manager_stub.cpp418 int64_t freeSize; in HandleGetFree() local
487 int64_t freeSize; in HandleGetFreeSize() local
H A Dstorage_manager.cpp120 int32_t StorageManager::GetFreeSizeOfVolume(std::string volumeUuid, int64_t &freeSize) in GetFreeSizeOfVolume() argument
180 int32_t StorageManager::GetFreeSize(int64_t &freeSize) in GetFreeSize() argument
/foundation/filemanagement/storage_service/services/storage_manager/innerkits_impl/src/
H A Dstorage_manager_proxy.cpp571 int32_t StorageManagerProxy::GetFreeSizeOfVolume(std::string volumeUuid, int64_t &freeSize) in GetFreeSizeOfVolume() argument
986 int32_t StorageManagerProxy::GetFreeSize(int64_t &freeSize) in GetFreeSize() argument
/foundation/filemanagement/storage_service/services/storage_manager/mock/
H A Dstorage_manager_proxy_mock.cpp130 int32_t StorageManagerProxy::GetFreeSizeOfVolume(std::string volumeUuid, int64_t &freeSize) in GetFreeSizeOfVolume() argument
206 int32_t StorageManagerProxy::GetFreeSize(int64_t &freeSize) in GetFreeSize() argument
/base/account/os_account/services/accountmgr/test/unittest/account_iam/
H A Daccount_iam_manager_test.cpp112 int32_t GetFreeSizeOfVolume(std::string volumeUuid, int64_t &freeSize) in GetFreeSizeOfVolume() argument
137 int32_t GetFreeSize(int64_t &freeSize) in GetFreeSize() argument
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_util.cpp197 int64_t freeSize = static_cast<int64_t>(diskInfo.f_bavail * diskInfo.f_bsize); in CheckSystemSize() local
217 int64_t freeSize = static_cast<int64_t>(diskInfo.f_bavail * diskInfo.f_bsize); in CheckSystemFreeSize() local
228 int64_t freeSize = static_cast<int64_t>(diskInfo.f_bavail * diskInfo.f_bsize); in CheckSystemSizeAndHisysEvent() local
/foundation/graphic/graphic_surface/surface/src/
H A Dbuffer_queue.cpp1246 int32_t freeSize = static_cast<int32_t>(dirtyList_.size() + freeList_.size()); in AttachBuffer() local
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/hls/
H A Dhls_media_downloader.cpp729 uint64_t freeSize = cacheMediaBuffer_->GetFreeSize(); in SaveData() local
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/http/
H A Dhttp_media_downloader.cpp451 uint64_t freeSize = cacheMediaBuffer_->GetFreeSize(); in HandleDownloadWaterLine() local
1339 uint64_t freeSize = cacheMediaBuffer_->GetFreeSize(); in ClearCacheBuffer() local

Completed in 17 milliseconds

12