Home
last modified time | relevance | path

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

/openbmc/dbus-sensors/src/
H A Dsensor.hpp294 propertyAlarm(threshold.level, threshold.direction); in setInitialProperties()
406 static std::string propertyAlarm(const Level lev, const Direction dir) in propertyAlarm() function
H A DThresholds.cpp458 std::string property = Sensor::propertyAlarm(level, direction); in assertThresholds()