Home
last modified time | relevance | path

Searched refs:MAX_REGEX_STR_LEN (Results 1 - 6 of 6) sorted by relevance

/base/hiviewdfx/hilog/frameworks/libhilog/include/
H A Dhilog_common.h30 #define MAX_REGEX_STR_LEN (128) macro
H A Dhilog_cmd.h87 char regex[MAX_REGEX_STR_LEN];
/base/hiviewdfx/hilog/services/hilogd/include/
H A Dlog_filter.h39 char regex[MAX_REGEX_STR_LEN];
/base/hiviewdfx/hilog/frameworks/libhilog/utils/
H A Dlog_utils.cpp130 {ERR_REGEX_STR_TOO_LONG, ("Regular expression too long, max length is " + to_string(MAX_REGEX_STR_LEN - 1))},
/base/hiviewdfx/hilog/services/hilogtool/
H A Dmain.cpp360 (void)strncpy_s(rqst.regex, MAX_REGEX_STR_LEN, regex.c_str(), regex.length()); in ToOutputRqst()
514 if (context.regex.length() >= MAX_REGEX_STR_LEN) { in RegexHandler()
/base/hiviewdfx/hilog/services/hilogd/
H A Dservice_controller.cpp480 (void)strncpy_s(filter.regex, MAX_REGEX_STR_LEN, rqst.regex, MAX_REGEX_STR_LEN - 1); in LogFilterFromOutputRqst()

Completed in 11 milliseconds