Home
last modified time | relevance | path

Searched refs:MAX_FILE_NUM (Results 1 - 6 of 6) sorted by relevance

/base/hiviewdfx/hichecker/interfaces/js/kits/napi/js_leak_watcher/
H A Djs_leak_watcher.js48 const MAX_FILE_NUM = 20;
102 if (files.length > MAX_FILE_NUM) {
111 for (let i = 0; i < files.length - MAX_FILE_NUM; i++) {
/base/hiviewdfx/hiview/framework/native/unified_collection/collector/
H A Dprocess_collector_impl.cpp36 constexpr int32_t MAX_FILE_NUM = 10; member
115 filePath = CommonUtil::CreateExportFile(PROCESS_COLLECTOT_DIR, MAX_FILE_NUM, PREFIX, SUFFIX); in ExportMemCgProcesses()
H A Dwm_collector_impl.cpp36 constexpr int32_t MAX_FILE_NUM = 10; member
44 return CommonUtil::CreateExportFile(COLLECTION_WM_PATH, MAX_FILE_NUM, filePrefix, ext); in CreateExportFileName()
H A Dio_collector_impl.cpp47 constexpr int MAX_FILE_NUM = 10; member
176 if (files.size() >= MAX_FILE_NUM) { in CreateExportFileName()
177 for (size_t index = 0; index <= files.size() - MAX_FILE_NUM; ++index) { in CreateExportFileName()
/base/hiviewdfx/hiview/plugins/freeze_detector/
H A Dvendor.cpp32 static const int MAX_FILE_NUM = 500; member
338 logStore_->SetMinKeepingFileNumber(MAX_FILE_NUM); in Init()
/base/hiviewdfx/hiview/plugins/eventlogger/
H A Devent_logger.cpp93 static constexpr int MAX_FILE_NUM = 500; member
912 logStore_->SetMinKeepingFileNumber(MAX_FILE_NUM); in OnLoad()

Completed in 5 milliseconds