Home
last modified time | relevance | path

Searched defs:dumpId (Results 1 – 15 of 15) sorted by relevance

/openbmc/phosphor-debug-collector/
H A Dbmc_dump_entry.hpp59 Entry(sdbusplus::bus_t& bus, const std::string& objPath, uint32_t dumpId, in Entry()
150 Entry(sdbusplus::bus_t& bus, const std::string& objPath, uint32_t dumpId, in Entry()
H A Dfaultlog_dump_entry.hpp49 Entry(sdbusplus::bus_t& bus, const std::string& objPath, uint32_t dumpId, in Entry()
H A Ddump_entry.hpp81 Entry(sdbusplus::bus_t& bus, const std::string& objPath, uint32_t dumpId, in Entry()
H A Ddump_offload.cpp133 void requestOffload(std::filesystem::path file, uint32_t dumpId, in requestOffload()
/openbmc/phosphor-debug-collector/dump-extensions/openpower-dumps/
H A Dsystem_dump_entry.cpp35 auto dumpId = id; in delete_() local
H A Dresource_dump_entry.cpp45 auto dumpId = id; in delete_() local
H A Dsystem_dump_entry.hpp54 Entry(sdbusplus::bus_t& bus, const std::string& objPath, uint32_t dumpId, in Entry()
H A Dresource_dump_entry.hpp60 Entry(sdbusplus::bus_t& bus, const std::string& objPath, uint32_t dumpId, in Entry()
H A Ddump_manager_resource.cpp25 void Manager::notify(uint32_t dumpId, uint64_t size) in notify()
H A Ddump_manager_system.cpp25 void Manager::notify(uint32_t dumpId, uint64_t size) in notify()
/openbmc/phosphor-debug-collector/host-transport-extensions/pldm/oem/ibm/
H A Dpldm_oem_cmds.cpp144 void requestDelete(uint32_t dumpId, uint32_t dumpType) in requestDelete()
/openbmc/openpower-debug-collector/dump/
H A Ddump_monitor.cpp29 uint32_t dumpId = std::strtoul(dumpIdStr.c_str(), nullptr, 16); in executeCollectionScript() local
/openbmc/bmcweb/redfish-core/lib/
H A Dlog_services.hpp796 const std::string dumpId = createdObjPath.filename(); in createDumpTaskCallback() local
2253 const std::string& managerId, const std::string& dumpId) in handleLogServicesDumpEntryGet()
2270 const std::string& chassisId, const std::string& dumpId) in handleLogServicesDumpEntryComputerSystemGet()
2287 const std::string& managerId, const std::string& dumpId) in handleLogServicesDumpEntryDelete()
2305 const std::string& chassisId, const std::string& dumpId) in handleLogServicesDumpEntryComputerSystemDelete()
2322 const std::string& managerId, const std::string& dumpId) in handleLogServicesDumpEntryDownloadGet()
/openbmc/pldm/oem/ibm/libpldmresponder/
H A Dfile_io_type_dump.cpp91 auto dumpId = *dumpIdPtr; in findDumpObjPath() local
/openbmc/bmcweb/include/
H A Dopenbmc_dbus_rest.hpp2599 const std::string& dumpId) { in requestRoutes()