Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/interfaces/inner_api/unified_collection/utility/
H A Dcommon_util.h47 …static std::string CreateExportFile(const std::string& path, int32_t maxFileNum, const std::string…
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/collector/
H A Dprocess_collector_impl.cpp115 … filePath = CommonUtil::CreateExportFile(PROCESS_COLLECTOT_DIR, MAX_FILE_NUM, PREFIX, SUFFIX); in ExportMemCgProcesses()
H A Dwm_collector_impl.cpp44 return CommonUtil::CreateExportFile(COLLECTION_WM_PATH, MAX_FILE_NUM, filePrefix, ext); in CreateExportFileName()
H A Dcommon_util.cpp99 std::string CommonUtil::CreateExportFile(const std::string& path, int32_t maxFileNum, const std::st… in CreateExportFile() function in OHOS::HiviewDFX::UCollectUtil::CommonUtil