Searched refs:StorageTotalStatusService (Results 1 – 7 of 7) sorted by relevance
35 StorageTotalStatusService::StorageTotalStatusService() {} in StorageTotalStatusService() function in OHOS::StorageManager::StorageTotalStatusService36 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()
123 … int32_t err = DelayedSingleton<StorageTotalStatusService>::GetInstance()->GetTotalSize(totalSize); in MonitorAndManageStorage()130 err = DelayedSingleton<StorageTotalStatusService>::GetInstance()->GetFreeSize(freeSize); in MonitorAndManageStorage()
190 … int32_t err = DelayedSingleton<StorageTotalStatusService>::GetInstance()->GetTotalSize(totalSize); in GetUserStorageStats()
79 …std::shared_ptr<StorageTotalStatusService> service = DelayedSingleton<StorageTotalStatusService>::…98 …std::shared_ptr<StorageTotalStatusService> service = DelayedSingleton<StorageTotalStatusService>::…117 …std::shared_ptr<StorageTotalStatusService> service = DelayedSingleton<StorageTotalStatusService>::…
36 class StorageTotalStatusService : public NoCopyable {37 DECLARE_DELAYED_SINGLETON(StorageTotalStatusService);
26 …std::shared_ptr<StorageTotalStatusService> service = DelayedSingleton<StorageTotalStatusService>::… in StorageTotalStatusServiceFuzzTest()
164 …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()