Home
last modified time | relevance | path

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

/base/hiviewdfx/hilog/frameworks/libhilog/include/
Dhilog_cmd.h136 uint32_t jobId[MAX_JOBS];
146 PersistTaskInfo taskInfo[MAX_JOBS];
Dhilog_common.h37 #define MAX_JOBS (10) macro
/base/hiviewdfx/hilog/services/hilogd/
Dservice_controller.cpp600 if (resultList.size() >= MAX_JOBS) { in HandlePersistStartRqst()
626 for (auto it = resultList.begin(); it != resultList.end() && rsp.jobNum < MAX_JOBS; ++it) { in HandlePersistStopRqst()
651 for (auto it = resultList.begin(); it != resultList.end() && rsp.jobNum < MAX_JOBS; ++it) { in HandlePersistQueryRqst()
/base/hiviewdfx/hilog/frameworks/libhilog/utils/
Dlog_utils.cpp137 {ERR_TOO_MANY_JOBS, ("Too many jobs are running, max job count is:" + to_string(MAX_JOBS))},