Home
last modified time | relevance | path

Searched refs:getEventInfo (Results 1 – 2 of 2) sorted by relevance

/openbmc/pldm/libpldmresponder/test/
H A Dlibpldmresponder_platform_test.cpp603 const auto& [dbusMapping, eventStateMap] = handler.getEventInfo(entry); in TEST()
626 const auto& [dbusMapping, eventStateMap] = handler.getEventInfo(entry); in TEST()
643 const auto& [dbusMapping, eventStateMap] = handler.getEventInfo(entry); in TEST()
660 const auto& [dbusMapping, eventStateMap] = handler.getEventInfo(entry); in TEST()
680 const auto& [dbusMapping, eventStateMap] = handler.getEventInfo(entry); in TEST()
699 const auto& [dbusMapping, eventStateMap] = handler.getEventInfo(entry); in TEST()
718 const auto& [dbusMapping, eventStateMap] = handler.getEventInfo(entry); in TEST()
738 ASSERT_THROW(handler.getEventInfo(entry), std::out_of_range); in TEST()
/openbmc/pldm/libpldmresponder/
H A Devent_parser.hpp117 const EventDBusInfo& getEventInfo(const StateSensorEntry& entry) const in getEventInfo() function in pldm::responder::events::StateSensorHandler