Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/plugins/faultlogger/service/
H A Dfaultlogger.cpp553 void Faultlogger::FillHilog(const std::string &hilogStr, Json::Value &hilog) const in FillHilog() argument
555 if (hilogStr.empty()) { in FillHilog()
559 std::stringstream logStream(hilogStr); in FillHilog()
897 auto hilogStr = info.sectionMap.at("HILOG"); in GetStackInfo() local
898 FillHilog(hilogStr, hilog); in GetStackInfo()
1055 std::string hilogStr; in GetFreezeJsonCollector() local
1056 GetHilog(collector.pid, hilogStr); in GetFreezeJsonCollector()
1057 if (hilogStr.length() == 0) { in GetFreezeJsonCollector()
1060 std::stringstream hilogStream(hilogStr); in GetFreezeJsonCollector()
H A Dfaultlogger.h95 void FillHilog(const std::string &hilogStr, Json::Value &hilog) const;

Completed in 2 milliseconds