Lines Matching full:faultlog

224     else if (dumpType == "FaultLog")  in getDumpEntriesPath()
227 std::format("/redfish/v1/Managers/{}/LogServices/FaultLog/Entries/", in getDumpEntriesPath()
1137 else if (path == "/xyz/openbmc_project/dump/faultlog") in handleBMCLogServicesCollectionGet()
1141 "/redfish/v1/Managers/{}/LogServices/FaultLog", in handleBMCLogServicesCollectionGet()
1177 else if (dumpType == "FaultLog") in getDumpServiceInfo()
1179 dumpPath = std::format("/redfish/v1/Managers/{}/LogServices/FaultLog", in getDumpServiceInfo()
1560 BMCWEB_ROUTE(app, "/redfish/v1/Managers/<str>/LogServices/FaultLog/") in requestRoutesFaultLogDumpService()
1563 handleLogServicesDumpServiceGet, std::ref(app), "FaultLog")); in requestRoutesFaultLogDumpService()
1569 "/redfish/v1/Managers/<str>/LogServices/FaultLog/Entries/") in requestRoutesFaultLogDumpEntryCollection()
1573 std::ref(app), "FaultLog")); in requestRoutesFaultLogDumpEntryCollection()
1579 app, "/redfish/v1/Managers/<str>/LogServices/FaultLog/Entries/<str>/") in requestRoutesFaultLogDumpEntry()
1582 handleLogServicesDumpEntryGet, std::ref(app), "FaultLog")); in requestRoutesFaultLogDumpEntry()
1585 app, "/redfish/v1/Managers/<str>/LogServices/FaultLog/Entries/<str>/") in requestRoutesFaultLogDumpEntry()
1588 handleLogServicesDumpEntryDelete, std::ref(app), "FaultLog")); in requestRoutesFaultLogDumpEntry()
1595 "/redfish/v1/Managers/<str>/LogServices/FaultLog/Actions/LogService.ClearLog/") in requestRoutesFaultLogDumpClear()
1598 handleLogServicesDumpClearLogPost, std::ref(app), "FaultLog")); in requestRoutesFaultLogDumpClear()