Home
last modified time | relevance | path

Searched refs:CreateExportFileName (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/collector/
H A Dwm_collector_impl.cpp41 std::string CreateExportFileName(const std::string& filePrefix, const std::string& ext) in CreateExportFileName() function
63 std::string fileName = CreateExportFileName("windows_info_", ".txt"); in ExportWindowsInfo()
93 std::string fileName = CreateExportFileName("windows_memory_", ".txt"); in ExportWindowsMemory()
125 std::string fileName = CreateExportFileName("gpu_memory_", ".txt"); in ExportGpuMemory()
H A Dio_collector_impl.cpp166 std::string IoCollectorImpl::CreateExportFileName(const std::string& filePrefix) in CreateExportFileName() function in OHOS::HiviewDFX::UCollectUtil::IoCollectorImpl
205 std::string fileName = CreateExportFileName(RAW_DISK_STATS_FILE_PREFIX); in CollectRawDiskStats()
325 std::string fileName = CreateExportFileName(DISK_STATS_FILE_PREFIX); in ExportDiskStats()
456 std::string fileName = CreateExportFileName(EMMC_INFO_FILE_PREFIX); in ExportEMMCInfo()
593 std::string fileName = CreateExportFileName(PROC_IO_STATS_FILE_PREFIX); in ExportAllProcIoStats()
644 std::string fileName = CreateExportFileName(SYS_IO_STATS_FILE_PREFIX); in ExportSysIoStats()
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/collector/inner_include/
H A Dio_collector_impl.h58 std::string CreateExportFileName(const std::string& filePrefix);