Searched refs:pceIdentity (Results 1 – 5 of 5) sorted by relevance
22 auto pceIdentity = srcDataFactory(TestSRCType::pceIdentityStructure); in TEST() local27 data.insert(data.end(), pceIdentity.begin(), pceIdentity.end()); in TEST()44 EXPECT_TRUE(callout.pceIdentity()); in TEST()45 EXPECT_EQ(callout.pceIdentity()->enclosureName(), "PCENAME12"); in TEST()83 EXPECT_FALSE(callout.pceIdentity()); in TEST()102 auto pceIdentity = srcDataFactory(TestSRCType::pceIdentityStructure); in TEST() local105 data.insert(data.end(), pceIdentity.begin(), pceIdentity.end()); in TEST()119 EXPECT_TRUE(callout.pceIdentity()); in TEST()120 EXPECT_EQ(callout.pceIdentity()->enclosureName(), "PCENAME12"); in TEST()
41 EXPECT_FALSE(callouts.callouts().front()->pceIdentity()); in TEST()45 EXPECT_TRUE(callouts.callouts().back()->pceIdentity()); in TEST()
159 EXPECT_FALSE(callouts.front()->pceIdentity()); in TEST_F()163 EXPECT_TRUE(callouts.back()->pceIdentity()); in TEST_F()
253 const std::unique_ptr<PCEIdentity>& pceIdentity() const in pceIdentity() function in openpower::pels::src::Callout
662 if (entry->pceIdentity()) in getCallouts()664 const auto& pceIdentMtms = entry->pceIdentity()->mtms(); in getCallouts()672 if (!entry->pceIdentity()->enclosureName().empty()) in getCallouts()675 entry->pceIdentity()->enclosureName(), 3); in getCallouts()