Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/include/
H A Dhilog_cmd.h25 #define MAX_PIDS (5) macro
86 uint32_t pids[MAX_PIDS];
/ohos5.0/base/hiviewdfx/hilog/services/hilogd/include/
H A Dlog_filter.h38 uint32_t pids[MAX_PIDS];
/ohos5.0/base/hiviewdfx/hilog/services/hilogtool/
H A Dmain.cpp95 << " Max pid count is " << MAX_PIDS << "." << endl in QueryHelper()
319 uint32_t pids[MAX_PIDS];
679 if (index >= MAX_PIDS) { in PidHandler()
/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/utils/
H A Dlog_utils.cpp127 {ERR_TOO_MANY_PIDS, "Max pid count is " + to_string(MAX_PIDS)},
/ohos5.0/base/hiviewdfx/hilog/services/hilogd/
H A Dservice_controller.cpp441 if (rqst.pidCount > MAX_PIDS) { in CheckOutputRqst()