Lines Matching defs:dumpPath
787 inline std::string getDumpEntryPath(const std::string& dumpPath)
789 if (dumpPath == "/xyz/openbmc_project/dump/bmc/entry")
794 if (dumpPath == "/xyz/openbmc_project/dump/system/entry")
807 const std::string dumpPath = createdObjPath.parent_path().str;
810 std::string dumpEntryPath = getDumpEntryPath(dumpPath);
947 std::string dumpPath = getDumpEntriesPath(dumpType);
948 if (dumpPath.empty())
984 dumpPath = std::format("/redfish/v1/Systems/{}/LogServices/Dump/",
1004 dumpPath = std::format("/redfish/v1/Managers/{}/LogServices/Dump/",
1030 dumpPath](const boost::system::error_code& ec,
1056 messages::serviceDisabled(asyncResp->res, dumpPath);
2057 std::string dumpPath;
2064 dumpPath = std::format("/redfish/v1/Managers/{}/LogServices/Dump",
2071 dumpPath = std::format("/redfish/v1/Managers/{}/LogServices/FaultLog",
2078 dumpPath = std::format("/redfish/v1/Systems/{}/LogServices/Dump",
2091 asyncResp->res.jsonValue["@odata.id"] = dumpPath;
2095 asyncResp->res.jsonValue["Id"] = std::filesystem::path(dumpPath).filename();
2104 asyncResp->res.jsonValue["Entries"]["@odata.id"] = dumpPath + "/Entries";
2110 dumpPath + "/Actions/LogService.CollectDiagnosticData";
2116 [asyncResp, dumpType, dumpPath](
2134 dumpPath + "/Actions/LogService.ClearLog";