Home
last modified time | relevance | path

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

/openbmc/phosphor-logging/
H A Dlog_manager.cpp63 return realErrors.size(); in getRealErrSize()
215 if (realErrors.size() >= ERROR_CAP) in createEntry()
217 erase(realErrors.front()); in createEntry()
236 realErrors.push_back(entryId); in createEntry()
625 removeId(realErrors, entryId); in erase()
681 realErrors.push_back(idNum); in restore()
H A Dlog_manager.hpp301 std::list<uint32_t> realErrors; member in phosphor::logging::internal::Manager