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/
H A Dhilog_common.h99 ERR_REGEX_STR_TOO_LONG = -44, enumerator
/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/test/unittest/common/
H A Dhilogtool_test.cpp568 std::string errMsg = ErrorCode2Str(ERR_REGEX_STR_TOO_LONG) + "\n"; in HWTEST_F()
/base/hiviewdfx/hilog/services/hilogtool/
H A Dmain.cpp515 return ERR_REGEX_STR_TOO_LONG; in RegexHandler()

Completed in 5 milliseconds