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.cpp32 EXPECT_FALSE(fru.getMaintProc()); in TEST()
57 EXPECT_EQ(fru.getMaintProc().value(), "1234567"); in TEST()
93 EXPECT_FALSE(fru.getMaintProc()); in testHWCallout()
111 EXPECT_FALSE(newFRU.getMaintProc()); in testHWCallout()
156 EXPECT_EQ(fru.getMaintProc().value(), "BMC0001"); in TEST()
174 EXPECT_EQ(newFRU.getMaintProc().value(), "BMC0001"); in TEST()
187 EXPECT_EQ(fru.getMaintProc().value(), "INVALID"); in TEST()
196 EXPECT_EQ(fru.getMaintProc().value(), "BMCXXXX"); in TEST()
211 EXPECT_FALSE(fru.getMaintProc()); in TEST()
229 EXPECT_FALSE(newFRU.getMaintProc()); in TEST()
[all …]
H A Dsrc_callout_test.cpp315 EXPECT_EQ(fru->getMaintProc().value(), "BMC0001"); in TEST()
335 EXPECT_EQ(newFRU->getMaintProc().value(), fru->getMaintProc().value()); in TEST()
342 EXPECT_EQ(rawFRU->getMaintProc().value(), "BMCXXXX"); in TEST()
H A Dsrc_test.cpp443 EXPECT_FALSE(fru->getMaintProc()); in TEST_F()
544 EXPECT_FALSE(fru1->getMaintProc()); in TEST_F()
549 EXPECT_EQ(fru2->getMaintProc().value(), "BMC0001"); in TEST_F()
582 EXPECT_FALSE(fru1->getMaintProc()); in TEST_F()
591 EXPECT_FALSE(fru2->getMaintProc()); in TEST_F()
1326 EXPECT_EQ(fru->getMaintProc().value(), "PROCEDU"); in TEST_F()
1368 EXPECT_EQ(fru->getMaintProc().value(), "BMC0004"); in TEST_F()
H A Dpel_test.cpp1030 EXPECT_EQ(fru->getMaintProc().value(), "PROCEDU"); in TEST_F()
1087 EXPECT_EQ(fru->getMaintProc().value(), "SVCDOCS"); in TEST_F()
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dcallout.cpp208 auto myProc = _fruIdentity->getMaintProc(); in operator ==()
209 auto otherProc = right.fruIdentity()->getMaintProc(); in operator ==()
H A Dfru_identity.hpp193 std::optional<std::string> getMaintProc() const;
H A Dfru_identity.cpp128 std::optional<std::string> FRUIdentity::getMaintProc() const in getMaintProc() function in openpower::pels::src::FRUIdentity
H A Dmanager.cpp826 if (entry->fruIdentity()->getMaintProc().has_value()) in getResolution()
830 entry->fruIdentity()->getMaintProc().value() + ", "; in getResolution()
H A Dsrc.cpp638 auto proc = entry->fruIdentity()->getMaintProc(); in getCallouts()