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