Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/
H A Dlog_services.hpp286 std::string dumpEntryPath = getDumpPath(dumpType) + "/entry/"; in getDumpEntryCollection() local
296 if (object.first.str.find(dumpEntryPath) == std::string::npos) in getDumpEntryCollection()
388 std::string dumpEntryPath = getDumpPath(dumpType) + "/entry/"; in getDumpEntryById() local
392 if (objectPath.first.str != dumpEntryPath + entryID) in getDumpEntryById()
501 std::string dumpEntryPath = in downloadDumpEntry() local
514 "xyz.openbmc_project.Dump.Manager", dumpEntryPath, in downloadDumpEntry()
577 std::string dumpEntryPath = getDumpEntryPath(dumpPath); in createDumpTaskCallback() local
579 if (dumpEntryPath.empty()) in createDumpTaskCallback()
589 dumpEntryPath{std::move(dumpEntryPath)}, in createDumpTaskCallback()
638 [createdObjPath, dumpEntryPath, dumpId, isProgressIntfPresent]( in createDumpTaskCallback()