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.cpp22 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.cpp984 if (auto logId = _repo.getLogID(id); !logId.has_value()) in getPELIdFromBMCLogId()
997 if (auto logId = _repo.getLogID(id); !logId.has_value()) in getBMCLogIdFromPELId()
/openbmc/phosphor-logging/test/openpower-pels/
H A Drepository_test.cpp982 auto logID = repo.getLogID(idWithPelId); in TEST_F()
990 logID = repo.getLogID(idWithObmcLogId); in TEST_F()
1010 auto logID = repo.getLogID(idWithPelId); in TEST_F()
1015 logID = repo.getLogID(idWithObmcLogId); in TEST_F()