Searched refs:hmcState (Results 1 – 6 of 6) sorted by relevance
/openbmc/phosphor-logging/extensions/openpower-pels/ |
H A D | repository.hpp | 36 TransmissionState hmcState; member 47 TransmissionState hmcState, uint32_t plid, bool deconfig, in PELAttributes() 51 hmcState(hmcState), plid(plid), deconfig(deconfig), guard(guard), in PELAttributes()
|
H A D | user_header.cpp | 267 std::string hmcState{"Invalid"}; in getJSON() local 278 hmcState = iter1->second; in getJSON() 292 jsonInsert(uh, "HMC Transmission", hmcState, 1); in getJSON()
|
H A D | host_notifier.cpp | 115 (a.hmcState == TransmissionState::acked)) in enqueueRequired() 154 if ((a.hmcState == TransmissionState::acked) || in notifyRequired()
|
H A D | repository.cpp | 431 if ((attr != _pelAttributes.end()) && (attr->second.hmcState != state)) in setPELHMCTransState() 477 attr->second.hmcState = pel.hmcTransmissionState(); in updatePEL() 724 return pel.hmcState == TransmissionState::acked; in removePELs()
|
H A D | manager.cpp | 961 (attr.hmcState == TransmissionState::acked ? true : false)); in createPELEntry()
|
/openbmc/phosphor-logging/test/openpower-pels/ |
H A D | repository_test.cpp | 393 EXPECT_EQ((*a).get().hmcState, TransmissionState::newPEL); in TEST_F() 399 EXPECT_EQ((*a).get().hmcState, TransmissionState::acked); in TEST_F() 413 EXPECT_EQ((*a).get().hmcState, TransmissionState::acked); in TEST_F()
|