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.cpp606 const auto& [dbusMapping, eventStateMap] = handler.getEventInfo(entry); in TEST()
629 const auto& [dbusMapping, eventStateMap] = handler.getEventInfo(entry); in TEST()
646 const auto& [dbusMapping, eventStateMap] = handler.getEventInfo(entry); in TEST()
663 const auto& [dbusMapping, eventStateMap] = handler.getEventInfo(entry); in TEST()
683 const auto& [dbusMapping, eventStateMap] = handler.getEventInfo(entry); in TEST()
702 const auto& [dbusMapping, eventStateMap] = handler.getEventInfo(entry); in TEST()
721 const auto& [dbusMapping, eventStateMap] = handler.getEventInfo(entry); in TEST()
741 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