Home
last modified time | relevance | path

Searched refs:regStr (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/hiviewdfx/hisysevent/frameworks/native/
H A Dhisysevent_tool.cpp141 bool IsValidRegex(const std::string& regStr) in IsValidRegex() argument
143 if (regStr.length() > 32) { // 32 is the length limit of regex in IsValidRegex()
149 int status = regcomp(&reg, regStr.c_str(), flags); in IsValidRegex()
/ohos5.0/base/hiviewdfx/hiview/base/utility/
H A Dstring_util.cpp488 bool IsValidRegex(const std::string& regStr) in IsValidRegex() argument
491 if (regStr.empty()) { in IsValidRegex()
497 int status = regcomp(&reg, regStr.c_str(), flags); in IsValidRegex()
/ohos5.0/base/hiviewdfx/hiview/base/utility/include/
H A Dstring_util.h166 bool IsValidRegex(const std::string& regStr);