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.cpp595 const auto& [dbusMapping, eventStateMap] = handler.getEventInfo(entry); in TEST()
618 const auto& [dbusMapping, eventStateMap] = handler.getEventInfo(entry); in TEST()
635 const auto& [dbusMapping, eventStateMap] = handler.getEventInfo(entry); in TEST()
652 const auto& [dbusMapping, eventStateMap] = handler.getEventInfo(entry); in TEST()
672 const auto& [dbusMapping, eventStateMap] = handler.getEventInfo(entry); in TEST()
691 const auto& [dbusMapping, eventStateMap] = handler.getEventInfo(entry); in TEST()
710 const auto& [dbusMapping, eventStateMap] = handler.getEventInfo(entry); in TEST()
730 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