Home
last modified time | relevance | path

Searched refs:InterfaceKey (Results 1 – 2 of 2) sorted by relevance

/openbmc/phosphor-fan-presence/sensor-monitor/
H A Dthreshold_alarm_logger.hpp32 using InterfaceKey = std::tuple<ObjectPath, InterfaceName>; typedef
240 std::map<InterfaceKey, std::map<PropertyName, bool>> alarms;
H A Dthreshold_alarm_logger.cpp167 alarms.erase(InterfaceKey{path, interface}); in interfacesRemoved()
208 InterfaceKey key{sensorPath, interface}; in checkProperties()
247 alarms[InterfaceKey(sensorPath, interface)][property] = alarmValue; in checkThresholds()
444 std::vector<InterfaceKey> toErase; in checkThresholds()