Searched refs:warningAlarmLow (Results 1 – 5 of 5) sorted by relevance
308 bool warningAlarmLow; in readingData() local311 warningAlarmLow = std::get<bool>(ipmi::getDbusProperty( in readingData()317 warningAlarmLow = false; in readingData()323 (static_cast<uint8_t>(warningAlarmLow)); in readingData()
312 const bool* warningAlarmLow = nullptr; in getHealth() local318 warningAlarmLow); in getHealth()347 (warningAlarmLow != nullptr && *warningAlarmLow)) in getHealth()
858 auto alarm = thresholdWarningIntf->warningAlarmLow(); in updateThresholds()863 thresholdWarningIntf->warningAlarmLow(newAlarm); in updateThresholds()968 auto alarm = thresholdWarningIntf->warningAlarmLow(); in triggerThresholdEvent()973 thresholdWarningIntf->warningAlarmLow(newAlarm); in triggerThresholdEvent()
58 Thresholds<WarningObject>::alarmLo = &WarningObject::warningAlarmLow;62 Thresholds<WarningObject>::getAlarmLow = &WarningObject::warningAlarmLow;
97 return warningAlarmLow(std::forward<Args>(args)...); in alarmLow()