Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/service/
H A Dfaultlogger.cpp536 void Faultlogger::FillHilog(const std::string &hilogStr, Json::Value &hilog) const in FillHilog() argument
538 if (hilogStr.empty()) { in FillHilog()
542 std::stringstream logStream(hilogStr); in FillHilog()
896 auto hilogStr = info.sectionMap.at("HILOG"); in GetStackInfo() local
897 FillHilog(hilogStr, hilog); in GetStackInfo()
1051 std::string hilogStr; in GetFreezeJsonCollector() local
1052 GetHilog(collector.pid, hilogStr); in GetFreezeJsonCollector()
1053 if (hilogStr.length() == 0) { in GetFreezeJsonCollector()
1056 std::stringstream hilogStream(hilogStr); in GetFreezeJsonCollector()
H A Dfaultlogger.h96 void FillHilog(const std::string &hilogStr, Json::Value &hilog) const;