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.cpp298 auto a = repo.getPELAttributes(id); in TEST_F()
303 a = repo.getPELAttributes(id); in TEST_F()
314 auto a = repo.getPELAttributes(id); in TEST_F()
319 a = repo.getPELAttributes(id); in TEST_F()
337 auto a = repo.getPELAttributes(id); in TEST_F()
343 a = repo.getPELAttributes(id); in TEST_F()
357 auto a = repo.getPELAttributes(id); in TEST_F()
380 auto a = repo.getPELAttributes(id); in TEST_F()
386 a = repo.getPELAttributes(id); in TEST_F()
400 auto a = repo.getPELAttributes(id); in TEST_F()
[all …]
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dhost_notifier.cpp93 if (auto attributes = _repo.getPELAttributes(i); attributes) in enqueueRequired()
128 if (auto attributes = _repo.getPELAttributes(i); attributes) in notifyRequired()
280 if (auto attributes = _repo.getPELAttributes(i); attributes) in doNewLogNotify()
H A Drepository.hpp310 std::optional<std::reference_wrapper<const PELAttributes>> getPELAttributes(
H A Dmanager.cpp897 if (auto attributes = _repo.getPELAttributes(id); attributes) in setEntryPath()
911 if (auto attributes = _repo.getPELAttributes(id); attributes) in setServiceProviderNotifyFlag()
935 if (auto attributes = _repo.getPELAttributes(id); attributes) in createPELEntry()
H A Drepository.cpp378 Repository::getPELAttributes(const LogID& id) const in getPELAttributes() function in openpower::pels::Repository