Home
last modified time | relevance | path

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

/base/hiviewdfx/hilog/frameworks/libhilog/include/
Dhilog_common.h128 ERR_REGEX_STR_TOO_LONG = -44, enumerator
/base/hiviewdfx/hilog/frameworks/libhilog/utils/
Dlog_utils.cpp129 …{ERR_REGEX_STR_TOO_LONG, ("Regular expression too long, max length is " + to_string(MAX_REGEX_STR_…
/base/hiviewdfx/hilog/test/unittest/common/
Dhilogtool_test.cpp565 std::string errMsg = ErrorCode2Str(ERR_REGEX_STR_TOO_LONG) + "\n";
/base/hiviewdfx/hilog/services/hilogtool/
Dmain.cpp504 return ERR_REGEX_STR_TOO_LONG; in RegexHandler()