Searched refs:TOTAL (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/storage/src/ |
H A D | storage_total_status_service.cpp | 48 ret = GetSizeOfPath(PATH_DATA, SizeType::TOTAL, totalSize); in GetSystemSize() 66 int32_t ret = GetSizeOfPath(PATH_DATA, SizeType::TOTAL, dataSize); in GetTotalSize() 73 ret = GetSizeOfPath(PATH_ROOT, SizeType::TOTAL, rootSize); in GetTotalSize() 106 if (type == SizeType::TOTAL) { in GetSizeOfPath()
|
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/graphic_memory/include/ |
H A D | graphic_memory.h | 27 TOTAL, enumerator 42 CollectResult GetGraphicUsage(int32_t pid, Type type = Type::TOTAL);
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/include/storage/ |
H A D | storage_total_status_service.h | 32 TOTAL, enumerator
|
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/graphic_memory/ |
H A D | graphic_memory.cpp | 128 } else if (type == Type::TOTAL) { in GetGraphicUsage()
|
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/src/ |
H A D | mtp_storage_manager.cpp | 29 TOTAL, enumerator
|
/ohos5.0/base/hiviewdfx/hiview/hisysevent/ |
H A D | hiviewdfx.yaml | 34 TOTAL: {type: UINT32, desc: total events}
|
/ohos5.0/docs/zh-cn/application-dev/ |
H A D | Samples.md | 849 …* 启动倒计时:点击start按钮通过setInterval执行倒计时,每隔一段时间Process组件的进度值会被此代码this.progressValue += TOTAL / this.dur…
|