Home
last modified time | relevance | path

Searched refs:MAX_LOG_FILE_NUM (Results 1 - 4 of 4) sorted by relevance

/base/hiviewdfx/hilog/frameworks/libhilog/include/
H A Dhilog_common.h41 constexpr int MAX_LOG_FILE_NUM = 1000; variable
/base/hiviewdfx/hilog/services/hilogd/
H A Dlog_persister_rotator.cpp35 (void)snprintf_s(res, sizeof(res), sizeof(res) - 1, "%03d", index % MAX_LOG_FILE_NUM); in GetFileNameIndex()
H A Dservice_controller.cpp557 if (rqst.fileNum && (rqst.fileNum > MAX_LOG_FILE_NUM || rqst.fileNum < MIN_LOG_FILE_NUM)) { in CheckPersistStartRqst()
/base/hiviewdfx/hilog/services/hilogtool/
H A Dmain.cpp165 << " <number> range: [" << MIN_LOG_FILE_NUM << ", " << MAX_LOG_FILE_NUM << "]." << endl in PersistTaskHelper()

Completed in 5 milliseconds