Home
last modified time | relevance | path

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

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dpel_entry.cpp25 if (auto logId = _repo->getLogID(id); logId.has_value()) in managementSystemAck()
H A Drepository.hpp440 std::optional<LogID> getLogID(const LogID& id) const in getLogID() function in openpower::pels::Repository
H A Dmanager.cpp981 if (auto logId = _repo.getLogID(id); !logId.has_value()) in getPELIdFromBMCLogId()
994 if (auto logId = _repo.getLogID(id); !logId.has_value()) in getBMCLogIdFromPELId()
/openbmc/phosphor-logging/test/openpower-pels/
H A Drepository_test.cpp970 auto logID = repo.getLogID(idWithPelId); in TEST_F()
978 logID = repo.getLogID(idWithObmcLogId); in TEST_F()
998 auto logID = repo.getLogID(idWithPelId); in TEST_F()
1003 logID = repo.getLogID(idWithObmcLogId); in TEST_F()