Home
last modified time | relevance | path

Searched refs:getMaintProc (Results 1 – 9 of 9) sorted by relevance

/openbmc/phosphor-logging/test/openpower-pels/
H A Dfru_identity_test.cpp44 EXPECT_FALSE(fru.getMaintProc()); in TEST()
69 EXPECT_EQ(fru.getMaintProc().value(), "1234567"); in TEST()
105 EXPECT_FALSE(fru.getMaintProc()); in testHWCallout()
123 EXPECT_FALSE(newFRU.getMaintProc()); in testHWCallout()
168 EXPECT_EQ(fru.getMaintProc().value(), "BMC0001"); in TEST()
186 EXPECT_EQ(newFRU.getMaintProc().value(), "BMC0001"); in TEST()
199 EXPECT_EQ(fru.getMaintProc().value(), "INVALID"); in TEST()
208 EXPECT_EQ(fru.getMaintProc().value(), "BMCXXXX"); in TEST()
223 EXPECT_FALSE(fru.getMaintProc()); in TEST()
241 EXPECT_FALSE(newFRU.getMaintProc()); in TEST()
[all …]
H A Dsrc_callout_test.cpp327 EXPECT_EQ(fru->getMaintProc().value(), "BMC0001"); in TEST()
347 EXPECT_EQ(newFRU->getMaintProc().value(), fru->getMaintProc().value()); in TEST()
354 EXPECT_EQ(rawFRU->getMaintProc().value(), "BMCXXXX"); in TEST()
H A Dsrc_test.cpp455 EXPECT_FALSE(fru->getMaintProc()); in TEST_F()
556 EXPECT_FALSE(fru1->getMaintProc()); in TEST_F()
561 EXPECT_EQ(fru2->getMaintProc().value(), "BMC0001"); in TEST_F()
594 EXPECT_FALSE(fru1->getMaintProc()); in TEST_F()
603 EXPECT_FALSE(fru2->getMaintProc()); in TEST_F()
1136 EXPECT_EQ(fru->getMaintProc().value(), "PROCEDU"); in TEST_F()
1178 EXPECT_EQ(fru->getMaintProc().value(), "BMC0004"); in TEST_F()
H A Dpel_test.cpp1042 EXPECT_EQ(fru->getMaintProc().value(), "PROCEDU"); in TEST_F()
1099 EXPECT_EQ(fru->getMaintProc().value(), "SVCDOCS"); in TEST_F()
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dcallout.cpp220 auto myProc = _fruIdentity->getMaintProc(); in operator ==()
221 auto otherProc = right.fruIdentity()->getMaintProc(); in operator ==()
H A Dfru_identity.hpp194 std::optional<std::string> getMaintProc() const;
H A Dsrc.cpp643 if (entry->fruIdentity()->getMaintProc().has_value()) in getCallouts()
646 entry->fruIdentity()->getMaintProc().value(), 3); in getCallouts()
648 entry->fruIdentity()->getMaintProc().value()) != in getCallouts()
654 entry->fruIdentity()->getMaintProc().value()), in getCallouts()
H A Dfru_identity.cpp142 std::optional<std::string> FRUIdentity::getMaintProc() const in getMaintProc() function in openpower::pels::src::FRUIdentity
H A Dmanager.cpp829 if (entry->fruIdentity()->getMaintProc().has_value()) in getResolution()
833 entry->fruIdentity()->getMaintProc().value() + ", "; in getResolution()