Searched refs:fruIdentity (Results 1 – 10 of 10) sorted by relevance
/openbmc/phosphor-logging/test/openpower-pels/ |
H A D | src_callout_test.cpp | 38 data.insert(data.end(), fruIdentity.begin(), fruIdentity.end()); in TEST() 53 EXPECT_TRUE(callout.fruIdentity()); in TEST() 80 data.insert(data.end(), fruIdentity.begin(), fruIdentity.end()); in TEST() 91 EXPECT_TRUE(callout.fruIdentity()); in TEST() 116 data.insert(data.end(), fruIdentity.begin(), fruIdentity.end()); in TEST() 128 EXPECT_TRUE(callout.fruIdentity()); in TEST() 152 data.insert(data.end(), fruIdentity.begin(), fruIdentity.end()); in TEST() 185 auto& fru = callout.fruIdentity(); in TEST() 295 auto& fru = callout.fruIdentity(); in TEST() 326 auto& fru = callout.fruIdentity(); in TEST() [all …]
|
H A D | src_test.cpp | 170 EXPECT_TRUE(callouts.front()->fruIdentity()); in TEST_F() 174 EXPECT_TRUE(callouts.back()->fruIdentity()); in TEST_F() 351 auto& fru = callout->fruIdentity(); in TEST_F() 441 auto& fru = callout->fruIdentity(); in TEST_F() 544 auto& fru1 = callouts[0]->fruIdentity(); in TEST_F() 551 auto& fru2 = callouts[1]->fruIdentity(); in TEST_F() 581 auto& fru1 = callouts[0]->fruIdentity(); in TEST_F() 591 auto& fru2 = callouts[1]->fruIdentity(); in TEST_F() 1089 auto& fru = callouts[0]->fruIdentity(); in TEST_F() 1110 auto& fru = callouts[1]->fruIdentity(); in TEST_F() [all …]
|
H A D | src_callouts_test.cpp | 52 EXPECT_TRUE(callouts.callouts().front()->fruIdentity()); in TEST() 56 EXPECT_TRUE(callouts.callouts().back()->fruIdentity()); in TEST()
|
H A D | pel_test.cpp | 886 auto& fru = callouts[0]->fruIdentity(); in TEST_F() 1033 auto& fru = callouts[0]->fruIdentity(); in TEST_F() 1043 auto& fru = callouts[1]->fruIdentity(); in TEST_F() 1100 auto& fru = callouts[0]->fruIdentity(); in TEST_F()
|
/openbmc/phosphor-logging/extensions/openpower-pels/ |
H A D | service_indicators.cpp | 179 const auto& fruIdentity = callout.fruIdentity(); in isHardwareCallout() local 180 if (fruIdentity) in isHardwareCallout() 183 ((fruIdentity->failingComponentType() == in isHardwareCallout() 185 (fruIdentity->failingComponentType() == in isHardwareCallout()
|
H A D | manager.cpp | 802 if (entry->fruIdentity()) in getResolution() 810 if (entry->fruIdentity()->getPN().has_value()) in getResolution() 813 "PN: " + entry->fruIdentity()->getPN().value() + in getResolution() 816 if (entry->fruIdentity()->getSN().has_value()) in getResolution() 819 "SN: " + entry->fruIdentity()->getSN().value() + in getResolution() 822 if (entry->fruIdentity()->getCCIN().has_value()) in getResolution() 825 "CCIN: " + entry->fruIdentity()->getCCIN().value() + in getResolution() 829 if (entry->fruIdentity()->getMaintProc().has_value()) in getResolution() 1079 !callout->fruIdentity()) in clearPowerThermalDeconfigFlag() 1084 if ((callout->fruIdentity()->failingComponentType() != in clearPowerThermalDeconfigFlag() [all …]
|
H A D | callout.cpp | 215 if (!_fruIdentity || !right.fruIdentity()) in operator ==() 221 auto otherProc = right.fruIdentity()->getMaintProc(); in operator ==() 232 auto otherPN = right.fruIdentity()->getPN(); in operator ==()
|
H A D | src.cpp | 625 if (entry->fruIdentity()) in getCallouts() 638 if (entry->fruIdentity()->getPN().has_value()) in getCallouts() 641 entry->fruIdentity()->getPN().value(), 3); in getCallouts() 643 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() 658 if (entry->fruIdentity()->getCCIN().has_value()) in getCallouts() 661 entry->fruIdentity()->getCCIN().value(), 3); in getCallouts() 663 if (entry->fruIdentity()->getSN().has_value()) in getCallouts() [all …]
|
H A D | callout.hpp | 241 const std::unique_ptr<FRUIdentity>& fruIdentity() const in fruIdentity() function in openpower::pels::src::Callout
|
H A D | pel.cpp | 540 if (((*i).fruIdentity())) in isHwCalloutPresent() 542 auto& fruId = (*i).fruIdentity(); in isHwCalloutPresent()
|