Home
last modified time | relevance | path

Searched refs:StorageTotalStatusService (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/storage/src/
H A Dstorage_total_status_service.cpp35 StorageTotalStatusService::StorageTotalStatusService() {} in StorageTotalStatusService() function in OHOS::StorageManager::StorageTotalStatusService
36 StorageTotalStatusService::~StorageTotalStatusService() {} in ~StorageTotalStatusService()
38 int32_t StorageTotalStatusService::GetSystemSize(int64_t &systemSize) in GetSystemSize()
61 int32_t StorageTotalStatusService::GetTotalSize(int64_t &totalSize) in GetTotalSize()
86 int32_t StorageTotalStatusService::GetFreeSize(int64_t &freeSize) in GetFreeSize()
98 int32_t StorageTotalStatusService::GetSizeOfPath(const char *path, int32_t type, int64_t &size) in GetSizeOfPath()
H A Dstorage_monitor_service.cpp123 … int32_t err = DelayedSingleton<StorageTotalStatusService>::GetInstance()->GetTotalSize(totalSize); in MonitorAndManageStorage()
130 err = DelayedSingleton<StorageTotalStatusService>::GetInstance()->GetFreeSize(freeSize); in MonitorAndManageStorage()
H A Dstorage_status_service.cpp190 … int32_t err = DelayedSingleton<StorageTotalStatusService>::GetInstance()->GetTotalSize(totalSize); in GetUserStorageStats()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/storage/test/
H A Dstorage_total_status_service_test.cpp79 …std::shared_ptr<StorageTotalStatusService> service = DelayedSingleton<StorageTotalStatusService>::…
98 …std::shared_ptr<StorageTotalStatusService> service = DelayedSingleton<StorageTotalStatusService>::…
117 …std::shared_ptr<StorageTotalStatusService> service = DelayedSingleton<StorageTotalStatusService>::…
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/include/storage/
H A Dstorage_total_status_service.h36 class StorageTotalStatusService : public NoCopyable {
37 DECLARE_DELAYED_SINGLETON(StorageTotalStatusService);
/ohos5.0/foundation/filemanagement/storage_service/test/fuzztest/storagetotalstatusservice_fuzzer/
H A Dstoragetotalstatusservice_fuzzer.cpp26 …std::shared_ptr<StorageTotalStatusService> service = DelayedSingleton<StorageTotalStatusService>::… in StorageTotalStatusServiceFuzzTest()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/ipc/src/
H A Dstorage_manager.cpp164 …int32_t err = DelayedSingleton<StorageTotalStatusService>::GetInstance()->GetSystemSize(systemSize… in GetSystemSize()
175 … int32_t err = DelayedSingleton<StorageTotalStatusService>::GetInstance()->GetTotalSize(totalSize); in GetTotalSize()
186 int32_t err = DelayedSingleton<StorageTotalStatusService>::GetInstance()->GetFreeSize(freeSize); in GetFreeSize()