Searched refs:getPELAttributes (Results 1 – 5 of 5) sorted by relevance
310 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 …]
105 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()
905 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()
310 std::optional<std::reference_wrapper<const PELAttributes>> getPELAttributes(
388 Repository::getPELAttributes(const LogID& id) const in getPELAttributes() function in openpower::pels::Repository