Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/utility/smart_parser/feature_analysis/include/
H A Dlog_util.h50 static bool IsTestModel(const std::string& sourceFile, const std::string& name,
/ohos5.0/base/hiviewdfx/hiview/utility/smart_parser/feature_analysis/
H A Dlog_util.cpp124 bool LogUtil::IsTestModel(const string& sourceFile, const string& name, in IsTestModel() function in OHOS::HiviewDFX::LogUtil
/ohos5.0/base/hiviewdfx/hiview/utility/smart_parser/rule/
H A Dextract_rule.cpp164 if (LogUtil::IsTestModel(sourceFile, name, pattern, desPath)) { in IsMatchPath()