Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/
H A Dlog_services.hpp85 inline std::string getDumpPath(std::string_view dumpType) in getDumpPath() function
286 std::string dumpEntryPath = getDumpPath(dumpType) + "/entry/"; in getDumpEntryCollection()
388 std::string dumpEntryPath = getDumpPath(dumpType) + "/entry/"; in getDumpEntryById()
486 std::format("{}/entry/{}", getDumpPath(dumpType), entryID), in deleteDumpEntry()
502 std::format("{}/entry/{}", getDumpPath(dumpType), entryID); in downloadDumpEntry()
846 "xyz.openbmc_project.Dump.Manager", getDumpPath(dumpType), in createDump()
864 "xyz.openbmc_project.Dump.Manager", getDumpPath(dumpType), in clearDump()
1225 std::string dbusDumpPath = getDumpPath(dumpType); in getDumpServiceInfo()