Home
last modified time | relevance | path

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

/openbmc/phosphor-logging/test/openpower-pels/
H A Drepository_test.cpp310 auto a = repo.getPELAttributes(id); in TEST_F()
315 a = repo.getPELAttributes(id); in TEST_F()
326 auto a = repo.getPELAttributes(id); in TEST_F()
331 a = repo.getPELAttributes(id); in TEST_F()
349 auto a = repo.getPELAttributes(id); in TEST_F()
355 a = repo.getPELAttributes(id); in TEST_F()
369 auto a = repo.getPELAttributes(id); in TEST_F()
392 auto a = repo.getPELAttributes(id); in TEST_F()
398 a = repo.getPELAttributes(id); in TEST_F()
412 auto a = repo.getPELAttributes(id); in TEST_F()
[all …]
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dhost_notifier.cpp105 if (auto attributes = _repo.getPELAttributes(i); attributes) in enqueueRequired()
140 if (auto attributes = _repo.getPELAttributes(i); attributes) in notifyRequired()
292 if (auto attributes = _repo.getPELAttributes(i); attributes) in doNewLogNotify()
H A Dmanager.cpp905 if (auto attributes = _repo.getPELAttributes(id); attributes) in setEntryPath()
919 if (auto attributes = _repo.getPELAttributes(id); attributes) in setServiceProviderNotifyFlag()
943 if (auto attributes = _repo.getPELAttributes(id); attributes) in createPELEntry()
H A Drepository.hpp310 std::optional<std::reference_wrapper<const PELAttributes>> getPELAttributes(
H A Drepository.cpp388 Repository::getPELAttributes(const LogID& id) const in getPELAttributes() function in openpower::pels::Repository