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.hpp33 using EventPathList = typedef
36 boost::container::flat_map<std::string, EventPathList>;
89 const PowerState& powerState, EventPathList& eventPathList,
H A DPSUSensorMain.cpp165 static EventPathList eventMatch;
166 static EventPathList limitEventMatch;
174 void checkEvent(const std::string& directory, const EventPathList& eventMatch, in checkEvent()
175 EventPathList& eventPathList) in checkEvent()
203 EventPathList pathList; in checkGroupEvent()
223 const EventPathList& limitEventMatch, in checkEventLimits()
224 EventPathList& eventPathList) in checkEventLimits()
323 EventPathList eventPathList; in createSensorsCallback()
H A DPSUEvent.cpp46 const PowerState& powerState, EventPathList& eventPathList, in PSUCombineEvent()