Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/plugins/hicollie_collector/
Dplugin.cpp141 const std::string& path, const std::string& desPath) const in SaveToFile()
168 if (!FileUtil::SaveStringToFile(desPath, desText.str())) { in SaveToFile()
169 HIVIEW_LOGE("failed to save log file %{public}s.", desPath.c_str()); in SaveToFile()
197 std::string desPath = FAULT_LOG_PATH + desFile; in ProcessHiCollieEvent() local
206 SaveToFile(sysEvent, pid, processName, path, desPath); in ProcessHiCollieEvent()
208 std::vector<std::string> paths = {desPath}; in ProcessHiCollieEvent()
214 ReportSysFreezeIfNeed(sysEvent, timestamp, processName, desPath); in ProcessHiCollieEvent()
216 …ABILITY", sysEvent.eventName_.c_str(), sysEvent.GetEventValue(EVENT_MSG).c_str(), desPath.c_str()); in ProcessHiCollieEvent()
Dplugin.h50 const std::string& path, const std::string& desPath) const;
/base/hiviewdfx/hiview/utility/smart_parser/rule/
Dextract_rule.cpp158 string& desPath) const in IsMatchPath()
162 desPath = sourceFile; in IsMatchPath()
164 if (LogUtil::IsTestModel(sourceFile, name, pattern, desPath)) { in IsMatchPath()
165 HIVIEW_LOGI("this is test model, desPath is %{public}s.\n", desPath.c_str()); in IsMatchPath()
170 desPath = name; in IsMatchPath()
171 return LogUtil::FileExist(desPath); in IsMatchPath()
185 desPath = out.substr(0, out.size() - 1); in IsMatchPath()
186 return LogUtil::FileExist(desPath); in IsMatchPath()
/base/hiviewdfx/hiview/utility/smart_parser/feature_analysis/include/
Dlog_util.h53 const std::string& pattern, std::string& desPath);
/base/hiviewdfx/hiview/utility/smart_parser/rule/include/
Dextract_rule.h43 std::string& desPath) const;
/base/hiviewdfx/hiview/utility/smart_parser/feature_analysis/
Dlog_util.cpp266 const string& pattern, string& desPath) in IsTestModel() argument
276 return LogUtil::FileExist(desPath); in IsTestModel()