Home
last modified time | relevance | path

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

/openbmc/dbus-sensors/src/
H A DPSUEvent.hpp33 using EventPathList = typedef
36 boost::container::flat_map<std::string, EventPathList>;
89 const PowerState& powerState, EventPathList& eventPathList,
H A DPSUSensorMain.cpp160 static EventPathList eventMatch;
161 static EventPathList limitEventMatch;
169 void checkEvent(const std::string& directory, const EventPathList& eventMatch, in checkEvent()
170 EventPathList& eventPathList) in checkEvent()
198 EventPathList pathList; in checkGroupEvent()
218 const EventPathList& limitEventMatch, in checkEventLimits()
219 EventPathList& eventPathList) in checkEventLimits()
319 EventPathList eventPathList; in createSensorsCallback()
H A DPSUEvent.cpp46 const PowerState& powerState, EventPathList& eventPathList, in PSUCombineEvent()