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.hpp130 inline std::string getDumpPath(std::string_view dumpType) in getDumpPath() function
395 std::string dumpEntryPath = getDumpPath(dumpType) + "/entry/"; in getDumpEntryCollection()
497 std::string dumpEntryPath = getDumpPath(dumpType) + "/entry/"; in getDumpEntryById()
595 std::format("{}/entry/{}", getDumpPath(dumpType), entryID), in deleteDumpEntry()
700 std::format("{}/entry/{}", getDumpPath(dumpType), entryID); in downloadDumpEntry()
1075 "xyz.openbmc_project.Dump.Manager", getDumpPath(dumpType), in createDump()
1091 "xyz.openbmc_project.Dump.Manager", getDumpPath(dumpType), in clearDump()
2115 std::string dbusDumpPath = getDumpPath(dumpType); in getDumpServiceInfo()