Home
last modified time | relevance | path

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

/openbmc/phosphor-debug-collector/dump-extensions/openpower-dumps/
H A Ddump_manager_system.cpp55 sysEntry->getDumpId()); in notify()
62 "SOURCE_D", dumpId, "ID", sysEntry->getDumpId()); in notify()
74 "SOURCE_ID", dumpId, "DUMP_ID", sysEntry->getDumpId()); in notify()
93 "ID", upEntry->getDumpId(), "SOURCE_ID", dumpId, "SIZE", size); in notify()
H A Ddump_manager_resource.cpp49 "DUMP_ID", dumpId, "ENTRY_ID", resEntry->getDumpId()); in notify()
68 "DUMP_ID", upEntry->getDumpId(), "SOURCE_ID", dumpId, "SIZE", in notify()
/openbmc/phosphor-debug-collector/
H A Ddump_entry.hpp128 uint32_t getDumpId() in getDumpId() function in phosphor::dump::Entry
H A Ddump_manager_bmc.cpp298 std::make_pair(entry->getDumpId(), std::move(entry))); in restore()