Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/
H A Dsystems_logservices_hostlogger.hpp73 uint64_t top, std::vector<std::string>& logEntries, size_t& logCount) in getHostLoggerEntries() argument
80 if (!logFile.gzGetLines(it.string(), skip, top, logEntries, logCount)) in getHostLoggerEntries()
93 logEntries.push_back(lastMessage); in getHostLoggerEntries()
202 std::vector<std::string> logEntries; in handleSystemsLogServicesHostloggerEntriesGet() local
203 if (!getHostLoggerEntries(hostLoggerFiles, skip, top, logEntries, logCount)) in handleSystemsLogServicesHostloggerEntriesGet()
210 if (logEntries.empty()) in handleSystemsLogServicesHostloggerEntriesGet()
215 if (!logEntries.empty()) in handleSystemsLogServicesHostloggerEntriesGet()
217 for (size_t i = 0; i < logEntries.size(); i++) in handleSystemsLogServicesHostloggerEntriesGet()
220 fillHostLoggerEntryJson(std::to_string(skip + i), logEntries[i], in handleSystemsLogServicesHostloggerEntriesGet()
279 std::vector<std::string> logEntries; in handleSystemsLogServicesHostloggerEntriesEntryGet() local
[all …]
/openbmc/bmcweb/redfish-core/include/
H A Dgzfile.hpp20 std::vector<std::string>& logEntries, size_t& logCount) in gzGetLines() argument
29 if (!readFile(logStream, skip, top, logEntries, logCount)) in gzGetLines()
59 std::vector<std::string>& logEntries, size_t& logCount) in readFile() argument
76 if (!hostLogEntryParser(bufferStr, skip, top, logEntries, logCount)) in readFile()
87 uint64_t top, std::vector<std::string>& logEntries, in hostLogEntryParser() argument
126 logEntries.push_back(logEntry); in hostLogEntryParser()
157 logEntries.emplace_back("\n"); in hostLogEntryParser()
/openbmc/phosphor-dbus-monitor/src/
H A Dresolve_errors.cpp62 const auto& logEntries = std::get<EndpointList>(endpoints); in operator ()() local
65 for (const auto& logEntry : logEntries) in operator ()()
/openbmc/witherspoon-pfault-analysis/power-supply/
H A Dpower_supply.cpp601 EndpointList logEntries; in resolveError() local
603 logEntries); in resolveError()
607 if (logEntries.empty()) in resolveError()
613 util::getService(logEntries[0], LOGGING_IFACE, bus); in resolveError()
621 for (const auto& logEntry : logEntries) in resolveError()
/openbmc/phosphor-power/power-supply/
H A Dpower_supply.cpp571 EndpointList logEntries; in resolveError() local
573 logEntries); in resolveError()
577 if (logEntries.empty()) in resolveError()
583 util::getService(logEntries[0], LOGGING_IFACE, bus); in resolveError()
591 for (const auto& logEntry : logEntries) in resolveError()
/openbmc/phosphor-webui/app/common/services/
H A Dapi-utils.js55 var logEntries = [];
59 logEntries.push(log);
63 return logEntries;