Home
last modified time | relevance | path

Searched refs:MAX_PIDS (Results 1 – 5 of 5) sorted by relevance

/base/hiviewdfx/hilog/frameworks/libhilog/include/
Dhilog_cmd.h25 #define MAX_PIDS (5) macro
82 uint32_t pids[MAX_PIDS];
/base/hiviewdfx/hilog/services/hilogd/include/
Dlog_filter.h38 uint32_t pids[MAX_PIDS];
/base/hiviewdfx/hilog/services/hilogtool/
Dmain.cpp72 << " Max pid count is " << MAX_PIDS << "." << endl in QueryHelper()
310 uint32_t pids[MAX_PIDS];
668 if (index >= MAX_PIDS) { in PidHandler()
/base/hiviewdfx/hilog/frameworks/libhilog/utils/
Dlog_utils.cpp126 {ERR_TOO_MANY_PIDS, "Max pid count is " + to_string(MAX_PIDS)},
/base/hiviewdfx/hilog/services/hilogd/
Dservice_controller.cpp429 if (rqst.pidCount > MAX_PIDS) { in CheckOutputRqst()