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.hpp395 std::string dumpEntryPath = getDumpPath(dumpType) + "/entry/"; in getDumpEntryCollection() local
405 if (object.first.str.find(dumpEntryPath) == std::string::npos) in getDumpEntryCollection()
497 std::string dumpEntryPath = getDumpPath(dumpType) + "/entry/"; in getDumpEntryById() local
501 if (objectPath.first.str != dumpEntryPath + entryID) in getDumpEntryById()
699 std::string dumpEntryPath = in downloadDumpEntry() local
711 dumpEntryPath, "xyz.openbmc_project.Dump.Entry", "GetFileHandle"); in downloadDumpEntry()
808 std::string dumpEntryPath = getDumpEntryPath(dumpPath); in createDumpTaskCallback() local
810 if (dumpEntryPath.empty()) in createDumpTaskCallback()
819 dumpEntryPath{std::move(dumpEntryPath)}, in createDumpTaskCallback()
868 [createdObjPath, dumpEntryPath, dumpId, isProgressIntfPresent]( in createDumpTaskCallback()