Home
last modified time | relevance | path

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

/base/hiviewdfx/hilog/frameworks/libhilog/include/
H A Dhilog_cmd.h140 uint32_t jobId[MAX_JOBS];
150 PersistTaskInfo taskInfo[MAX_JOBS];
159 uint32_t jobId[MAX_JOBS];
H A Dhilog_common.h34 #define MAX_JOBS (10) macro
/base/hiviewdfx/hilog/services/hilogd/
H A Dservice_controller.cpp616 if (resultList.size() >= MAX_JOBS) { in HandlePersistStartRqst()
643 for (auto it = resultList.begin(); it != resultList.end() && rsp.jobNum < MAX_JOBS; ++it) { in HandlePersistStopRqst()
668 for (auto it = resultList.begin(); it != resultList.end() && rsp.jobNum < MAX_JOBS; ++it) { in HandlePersistQueryRqst()
692 for (auto it = resultList.begin(); it != resultList.end() && rsp.jobNum < MAX_JOBS; ++it) { in HandlePersistRefreshRqst()
/base/hiviewdfx/hilog/frameworks/libhilog/utils/
H A Dlog_utils.cpp138 {ERR_TOO_MANY_JOBS, ("Too many jobs are running, max job count is:" + to_string(MAX_JOBS))},

Completed in 6 milliseconds