Searched refs:getDumpId (Results 1 – 4 of 4) sorted by relevance
/openbmc/phosphor-debug-collector/dump-extensions/openpower-dumps/ |
H A D | dump_manager_system.cpp | 55 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 D | dump_manager_resource.cpp | 49 "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 D | dump_entry.hpp | 128 uint32_t getDumpId() in getDumpId() function in phosphor::dump::Entry
|
H A D | dump_manager_bmc.cpp | 298 std::make_pair(entry->getDumpId(), std::move(entry))); in restore()
|