Lines Matching defs:logID
1769 const std::string& logID, nlohmann::json& logEntryJson)
1772 [asyncResp, logID,
1782 logID);
1798 messages::resourceNotFound(asyncResp->res, "LogEntry", logID);
1806 logID + "/" + filename;
1811 BMCWEB_REDFISH_SYSTEM_URI_NAME, logID);
1813 logEntry["Id"] = logID;
1835 crashdumpObject, crashdumpPath + std::string("/") + logID,
1904 std::string logID = objPath.filename();
1905 if (logID.empty())
1910 logCrashdumpEntry(asyncResp, logID,
1943 const std::string& logID = param;
1944 logCrashdumpEntry(asyncResp, logID, asyncResp->res.jsonValue);
1957 const std::string& systemName, const std::string& logID,
1977 [asyncResp, logID, fileName,
2002 "LogEntry", logID);
2010 "LogEntry", logID);
2018 "LogEntry", logID);
2030 crashdumpPath + std::string("/") + logID,