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.cpp159 static EventPathList eventMatch;
160 static EventPathList limitEventMatch;
168 void checkEvent(const std::string& directory, const EventPathList& eventMatch, in checkEvent()
169 EventPathList& eventPathList) in checkEvent()
197 EventPathList pathList; in checkGroupEvent()
217 const EventPathList& limitEventMatch, in checkEventLimits()
218 EventPathList& eventPathList) in checkEventLimits()
318 EventPathList eventPathList; in createSensorsCallback()
H A DPSUEvent.cpp46 const PowerState& powerState, EventPathList& eventPathList, in PSUCombineEvent()