Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/plugins/reliability/bbox_detectors/
H A Dpanic_report_recovery.cpp58 constexpr const char* REGEX_FORMAT = R"(=((".*?")|(\S*)))"; variable
180 if (!std::regex_search(content, matchStr, std::regex(param + REGEX_FORMAT))) { in GetParamValueFromString()