Searched refs:ReportGetStorageStatus (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/storage/src/ |
H A D | storage_total_status_service.cpp | 44 …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 D | storage_status_service.cpp | 193 …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 D | storage_radar.h | 110 static void ReportGetStorageStatus(const std::string &funcName, uint32_t userId, int ret,
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/utils/ |
H A D | storage_radar.cpp | 39 void StorageRadar::ReportGetStorageStatus(const std::string &funcName, uint32_t userId, int ret, in ReportGetStorageStatus() function in OHOS::StorageService::StorageRadar
|