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
235 std::map<InterfaceKey, std::map<PropertyName, bool>> alarms;
H A Dthreshold_alarm_logger.cpp171 alarms.erase(InterfaceKey{path, interface}); in interfacesRemoved()
212 InterfaceKey key{sensorPath, interface}; in checkProperties()
251 alarms[InterfaceKey(sensorPath, interface)][property] = alarmValue; in checkThresholds()
433 std::vector<InterfaceKey> toErase; in checkThresholds()