Home
last modified time | relevance | path

Searched refs:ReportGetStorageStatus (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/storage/src/
H A Dstorage_total_status_service.cpp44 …StorageRadar::ReportGetStorageStatus("GetSystemSize::GetTotalSize", DEFAULT_USERID, ret, "setting"… in GetSystemSize()
51 …StorageRadar::ReportGetStorageStatus("GetSystemSize::GetSizeOfPath", DEFAULT_USERID, ret, "setting… in GetSystemSize()
69 …StorageRadar::ReportGetStorageStatus("GetTotalSize::GetSizeOfDataPath", DEFAULT_USERID, ret, "sett… in GetTotalSize()
76 …StorageRadar::ReportGetStorageStatus("GetTotalSize::GetSizeOfRootPath", DEFAULT_USERID, ret, "sett… in GetTotalSize()
91 StorageRadar::ReportGetStorageStatus("GetFreeSize", DEFAULT_USERID, ret, "setting"); in GetFreeSize()
H A Dstorage_status_service.cpp193 …StorageRadar::ReportGetStorageStatus("GetUserStorageStats::GetTotalSize", userId, ret, GetCallingP… in GetUserStorageStats()
202 …StorageRadar::ReportGetStorageStatus("GetUserStorageStats::GetAppSize", userId, ret, GetCallingPkg… in GetUserStorageStats()
213 … StorageRadar::ReportGetStorageStatus("GetUserStorageStats::GetMediaStorageStats", userId, ret, in GetUserStorageStats()
221 … StorageRadar::ReportGetStorageStatus("GetUserStorageStats::GetFileStorageStats", userId, ret, in GetUserStorageStats()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/utils/
H A Dstorage_radar.h110 static void ReportGetStorageStatus(const std::string &funcName, uint32_t userId, int ret,
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/utils/
H A Dstorage_radar.cpp39 void StorageRadar::ReportGetStorageStatus(const std::string &funcName, uint32_t userId, int ret, in ReportGetStorageStatus() function in OHOS::StorageService::StorageRadar