Home
last modified time | relevance | path

Searched refs:EventPathList (Results 1 – 3 of 3) sorted by relevance

/openbmc/dbus-sensors/src/psu/
H A DPSUEvent.hpp35 using EventPathList = typedef
38 boost::container::flat_map<std::string, EventPathList>;
91 const PowerState& powerState, EventPathList& eventPathList,
H A DPSUSensorMain.cpp166 static EventPathList eventMatch;
167 static EventPathList limitEventMatch;
175 void checkEvent(const std::string& directory, const EventPathList& eventMatch, in checkEvent()
176 EventPathList& eventPathList) in checkEvent()
204 EventPathList pathList; in checkGroupEvent()
225 const EventPathList& limitEventMatch, in checkEventLimits()
226 EventPathList& eventPathList) in checkEventLimits()
326 EventPathList eventPathList; in createSensorsCallback()
H A DPSUEvent.cpp45 const PowerState& powerState, EventPathList& eventPathList, in PSUCombineEvent()