Searched refs:InterfaceKey (Results 1 – 2 of 2) sorted by relevance
32 using InterfaceKey = std::tuple<ObjectPath, InterfaceName>; typedef240 std::map<InterfaceKey, std::map<PropertyName, bool>> alarms;
167 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()