Home
last modified time | relevance | path

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

/openbmc/phosphor-debug-collector/dump-extensions/openpower-dumps/
H A Ddump_manager_resource.cpp39 openpower::dump::resource::Entry* resEntry = in notify() local
44 if ((resEntry->sourceDumpId() == dumpId) && in notify()
45 (resEntry->status() == phosphor::dump::OperationStatus::Completed)) in notify()
49 "DUMP_ID", dumpId, "ENTRY_ID", resEntry->getDumpId()); in notify()
56 if ((resEntry->status() == in notify()
58 (resEntry->sourceDumpId() == INVALID_SOURCE_ID) && in notify()
61 upEntry = resEntry; in notify()