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