Lines Matching defs:statusAsserted
228 SensorIntf& sensor, config::StatusType statusType, bool statusAsserted)
232 sensor.critical_alarm_high(statusAsserted);
236 sensor.warning_alarm_high(statusAsserted);
240 if (statusAsserted)
244 sensor.available(!statusAsserted);
245 sensor.functional(!statusAsserted);
277 auto statusAsserted = (statusBitValue == statusBit.value);
289 statusBit.type, statusAsserted);
293 sensorUnit, statusAsserted);
303 SensorIntf::Unit sensorUnit, bool statusAsserted)
311 sensorUnit, statusAsserted);
316 sensorUnit, statusAsserted);
320 statusAsserted);
324 objectPath, statusBit.name, statusAsserted);
328 statusAsserted);
332 statusAsserted);
336 statusAsserted);
339 co_await events.generateFanFailureEvent(objectPath, statusAsserted);
343 objectPath, EventIntf::EventLevel::critical, statusAsserted);
347 objectPath, EventIntf::EventLevel::warning, statusAsserted);