Searched refs:getMaintProc (Results 1 – 9 of 9) sorted by relevance
| /openbmc/phosphor-logging/test/openpower-pels/ |
| H A D | fru_identity_test.cpp | 32 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 D | src_callout_test.cpp | 315 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 D | src_test.cpp | 443 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 D | pel_test.cpp | 1030 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 D | callout.cpp | 208 auto myProc = _fruIdentity->getMaintProc(); in operator ==() 209 auto otherProc = right.fruIdentity()->getMaintProc(); in operator ==()
|
| H A D | fru_identity.hpp | 193 std::optional<std::string> getMaintProc() const;
|
| H A D | fru_identity.cpp | 128 std::optional<std::string> FRUIdentity::getMaintProc() const in getMaintProc() function in openpower::pels::src::FRUIdentity
|
| H A D | manager.cpp | 826 if (entry->fruIdentity()->getMaintProc().has_value()) in getResolution() 830 entry->fruIdentity()->getMaintProc().value() + ", "; in getResolution()
|
| H A D | src.cpp | 638 auto proc = entry->fruIdentity()->getMaintProc(); in getCallouts()
|