Searched refs:CreateExportFile (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/base/hiviewdfx/hiview/interfaces/inner_api/unified_collection/utility/ |
H A D | common_util.h | 47 …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 D | process_collector_impl.cpp | 115 … filePath = CommonUtil::CreateExportFile(PROCESS_COLLECTOT_DIR, MAX_FILE_NUM, PREFIX, SUFFIX); in ExportMemCgProcesses()
|
H A D | wm_collector_impl.cpp | 44 return CommonUtil::CreateExportFile(COLLECTION_WM_PATH, MAX_FILE_NUM, filePrefix, ext); in CreateExportFileName()
|
H A D | common_util.cpp | 99 std::string CommonUtil::CreateExportFile(const std::string& path, int32_t maxFileNum, const std::st… in CreateExportFile() function in OHOS::HiviewDFX::UCollectUtil::CommonUtil
|