Searched refs:hilogStr (Results 1 – 2 of 2) sorted by relevance
536 void Faultlogger::FillHilog(const std::string &hilogStr, Json::Value &hilog) const in FillHilog() argument538 if (hilogStr.empty()) { in FillHilog()542 std::stringstream logStream(hilogStr); in FillHilog()896 auto hilogStr = info.sectionMap.at("HILOG"); in GetStackInfo() local897 FillHilog(hilogStr, hilog); in GetStackInfo()1051 std::string hilogStr; in GetFreezeJsonCollector() local1052 GetHilog(collector.pid, hilogStr); in GetFreezeJsonCollector()1053 if (hilogStr.length() == 0) { in GetFreezeJsonCollector()1056 std::stringstream hilogStream(hilogStr); in GetFreezeJsonCollector()
96 void FillHilog(const std::string &hilogStr, Json::Value &hilog) const;